Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Apply Obermaier changes to pigz.spec
  • Loading branch information
madler committed Jul 3, 2010
1 parent 8d4e962 commit c92471c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pigz.spec
Expand Up @@ -16,11 +16,18 @@ pigz, which stands for parallel implementation of gzip, is a fully functional re
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
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

0 comments on commit c92471c

Please sign in to comment.