File p7zip.spec of Package p7zip

#
# spec file for package p7zip
#
# Copyright (c) 2016 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:           p7zip
Version:        9.20.1
Release:        0
Summary:        7-zip file compression program
License:        LGPL-2.1+
Group:          Productivity/Archiving/Compression
Url:            http://p7zip.sourceforge.net/
Source:         http://switch.dl.sourceforge.net/sourceforge/%{name}/%{name}_%{version}_src_all.tar.bz2
Patch0:         p7zip-CVE-2015-1038.patch
# PATCH-FIX-UPSTREAM bnc#979823 kstreitova@suse.comĀ -- out-of-bounds read vulnerability
Patch1:         p7zip-9.20.1-CVE-2016-2335.patch
BuildRequires:  gcc-c++
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1100
BuildRequires:  fdupes
%endif

%description
p7zip is a quick port of 7z.exe and 7za.exe (command line version of
7zip, see www.7-zip.org) for Unix. 7-Zip is a file archiver with
highest compression ratio. Since 4.10, p7zip (like 7-zip) supports
little-endian and big-endian machines.

%prep
%setup -q -n %{name}_%{version}
%patch0
%patch1 -p1

%ifarch x86_64
cp makefile.linux_amd64_asm makefile.machine
%endif

%ifarch ppc64 s390x
cp makefile.linux_amd64 makefile.machine
%else
cp makefile.linux_any_cpu_gcc_4.X makefile.machine
%endif

sed -i s,444,644,g install.sh
sed -i s,555,755,g install.sh

perl -pi -e 's/ -s / /' makefile.machine
perl -pi -e 's/(\$\(LOCAL_FLAGS\))/'"%{optflags}"' \\\n\t$1/' makefile.machine

%build
make %{?_smp_mflags} all2

%install
mkdir -p %{buildroot}/%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
./install.sh \
	%{_bindir} \
	%{_libdir}/%{name} \
	%{_mandir} \
        %{_defaultdocdir}/%{name} \
        %{buildroot}
%if 0%{?suse_version} > 1100
%fdupes -s %{buildroot}
%endif

%check
%if ! 0%{?qemu_user_space_build}
make test
make test_7z
%endif

%files
%defattr(-,root,root)
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/Codecs
%{_libdir}/%{name}/[0-9a-z]*
%{_libdir}/%{name}/Codecs/*
%{_bindir}/7z
%{_bindir}/7za
%doc %{_defaultdocdir}/%{name}
%{_mandir}/man1/*

%changelog
openSUSE Build Service is sponsored by