rpms/pigz/F-11 import.log, NONE, 1.1 pigz.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

drago01 drago01 at fedoraproject.org
Sat Sep 26 08:10:21 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/pigz/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4612/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pigz.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
pigz-2_1_5-2_fc11:F-11:pigz-2.1.5-2.fc11.src.rpm:1253952607


--- NEW FILE pigz.spec ---
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 at gmail.com> - 2.1.5-2
- Fix license tag

* Fri Sep 25 2009 Adel Gadllah <adel.gadllah at gmail.com> - 2.1.5-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pigz/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 Sep 2009 02:47:38 -0000	1.1
+++ .cvsignore	26 Sep 2009 08:10:21 -0000	1.2
@@ -0,0 +1 @@
+pigz-2.1.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pigz/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 Sep 2009 02:47:38 -0000	1.1
+++ sources	26 Sep 2009 08:10:21 -0000	1.2
@@ -0,0 +1 @@
+580873165ef3a369674f0c0af4c96d67  pigz-2.1.5.tar.gz




More information about the fedora-extras-commits mailing list