]> git.pld-linux.org Git - packages/pixz.git/blame - pixz.spec
- up to 1.0.7
[packages/pixz.git] / pixz.spec
CommitLineData
98d961e4
ER
1# TODO
2# - fill proper gcc BR for -pie
b249faec
AZ
3Summary: A parallel, indexing version of XZ
4Name: pixz
ff2c8cf0
JR
5Version: 1.0.7
6Release: 1
b249faec
AZ
7License: BSD-2-Clause
8Group: Applications/Archiving
ff2c8cf0
JR
9Source0: https://github.com/vasi/pixz/archive/v%{version}/%{name}-%{version}.tar.gz
10# Source0-md5: 06fcda5892dfad818fe45e8e63427134
b249faec 11URL: https://github.com/vasi/pixz
98d961e4
ER
12BuildRequires: libarchive-devel
13BuildRequires: openssl-devel
b249faec
AZ
14BuildRequires: rpmbuild(macros)
15BuildRequires: xz-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Pixz (pronounced 'pixie') is a parallel, indexing version of XZ
20
21%prep
22%setup -q
23
24%build
ff2c8cf0
JR
25%{__aclocal}
26%{__autoconf}
27%{__autoheader}
28%{__automake}
29%configure
30%{__make}
b249faec
AZ
31
32%install
33rm -rf $RPM_BUILD_ROOT
ff2c8cf0
JR
34
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
b249faec
AZ
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
ff2c8cf0 43%doc LICENSE README.md NEWS
b249faec
AZ
44%attr(755,root,root) %{_bindir}/pixz
45%{_mandir}/man1/pixz.1*
This page took 0.183969 seconds and 4 git commands to generate.