summaryrefslogtreecommitdiffstats
path: root/pigz/pigz.spec
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-09-22 14:10:28 +0200
committerDees_Troy <dees_troy@teamw.in>2012-09-22 14:10:44 +0200
commit3bde123df8673b236fb554fac71d6d53cf67b629 (patch)
tree741d196bcb014cdafd100ebeff18895041b8b1a4 /pigz/pigz.spec
parentAdd progress bar support to backup and restore (diff)
downloadandroid_bootable_recovery-3bde123df8673b236fb554fac71d6d53cf67b629.tar
android_bootable_recovery-3bde123df8673b236fb554fac71d6d53cf67b629.tar.gz
android_bootable_recovery-3bde123df8673b236fb554fac71d6d53cf67b629.tar.bz2
android_bootable_recovery-3bde123df8673b236fb554fac71d6d53cf67b629.tar.lz
android_bootable_recovery-3bde123df8673b236fb554fac71d6d53cf67b629.tar.xz
android_bootable_recovery-3bde123df8673b236fb554fac71d6d53cf67b629.tar.zst
android_bootable_recovery-3bde123df8673b236fb554fac71d6d53cf67b629.zip
Diffstat (limited to 'pigz/pigz.spec')
-rw-r--r--pigz/pigz.spec59
1 files changed, 33 insertions, 26 deletions
diff --git a/pigz/pigz.spec b/pigz/pigz.spec
index a29c202e4..96daadb22 100644
--- a/pigz/pigz.spec
+++ b/pigz/pigz.spec
@@ -1,26 +1,33 @@
-Summary: pigz is a parallel implementation of gzip which utilizes multiple cores
-Name: pigz
-Version: 2.1.6
-Release: 1
-Source0: %{name}-%{version}.tar.gz
-License: GPL
-Group: Applications/Tools
-Packager: Duncan Brown <duncan@duncanbrown.org>
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-URL: http://www.zlib.net/pigz
-
-%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. pigz was written by Mark Adler, and uses the zlib and pthread libraries.
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-%prep
-mkdir -p $RPM_BUILD_ROOT
-%setup -q
-%build
-make
-mkdir -p ${RPM_BUILD_ROOT}/usr/bin
-mv pigz ${RPM_BUILD_ROOT}/usr/bin
-%files
-%defattr(-,root,root)
-/usr/bin/pigz
+Summary: pigz is a parallel implementation of gzip which utilizes multiple cores
+Name: pigz
+Version: 2.2.5
+Release: 1
+Source0: %{name}-%{version}.tar.gz
+License: zlib
+Group: Applications/Tools
+Packager: Duncan Brown <duncan@duncanbrown.org>
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL: http://www.zlib.net/pigz
+
+%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. pigz was written by Mark Adler, and uses the zlib and pthread libraries.
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+%prep
+mkdir -p $RPM_BUILD_ROOT
+
+%setup -q
+%build
+make
+mkdir -p ${RPM_BUILD_ROOT}/usr/bin
+mkdir -p ${RPM_BUILD_ROOT}/usr/man/man1
+mv pigz unpigz ${RPM_BUILD_ROOT}/usr/bin
+mv pigz.1 ${RPM_BUILD_ROOT}/usr/man/man1
+
+%files
+%defattr(-,root,root)
+/usr/bin/pigz
+/usr/bin/unpigz
+%doc
+/usr/man/man1/pigz.1