Spec file cleanup
This commit is contained in:
parent
e409fe52be
commit
4816bcd859
@ -4,8 +4,8 @@ Release: 7%{?dist}
|
|||||||
Summary: Parallel implementation of gzip
|
Summary: Parallel implementation of gzip
|
||||||
|
|
||||||
License: zlib
|
License: zlib
|
||||||
URL: http://www.zlib.net/pigz/
|
URL: https://www.zlib.net/pigz/
|
||||||
Source0: http://www.zlib.net/%{name}/%{name}-%{version}.tar.gz
|
Source0: https://www.zlib.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -15,13 +15,14 @@ BuildRequires: ncompress
|
|||||||
%description
|
%description
|
||||||
pigz, which stands for parallel implementation of gzip,
|
pigz, which stands for parallel implementation of gzip,
|
||||||
is a fully functional replacement for gzip that exploits
|
is a fully functional replacement for gzip that exploits
|
||||||
multiple processors and multiple cores to the hilt when compressing data.
|
multiple processors and multiple cores to the hilt when
|
||||||
|
compressing data.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
%make_build CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user