Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
pbzip2
pbzip2.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pbzip2.spec of Package pbzip2
# # spec file for package pbzip2 # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: pbzip2 Version: 1.1.12 Release: 0 Summary: Parallelized Implementation of bzip2 License: BSD-4-Clause Group: Productivity/Archiving/Compression Url: http://compression.ca/pbzip2/ Source0: https://launchpad.net/pbzip2/1.1/%{version}/+download/pbzip2-%{version}.tar.gz Source1: macros.pbzip2.in # pbleser: add support for DESTDIR, MANDIR, BINDIR and OPTFLAGS in Makefile Patch1: pbzip2-makefile.patch # pbleser: fix not using the result value of fwrite() Patch3: pbzip2-fix_unused_result.patch BuildRequires: gcc-c++ BuildRequires: libbz2-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. %prep %setup -q -n "%{name}-%{version}" %patch1 %patch3 %build make %{?_smp_mflags} \ OPTFLAGS="%{optflags} -Wall" \ PREFIX="%{_prefix}" \ BINDIR="%{_bindir}" \ MANDIR="%{_mandir}" \ all %install make \ DESTDIR=%{buildroot} \ PREFIX="%{_prefix}" \ BINDIR="%{_bindir}" \ MANDIR="%{_mandir}" \ install for x in pbunzip2 pbzcat; do ln -s "pbzip2.1%{ext_man}" "%{buildroot}%{_mandir}/man1/${x}.1%{ext_man}" done install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_sysconfdir}/rpm/macros.%{name}" sed -i 's|@@BINDIR@@|%{_bindir}|g' "%{buildroot}%{_sysconfdir}/rpm/macros.%{name}" %files %defattr(-,root,root) %doc AUTHORS COPYING README ChangeLog %{_bindir}/pbzip2 %{_bindir}/pbunzip2 %{_bindir}/pbzcat %doc %{_mandir}/man1/pbzip2.1%{ext_man} %doc %{_mandir}/man1/pbunzip2.1%{ext_man} %doc %{_mandir}/man1/pbzcat.1%{ext_man} %config %{_sysconfdir}/rpm/macros.%{name} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor