Hello community,

here is the log from the commit of package zoo for openSUSE:Factory checked in 
at 2017-06-20 09:40:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zoo (Old)
 and      /work/SRC/openSUSE:Factory/.zoo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zoo"

Tue Jun 20 09:40:49 2017 rev:21 rq:504696 version:2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/zoo/zoo.changes  2015-03-18 13:04:09.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.zoo.new/zoo.changes     2017-06-20 
09:40:53.035934952 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 12:16:12 UTC 2017 - mplus...@suse.com
+
+- Small packaging adjustements
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zoo.spec ++++++
--- /var/tmp/diff_new_pack.o1Fyka/_old  2017-06-20 09:40:55.507586466 +0200
+++ /var/tmp/diff_new_pack.o1Fyka/_new  2017-06-20 09:40:55.515585338 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zoo
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -32,13 +32,12 @@
 Patch6:         zoo-security_parse.patch
 Patch7:         zoo-%{version}-security-infinite_loop.patch
 Patch8:         zoo-fclose.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Zoo is a packer based on the Lempel-Ziv algorithm. Lots of files on
 DOS/AmigaDOS and TOS systems used this packer for their archives. The
-compression rate of gzip is not reached, and thus zoo should only be
-used for decompressing old archives.
+compression rate of gzip is not reached, and thus zoo should only be used
+for decompressing old archives.
 
 %prep
 %setup -q -n zoo
@@ -53,19 +52,24 @@
 %patch8
 
 %build
-make %{?_smp_mflags} linux OPTIM="%{optflags} -fPIE" LDFLAGS="-pie"
+make %{?_smp_mflags} linux OPTIM="%{optflags}"
 
 %install
-mkdir -p %{buildroot}{%{_prefix}/bin,%{_mandir}/man1}
-install zoo fiz %{buildroot}%{_prefix}/bin
-install -m 644 zoo.1 fiz.1 %{buildroot}/%{_mandir}/man1/
+install -Dpm 0755 zoo \
+  %{buildroot}%{_prefix}/bin/zoo
+install -Dpm 0755 fiz \
+  %{buildroot}%{_prefix}/bin/fiz
+install -Dpm 0644 zoo.1 \
+  %{buildroot}/%{_mandir}/man1/zoo.1
+install -Dpm 0644 fiz.1 \
+  %{buildroot}/%{_mandir}/man1/fiz.1
 
 %files
 %defattr(-,root,root)
 %doc Copyright
 %{_bindir}/fiz
 %{_bindir}/zoo
-%doc %{_mandir}/man1/fiz.1.gz
-%doc %{_mandir}/man1/zoo.1.gz
+%{_mandir}/man1/fiz.1%{ext_man}
+%{_mandir}/man1/zoo.1%{ext_man}
 
 %changelog


Reply via email to