Merge review (#226434) changes: convert AN-1.5 to utf-8,spec file
cosmetic/policy changes, ship README.linux in doc
This commit is contained in:
parent
8cb74389f9
commit
4d912e086c
23
star.spec
23
star.spec
@ -4,17 +4,24 @@
|
|||||||
Summary: An archiving tool with ACL support
|
Summary: An archiving tool with ACL support
|
||||||
Name: star
|
Name: star
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
URL: http://cdrecord.berlios.de/old/private/star.html
|
URL: http://cdrecord.berlios.de/old/private/star.html
|
||||||
Source: ftp://ftp.berlios.de/pub/star/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.berlios.de/pub/star/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
#use gcc for compilation, change defaults for Linux
|
||||||
Patch1: star-1.5-newMake.patch
|
Patch1: star-1.5-newMake.patch
|
||||||
|
#add SELinux support to star(#)
|
||||||
Patch2: star-1.5-selinux.patch
|
Patch2: star-1.5-selinux.patch
|
||||||
|
#do not segfault with data-change-warn option (#255261)
|
||||||
Patch3: star-1.5-changewarnSegv.patch
|
Patch3: star-1.5-changewarnSegv.patch
|
||||||
|
#remove non existing source file in nonfat-makefiles
|
||||||
Patch4: star-1.5-removenames_c.patch
|
Patch4: star-1.5-removenames_c.patch
|
||||||
|
#do not conflict with glibc stdio functions (#494213)
|
||||||
Patch5: star-1.5-stdioconflict.patch
|
Patch5: star-1.5-stdioconflict.patch
|
||||||
|
|
||||||
License: CDDL
|
License: CDDL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: libattr-devel libacl-devel libtool libselinux-devel
|
BuildRequires: libattr-devel libacl-devel libtool libselinux-devel
|
||||||
BuildRequires: e2fsprogs-devel gawk
|
BuildRequires: e2fsprogs-devel gawk
|
||||||
|
|
||||||
@ -31,6 +38,9 @@ and can restore individual files from the archive. Star supports ACL.
|
|||||||
%patch3 -p1 -b .changewarnSegv
|
%patch3 -p1 -b .changewarnSegv
|
||||||
%patch4 -p1 -b .removenames
|
%patch4 -p1 -b .removenames
|
||||||
%patch5 -p1 -b .conflict
|
%patch5 -p1 -b .conflict
|
||||||
|
iconv -f iso_8859-1 -t utf-8 AN-1.5 >AN-1.5_utf8
|
||||||
|
mv AN-1.5_utf8 AN-1.5
|
||||||
|
cp -a READMEs/README.linux .
|
||||||
|
|
||||||
for PLAT in %{arm} x86_64 ppc64 s390 s390x sh3 sh4 sh4a sparcv9; do
|
for PLAT in %{arm} x86_64 ppc64 s390 s390x sh3 sh4 sh4a sparcv9; do
|
||||||
for AFILE in gcc cc; do
|
for AFILE in gcc cc; do
|
||||||
@ -93,7 +103,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README AN* COPYING CDDL.Schily.txt README.SSPM STATUS.alpha TODO
|
%doc README AN* COPYING CDDL.Schily.txt README.SSPM STATUS.alpha TODO README.linux
|
||||||
%{_bindir}/star
|
%{_bindir}/star
|
||||||
%{_bindir}/ustar
|
%{_bindir}/ustar
|
||||||
%{_bindir}/spax
|
%{_bindir}/spax
|
||||||
@ -101,6 +111,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man1/spax.1*
|
%{_mandir}/man1/spax.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 27 2009 Ondrej Vasik <ovasik@redhat.com> 1.5-7
|
||||||
|
- Merge review (#226434) changes: convert AN-1.5 to utf-8,
|
||||||
|
spec file cosmetic/policy changes, ship README.linux in doc
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-6
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
@ -118,6 +132,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
* Wed Jan 28 2009 Ondrej Vasik <ovasik@redhat.com> 1.5-2
|
* Wed Jan 28 2009 Ondrej Vasik <ovasik@redhat.com> 1.5-2
|
||||||
- remove names.c requirements from non-fat Makefiles,
|
- remove names.c requirements from non-fat Makefiles,
|
||||||
do not ship names.c (#255261 for details)
|
do not ship names.c (#255261 for details)
|
||||||
|
|
||||||
* Tue Jan 27 2009 Ondrej Vasik <ovasik@redhat.com> 1.5-1
|
* Tue Jan 27 2009 Ondrej Vasik <ovasik@redhat.com> 1.5-1
|
||||||
- use final instead of beta
|
- use final instead of beta
|
||||||
- ship missing names.c separately
|
- ship missing names.c separately
|
||||||
@ -198,7 +213,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- Disable fat binary as per star/Makefile, update star-1.5-selinux.patch for
|
- Disable fat binary as per star/Makefile, update star-1.5-selinux.patch for
|
||||||
the various *.mk files used in that case
|
the various *.mk files used in that case
|
||||||
- Axe /usr/share/man/man1/match.1*, /usr/etc/default/rmt too
|
- Axe /usr/share/man/man1/match.1*, /usr/etc/default/rmt too
|
||||||
- Explicit listing in %files, allow for compressed or plain manpages
|
- Explicit listing in %%files, allow for compressed or plain manpages
|
||||||
|
|
||||||
* Fri Aug 26 2005 Peter Vrabec <pvrabec@redhat.com>
|
* Fri Aug 26 2005 Peter Vrabec <pvrabec@redhat.com>
|
||||||
- do not remove star_fat
|
- do not remove star_fat
|
||||||
|
Loading…
Reference in New Issue
Block a user