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