auto-import changelog data from star-1.5a18-2.src.rpm
Thu Aug 21 2003 Dan Walsh <dwalsh@redhat.com> 1.5a18-2 - Fix free_xattr bug Wed Jul 16 2003 Dan Walsh <dwalsh@redhat.com> 1.5a18-1 - Add SELinux support Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
68871a6148
commit
ea85f52e0f
@ -1 +1 @@
|
||||
star-1.5a08.tar.bz2
|
||||
star-1.5a18.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
207ff7f7e2c0d725fdfd5115f23165df star-1.5a08.tar.bz2
|
||||
28b9838ac69ed08245eac77099c7464c star-1.5a18.tar.bz2
|
||||
|
22
star.spec
22
star.spec
@ -1,10 +1,12 @@
|
||||
Summary: An archiving tool with ACL support
|
||||
Name: star
|
||||
Version: 1.5a08
|
||||
Release: 4
|
||||
Version: 1.5a18
|
||||
Release: 2
|
||||
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
|
||||
Patch: star-1.5-icantusethestandardwayandmademyownmake.patch
|
||||
Patch1: star-xattr.patch
|
||||
Patch2: star-nofsync.patch
|
||||
License: GPL
|
||||
Group: Applications/Archiving
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -17,6 +19,8 @@ and can restore individual files from the archive. Star supports ACL.
|
||||
%prep
|
||||
%setup -q -n star-1.5
|
||||
%patch0 -p1
|
||||
%patch1 -p1 -b .xattr
|
||||
%patch2 -p1 -b .nofsync
|
||||
for PLAT in x86_64 ppc64 s390 s390x; do
|
||||
for AFILE in gcc cc; do
|
||||
[ ! -e RULES/${PLAT}-linux-${AFILE}.rul ] \
|
||||
@ -27,7 +31,9 @@ cp -f /usr/share/libtool/config.sub conf/config.sub
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags} PARCH=%{_target_cpu} K_ARCH=%{_target_cpu} \
|
||||
(cd conf; autoconf-2.13)
|
||||
make %{?_smp_mflags} PARCH=%{_target_cpu} CPPOPTX="-DNO_FSYNC" \
|
||||
K_ARCH=%{_target_cpu} \
|
||||
CONFFLAGS="%{_target_platform} --prefix=%{_prefix} \
|
||||
--exec-prefix=%{_exec_prefix} --bindir=%{_bindir} \
|
||||
--sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} \
|
||||
@ -51,6 +57,7 @@ mv $RPM_BUILD_ROOT/usr/man $RPM_BUILD_ROOT/usr/share/man
|
||||
rm -rf .%{_prefix}/include
|
||||
rm -rf .%{_prefix}/lib
|
||||
rm -rf .%{_mandir}/man5
|
||||
rm -rf .%{_mandir}/man3
|
||||
rm -rf .%{_mandir}/man1/{tartest,rmt}.1*
|
||||
rm -rf .%{_prefix}/sbin
|
||||
)
|
||||
@ -67,6 +74,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man1/star*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 21 2003 Dan Walsh <dwalsh@redhat.com> 1.5a18-2
|
||||
- Fix free_xattr bug
|
||||
|
||||
* Wed Jul 16 2003 Dan Walsh <dwalsh@redhat.com> 1.5a18-1
|
||||
- Add SELinux support
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user