2006-12-19 00:15:26 +01:00
|
|
|
|
#
|
2011-08-01 15:24:54 +02:00
|
|
|
|
# spec file for package bzip2
|
2006-12-19 00:15:26 +01:00
|
|
|
|
#
|
2017-03-23 17:57:47 +01:00
|
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2006-12-19 00:15:26 +01:00
|
|
|
|
#
|
2008-11-01 23:15:35 +01:00
|
|
|
|
# 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.
|
|
|
|
|
|
2006-12-19 00:15:26 +01:00
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
2012-02-13 00:56:38 +01:00
|
|
|
|
|
2014-12-29 17:50:06 +01:00
|
|
|
|
%define libname libbz2-1
|
2006-12-19 00:15:26 +01:00
|
|
|
|
Name: bzip2
|
2010-09-23 23:51:54 +02:00
|
|
|
|
Version: 1.0.6
|
2012-01-31 13:37:54 +01:00
|
|
|
|
Release: 0
|
2006-12-19 00:15:26 +01:00
|
|
|
|
Summary: A Program for Compressing Files
|
2012-01-31 13:37:54 +01:00
|
|
|
|
License: BSD-3-Clause
|
|
|
|
|
Group: Productivity/Archiving/Compression
|
2014-12-29 17:50:06 +01:00
|
|
|
|
Url: http://www.bzip.org/
|
2013-03-21 12:08:33 +01:00
|
|
|
|
Source: http://www.bzip.org/1.0.6/bzip2-%{version}.tar.gz
|
2006-12-19 00:15:26 +01:00
|
|
|
|
Source1: bznew.gz
|
|
|
|
|
Source2: bznew.1.gz
|
2009-12-16 08:55:47 +01:00
|
|
|
|
Source3: baselibs.conf
|
2014-08-01 10:19:47 +02:00
|
|
|
|
Source100: bzip2-rpmlintrc
|
2010-11-03 12:56:55 +01:00
|
|
|
|
# PATCH-FEATURE-OPENSUSE bzip2-1.0.6-autoconfiscated.patch sbrabec@suse.cz -- Convert to a standard autoconf based package.
|
2014-12-29 17:50:06 +01:00
|
|
|
|
Patch0: http://ftp.suse.com/pub/people/sbrabec/bzip2/for_downstream/bzip2-1.0.6-autoconfiscated.patch
|
2014-11-05 17:27:23 +01:00
|
|
|
|
Patch1: bzip2-1.0.6-fix-bashisms.patch
|
2016-01-13 09:23:27 +01:00
|
|
|
|
Patch2: bzip2-unsafe_strcpy.patch
|
|
|
|
|
Patch3: bzip2-point-to-doc-pkg.patch
|
|
|
|
|
Patch4: bzip2-ocloexec.patch
|
2016-03-30 15:48:20 +02:00
|
|
|
|
# PATCH-FIX-UPSTREAM bnc#970260 kstreitova@suse.com -- fix a wrong exit code when grepping multiple archives
|
|
|
|
|
Patch5: bzip2-1.0.6-bzgrep_return_value.patch
|
2013-01-21 23:07:47 +01:00
|
|
|
|
BuildRequires: autoconf >= 2.57
|
|
|
|
|
BuildRequires: libtool
|
2017-03-23 17:57:47 +01:00
|
|
|
|
BuildRequires: pkgconfig
|
2013-01-21 23:07:47 +01:00
|
|
|
|
# The following is a kludge to get updating bzip2 to after the split work
|
2014-12-29 17:50:06 +01:00
|
|
|
|
PreReq: %{libname}
|
2013-01-21 23:10:23 +01:00
|
|
|
|
Provides: bzip = %{version}
|
|
|
|
|
Obsoletes: bzip < %{version}
|
2014-12-29 17:50:06 +01:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2006-12-19 00:15:26 +01:00
|
|
|
|
|
|
|
|
|
%description
|
2007-11-08 23:51:26 +01:00
|
|
|
|
The bzip2 program is a very powerful program for compressing files.
|
2006-12-19 00:15:26 +01:00
|
|
|
|
|
2007-03-23 21:42:21 +01:00
|
|
|
|
%package doc
|
2007-11-08 23:51:26 +01:00
|
|
|
|
Summary: The bzip2 program and Library Documentation
|
2007-03-23 21:42:21 +01:00
|
|
|
|
Group: Productivity/Archiving/Compression
|
2017-03-23 17:57:47 +01:00
|
|
|
|
%if 0%{?suse_version} > 1130
|
2009-12-26 11:47:35 +01:00
|
|
|
|
BuildArch: noarch
|
2015-01-14 10:58:41 +01:00
|
|
|
|
%endif
|
2007-03-23 21:42:21 +01:00
|
|
|
|
|
|
|
|
|
%description doc
|
2007-11-08 23:51:26 +01:00
|
|
|
|
The bzip2 program and library documentation.
|
2007-03-23 21:42:21 +01:00
|
|
|
|
|
2014-12-29 17:50:06 +01:00
|
|
|
|
%package -n %{libname}
|
2007-11-08 23:51:26 +01:00
|
|
|
|
Summary: The bzip2 runtime library
|
2013-01-21 23:07:47 +01:00
|
|
|
|
Group: System/Libraries
|
2007-03-23 21:42:21 +01:00
|
|
|
|
|
2014-12-29 17:50:06 +01:00
|
|
|
|
%description -n %{libname}
|
2007-11-08 23:51:26 +01:00
|
|
|
|
The bzip2 runtime library
|
2007-03-23 21:42:21 +01:00
|
|
|
|
|
|
|
|
|
%package -n libbz2-devel
|
2007-11-08 23:51:26 +01:00
|
|
|
|
Summary: The bzip2 runtime library development files
|
2013-01-21 23:07:47 +01:00
|
|
|
|
Group: Development/Libraries/C and C++
|
2014-12-29 17:50:06 +01:00
|
|
|
|
Requires: %{libname} = %{version}
|
2013-01-21 23:07:47 +01:00
|
|
|
|
Requires: glibc-devel
|
2007-03-23 21:42:21 +01:00
|
|
|
|
|
|
|
|
|
%description -n libbz2-devel
|
2007-11-08 23:51:26 +01:00
|
|
|
|
The bzip2 runtime library development files.
|
2007-03-23 21:42:21 +01:00
|
|
|
|
|
2006-12-19 00:15:26 +01:00
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2014-12-29 17:50:06 +01:00
|
|
|
|
%patch0
|
2014-11-05 17:27:23 +01:00
|
|
|
|
%patch1 -p1
|
2016-01-13 09:23:27 +01:00
|
|
|
|
%patch2
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
%patch4
|
2016-03-30 15:48:20 +02:00
|
|
|
|
%patch5 -p1
|
2014-12-29 17:50:06 +01:00
|
|
|
|
autoreconf -fiv
|
2006-12-19 00:15:26 +01:00
|
|
|
|
|
|
|
|
|
%build
|
2014-12-29 17:52:34 +01:00
|
|
|
|
export CFLAGS="%{optflags} -fPIE"
|
2012-02-13 00:56:38 +01:00
|
|
|
|
%configure --with-pic --disable-static
|
2014-12-19 12:26:31 +01:00
|
|
|
|
make %{?_smp_mflags} LDFLAGS="-pie"
|
2006-12-19 00:15:26 +01:00
|
|
|
|
|
|
|
|
|
%install
|
2014-12-29 17:50:06 +01:00
|
|
|
|
make DESTDIR=%{buildroot} install %{?_smp_mflags} pkgconfigdir=%{_libdir}/pkgconfig
|
2006-12-19 00:15:26 +01:00
|
|
|
|
gzip -9 manual.ps
|
|
|
|
|
gzip -dc %{SOURCE1} > bznew
|
2014-12-29 17:50:06 +01:00
|
|
|
|
install -D -m 755 bznew %{buildroot}%{_bindir}/bznew
|
|
|
|
|
install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1
|
|
|
|
|
# Steam and prolly others still use the 1.0 name, so we need to be
|
|
|
|
|
# compatible
|
|
|
|
|
# Remove this when all distros use the autotools based bzip2 release
|
|
|
|
|
ln -s libbz2.so.1 %{buildroot}/%{_libdir}/libbz2.so.1.0
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2006-12-19 00:15:26 +01:00
|
|
|
|
|
2014-12-29 17:50:06 +01:00
|
|
|
|
%post -n %{libname} -p /sbin/ldconfig
|
|
|
|
|
%postun -n %{libname} -p /sbin/ldconfig
|
2006-12-19 00:15:26 +01:00
|
|
|
|
|
2014-08-06 12:55:04 +02:00
|
|
|
|
%check
|
2014-12-29 17:50:06 +01:00
|
|
|
|
make %{?_smp_mflags} test
|
2014-08-06 12:55:04 +02:00
|
|
|
|
|
2006-12-19 00:15:26 +01:00
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
2017-03-23 17:57:47 +01:00
|
|
|
|
%{_mandir}/man1/*
|
2006-12-19 00:15:26 +01:00
|
|
|
|
%{_bindir}/*
|
|
|
|
|
|
2007-03-23 21:42:21 +01:00
|
|
|
|
%files doc
|
|
|
|
|
%defattr(-,root,root)
|
2011-08-10 22:25:15 +02:00
|
|
|
|
%doc manual.ps.gz manual*.html bzip2.txt manual.pdf
|
2007-03-23 21:42:21 +01:00
|
|
|
|
|
2014-12-29 17:50:06 +01:00
|
|
|
|
%files -n %{libname}
|
2007-03-23 21:42:21 +01:00
|
|
|
|
%defattr(-,root,root)
|
2014-12-29 17:50:06 +01:00
|
|
|
|
%{_libdir}/libbz2.so.*
|
2007-03-23 21:42:21 +01:00
|
|
|
|
|
|
|
|
|
%files -n libbz2-devel
|
|
|
|
|
%defattr(-,root,root)
|
2012-01-07 21:37:58 +01:00
|
|
|
|
%doc LICENSE CHANGES
|
2007-03-23 21:42:21 +01:00
|
|
|
|
%{_includedir}/bzlib.h
|
|
|
|
|
%{_libdir}/libbz2.so
|
2009-12-11 12:55:53 +01:00
|
|
|
|
%{_libdir}/pkgconfig/bzip2.pc
|
2007-12-07 19:52:27 +01:00
|
|
|
|
|
2007-03-23 21:42:21 +01:00
|
|
|
|
%changelog
|