Accepting request 630757 from home:cgiboudeaux:branches:Archiving
Replace the URL OBS-URL: https://build.opensuse.org/request/show/630757 OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=70
This commit is contained in:
parent
34bcadece4
commit
675de41982
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 21 11:28:34 UTC 2018 - christophe@krop.fr
|
||||
|
||||
- Replace the URL. The bzip.org owner changed.
|
||||
- Remove the URL from the 'Source' line. The 1.0.6 version is not
|
||||
available.
|
||||
- Run spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 11:23:11 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
32
bzip2.spec
32
bzip2.spec
@ -23,8 +23,8 @@ Release: 0
|
||||
Summary: A Program for Compressing Files
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Archiving/Compression
|
||||
Url: http://www.bzip.org/
|
||||
Source: http://www.bzip.org/1.0.6/bzip2-%{version}.tar.gz
|
||||
URL: https://sourceware.org/bzip2
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: bznew.gz
|
||||
Source2: bznew.1.gz
|
||||
Source3: baselibs.conf
|
||||
@ -35,7 +35,7 @@ Patch1: bzip2-1.0.6-fix-bashisms.patch
|
||||
Patch2: bzip2-unsafe_strcpy.patch
|
||||
Patch3: bzip2-point-to-doc-pkg.patch
|
||||
Patch4: bzip2-ocloexec.patch
|
||||
# PATCH-FIX-UPSTREAM bnc#970260 kstreitova@suse.com -- fix a wrong exit code when grepping multiple archives
|
||||
# PATCH-FIX-UPSTREAM bnc#970260 kstreitova@suse.com -- fix a wrong exit code when grepping multiple archives
|
||||
Patch5: bzip2-1.0.6-bzgrep_return_value.patch
|
||||
BuildRequires: autoconf >= 2.57
|
||||
BuildRequires: libtool
|
||||
@ -115,7 +115,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
make %{?_smp_mflags} test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/bunzip2
|
||||
%{_bindir}/bzcat
|
||||
%{_bindir}/bzcmp
|
||||
@ -128,28 +127,25 @@ make %{?_smp_mflags} test
|
||||
%{_bindir}/bzless
|
||||
%{_bindir}/bzmore
|
||||
%{_bindir}/bznew
|
||||
%{_mandir}/man1/bunzip2.1%{ext_man}
|
||||
%{_mandir}/man1/bzcat.1%{ext_man}
|
||||
%{_mandir}/man1/bzcmp.1%{ext_man}
|
||||
%{_mandir}/man1/bzdiff.1%{ext_man}
|
||||
%{_mandir}/man1/bzegrep.1%{ext_man}
|
||||
%{_mandir}/man1/bzfgrep.1%{ext_man}
|
||||
%{_mandir}/man1/bzgrep.1%{ext_man}
|
||||
%{_mandir}/man1/bzip2.1%{ext_man}
|
||||
%{_mandir}/man1/bzless.1%{ext_man}
|
||||
%{_mandir}/man1/bzmore.1%{ext_man}
|
||||
%{_mandir}/man1/bznew.1%{ext_man}
|
||||
%{_mandir}/man1/bunzip2.1%{?ext_man}
|
||||
%{_mandir}/man1/bzcat.1%{?ext_man}
|
||||
%{_mandir}/man1/bzcmp.1%{?ext_man}
|
||||
%{_mandir}/man1/bzdiff.1%{?ext_man}
|
||||
%{_mandir}/man1/bzegrep.1%{?ext_man}
|
||||
%{_mandir}/man1/bzfgrep.1%{?ext_man}
|
||||
%{_mandir}/man1/bzgrep.1%{?ext_man}
|
||||
%{_mandir}/man1/bzip2.1%{?ext_man}
|
||||
%{_mandir}/man1/bzless.1%{?ext_man}
|
||||
%{_mandir}/man1/bzmore.1%{?ext_man}
|
||||
%{_mandir}/man1/bznew.1%{?ext_man}
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc manual.ps.gz manual*.html bzip2.txt manual.pdf
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libbz2.so.*
|
||||
|
||||
%files -n libbz2-devel
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE
|
||||
%doc CHANGES
|
||||
%{_includedir}/bzlib.h
|
||||
|
Loading…
Reference in New Issue
Block a user