auto-import changelog data from tar-1.13.19-4.src.rpm
Tue Mar 06 2001 Bernhard Rosenkraenzer <bero@redhat.com> - Don't depend on librt. Fri Feb 23 2001 Trond Eivind Glomsrd <teg@redhat.com> - langify Thu Feb 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> - Fix up the man page (#28915) Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> - 1.3.19, nukes -I and fixes up -N - Add -I back in as an alias to -j with a nice loud warning Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com> - 1.3.18 - Update man page to reflect changes Thu Oct 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - Fix the "ignore failed read" option (Bug #8330) Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com> - fix hang on tar tvzf - <something.tar.gz, introduced by exit code fix (Bug #15448), Patch from Tim Waugh <twaugh@redhat.com>
This commit is contained in:
parent
9e52dcc6f7
commit
15b2e5f41f
@ -1 +1 @@
|
|||||||
tar-1.13.17.tar.gz
|
tar-1.13.19.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
4704d86de59410d8687cf2857ffd2f48 tar-1.13.17.tar.gz
|
ff10ade59f5b312869ffb2f229177e14 tar-1.13.19.tar.gz
|
||||||
|
55
tar.spec
55
tar.spec
@ -1,17 +1,18 @@
|
|||||||
Summary: A GNU file archiving program.
|
Summary: A GNU file archiving program.
|
||||||
Name: tar
|
Name: tar
|
||||||
Version: 1.13.17
|
Version: 1.13.19
|
||||||
Release: 8
|
Release: 4
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.gz
|
||||||
Patch0: tar-1.13.14-manpage.patch
|
Patch0: tar-1.13.18-manpage.patch
|
||||||
Patch1: tar-1.13.17-fnmatch.patch
|
Patch1: tar-1.13.19-I.patch
|
||||||
Patch2: tar-1.3.17-excluded_name.patch
|
Patch2: tar-1.13.18-excluded_name.patch
|
||||||
Patch3: tar-1.13.17-ia64.patch
|
Patch3: tar-1.13.17-ia64.patch
|
||||||
Patch4: tar-1.13.17-exitcode.patch
|
Patch5: tar-1.13.17-fail.patch
|
||||||
Prereq: /sbin/install-info
|
Patch6: tar-1.13.19-nolibrt.patch
|
||||||
Buildroot: /var/tmp/%{name}-root
|
Prereq: info
|
||||||
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU tar program saves many files together into one archive and can
|
The GNU tar program saves many files together into one archive and can
|
||||||
@ -27,10 +28,11 @@ the rmt package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1 -b .manpage
|
||||||
%patch1 -p1
|
%patch1 -p1 -b .I
|
||||||
%patch2 -p1
|
%patch2 -p1 -b .excname
|
||||||
%patch4 -p1 -b .exitcode
|
%patch5 -p1 -b .fail
|
||||||
|
%patch6 -p1 -b .librt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -79,6 +81,8 @@ make prefix=${RPM_BUILD_ROOT}%{_prefix} \
|
|||||||
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
|
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
|
||||||
install -c -m644 tar.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
|
install -c -m644 tar.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
|
||||||
|
|
||||||
|
%find_lang %name
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/install-info %{_infodir}/tar.info.gz %{_infodir}/dir
|
/sbin/install-info %{_infodir}/tar.info.gz %{_infodir}/dir
|
||||||
|
|
||||||
@ -90,7 +94,7 @@ fi
|
|||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%ifos linux
|
%ifos linux
|
||||||
/bin/tar
|
/bin/tar
|
||||||
@ -103,9 +107,32 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{_infodir}/tar.info*
|
%{_infodir}/tar.info*
|
||||||
%{_prefix}/share/locale/*/LC_MESSAGES/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- Don't depend on librt.
|
||||||
|
|
||||||
|
* Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- langify
|
||||||
|
|
||||||
|
* Thu Feb 22 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- Fix up the man page (#28915)
|
||||||
|
|
||||||
|
* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- 1.3.19, nukes -I and fixes up -N
|
||||||
|
- Add -I back in as an alias to -j with a nice loud warning
|
||||||
|
|
||||||
|
* Mon Oct 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- 1.3.18
|
||||||
|
- Update man page to reflect changes
|
||||||
|
|
||||||
|
* Thu Oct 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- Fix the "ignore failed read" option (Bug #8330)
|
||||||
|
|
||||||
|
* Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- fix hang on tar tvzf - <something.tar.gz, introduced by
|
||||||
|
exit code fix (Bug #15448), Patch from Tim Waugh <twaugh@redhat.com>
|
||||||
|
|
||||||
* Fri Aug 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
* Fri Aug 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
- really fix exit code (Bug #15448)
|
- really fix exit code (Bug #15448)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user