packaging up a bunch of files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I want to package up a bunch of files (pre-built binaries) that should
get installed to /usr/local/some/path.

Would the following spec snippet be ok?

BuildRoot: %{_tmpdir}/%{name}-%{version}-root

%description
Description here

%prep
%setup

%build
# Nothing, it's already built.

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_prefix}/local/%{name}-%{version}
cp -R .  $RPM_BUILD_ROOT%{_prefix}/local/%{name}-%{version}

%files
# What goes here?  I just want all the files that were in the tar.gz
file to be installed to /usr/local/some/path.

Thanks,
Joe

_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux