- Spec clean up
This commit is contained in:
parent
cacb3a4dbd
commit
1cee7495be
10
pigz.spec
10
pigz.spec
@ -1,13 +1,12 @@
|
|||||||
Name: pigz
|
Name: pigz
|
||||||
Version: 2.3.3
|
Version: 2.3.3
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Parallel implementation of gzip
|
Summary: Parallel implementation of gzip
|
||||||
|
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
License: zlib
|
License: zlib
|
||||||
URL: http://www.zlib.net/pigz/
|
URL: http://www.zlib.net/pigz/
|
||||||
Source0: http://www.zlib.net/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://www.zlib.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: ncompress
|
BuildRequires: ncompress
|
||||||
@ -25,7 +24,6 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
install -p -D pigz $RPM_BUILD_ROOT%{_bindir}/pigz
|
install -p -D pigz $RPM_BUILD_ROOT%{_bindir}/pigz
|
||||||
pushd $RPM_BUILD_ROOT%{_bindir}; ln pigz unpigz; popd
|
pushd $RPM_BUILD_ROOT%{_bindir}; ln pigz unpigz; popd
|
||||||
install -p -D pigz.1 -m 0644 $RPM_BUILD_ROOT%{_datadir}/man/man1/pigz.1
|
install -p -D pigz.1 -m 0644 $RPM_BUILD_ROOT%{_datadir}/man/man1/pigz.1
|
||||||
@ -33,9 +31,6 @@ install -p -D pigz.1 -m 0644 $RPM_BUILD_ROOT%{_datadir}/man/man1/pigz.1
|
|||||||
%check
|
%check
|
||||||
make tests CFLAGS="$RPM_OPT_FLAGS"
|
make tests CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc pigz.pdf README
|
%doc pigz.pdf README
|
||||||
@ -45,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 03 2016 Filipe Rosset <rosset.filipe@gmail.com> - 2.3.3-5
|
||||||
|
- Spec clean up
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-4
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user