auto-import star-1.5a04-1.0p from star-1.5a04-1.0p.src.rpm
This commit is contained in:
parent
f959009cd1
commit
bb2cd79860
@ -1,7 +1,7 @@
|
|||||||
Summary: An archiving tool with ACL support
|
Summary: An archiving tool with ACL support
|
||||||
Name: star
|
Name: star
|
||||||
Version: 1.5a04
|
Version: 1.5a04
|
||||||
Release: 1
|
Release: 1.0p
|
||||||
URL: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
|
URL: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
|
||||||
Source: ftp://ftp.fokus.gmd.de/pub/unix/star/alpha/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.fokus.gmd.de/pub/unix/star/alpha/%{name}-%{version}.tar.bz2
|
||||||
Patch: star-1.5-icantusethestandardwayandmademyownmake.patch
|
Patch: star-1.5-icantusethestandardwayandmademyownmake.patch
|
||||||
@ -21,12 +21,12 @@ and can restore individual files from the archive. Star supports ACL.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
make
|
make PARCH=%{_target_cpu} K_ARCH=%{_target_cpu}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_mandir}
|
mkdir -p $RPM_BUILD_ROOT/%{_mandir}
|
||||||
make install RPM_INSTALLDIR=$RPM_BUILD_ROOT
|
make install RPM_INSTALLDIR=$RPM_BUILD_ROOT PARCH=%{_target_cpu} K_ARCH=%{_target_cpu}
|
||||||
mv $RPM_BUILD_ROOT/usr/man/* $RPM_BUILD_ROOT/%{_mandir}
|
mv $RPM_BUILD_ROOT/usr/man/* $RPM_BUILD_ROOT/%{_mandir}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
Reference in New Issue
Block a user