Initial Import
This commit is contained in:
parent
14cb143a33
commit
e8937f03d4
@ -0,0 +1 @@
|
||||
pigz-2.1.5.tar.gz
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
pigz-2_1_5-2_fc11:HEAD:pigz-2.1.5-2.fc11.src.rpm:1253952548
|
51
pigz.spec
Normal file
51
pigz.spec
Normal file
@ -0,0 +1,51 @@
|
||||
Name: pigz
|
||||
Version: 2.1.5
|
||||
Release: 2%{?dist}
|
||||
Summary: Parallel implementation of gzip
|
||||
|
||||
Group: Applications/File
|
||||
License: zlib
|
||||
URL: http://www.zlib.net/pigz/
|
||||
Source0: http://www.zlib.net/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
%description
|
||||
pigz, which stands for parallel implementation of gzip,
|
||||
is a fully functional replacement for gzip that exploits
|
||||
multiple processors and multiple cores to the hilt when compressing data.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS='%{optflags}'
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
install -D pigz $RPM_BUILD_ROOT%{_bindir}/pigz
|
||||
install -D unpigz $RPM_BUILD_ROOT%{_bindir}/unpigz
|
||||
install -D pigz.1 -m 0644 $RPM_BUILD_ROOT%{_datadir}/man/man1/pigz.1
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc pigz.pdf README
|
||||
%{_bindir}/pigz
|
||||
%{_bindir}/unpigz
|
||||
%{_datadir}/man/man1/pigz.*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 26 2009 Adel Gadllah <adel.gadllah@gmail.com> - 2.1.5-2
|
||||
- Fix license tag
|
||||
|
||||
* Fri Sep 25 2009 Adel Gadllah <adel.gadllah@gmail.com> - 2.1.5-1
|
||||
- Initial package
|
||||
|
Loading…
Reference in New Issue
Block a user