- update to 1.1.13 + spec cleanup and modernization fixes rhbz#1297158
This commit is contained in:
parent
84154f015c
commit
6e24e2a1f2
19
pbzip2.spec
19
pbzip2.spec
@ -1,12 +1,12 @@
|
||||
Name: pbzip2
|
||||
Version: 1.1.12
|
||||
Release: 9%{?dist}
|
||||
Version: 1.1.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Parallel implementation of bzip2
|
||||
URL: http://www.compression.ca/pbzip2/
|
||||
URL: https://launchpad.net/pbzip2
|
||||
License: BSD
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: bzip2-devel
|
||||
Source0: http://www.compression.ca/pbzip2/%{name}-%{version}.tar.gz
|
||||
Source0: https://launchpad.net/pbzip2/1.1/%{version}/+download/pbzip2-%{version}.tar.gz
|
||||
Patch0: %{name}-1.1.12-buildflags.patch
|
||||
|
||||
%description
|
||||
@ -18,8 +18,7 @@ decompressed with bzip2).
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%autosetup -p1
|
||||
f=AUTHORS; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 && mv $f.utf8 $f
|
||||
|
||||
|
||||
@ -37,7 +36,8 @@ ln -sf ./%{name} %{buildroot}%{_bindir}/pbzcat
|
||||
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog COPYING README
|
||||
%doc AUTHORS ChangeLog README
|
||||
%license COPYING
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/pbunzip2
|
||||
%{_bindir}/pbzcat
|
||||
@ -45,6 +45,9 @@ ln -sf ./%{name} %{buildroot}%{_bindir}/pbzcat
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 25 2020 Filipe Rosset <rosset.filipe@gmail.com> - 1.1.13-1
|
||||
- update to 1.1.13 + spec cleanup and modernization fixes rhbz#1297158
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user