Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2015-08-07 00:18:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tiff (Old)
 and      /work/SRC/openSUSE:Factory/.tiff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tiff"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tiff/tiff.changes        2015-07-05 
17:55:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2015-08-07 
00:18:52.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug  4 08:17:35 UTC 2015 - [email protected]
+
+- use spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tiff.spec ++++++
--- /var/tmp/diff_new_pack.MBPR3V/_old  2015-08-07 00:18:53.000000000 +0200
+++ /var/tmp/diff_new_pack.MBPR3V/_new  2015-08-07 00:18:53.000000000 +0200
@@ -17,9 +17,26 @@
 
 
 Name:           tiff
+Version:        4.0.4
+Release:        0
+Summary:        Tools for Converting from and to the Tiff Format
+License:        HPND
+Group:          Productivity/Graphics/Convertors
+Url:            http://www.remotesensing.org/libtiff
+Source:         http://download.osgeo.org/libtiff/tiff-%{version}.tar.gz
+Source2:        README.SUSE
+Source3:        baselibs.conf
+Patch0:         tiff-4.0.3-seek.patch
+# http://bugzilla.maptools.org/show_bug.cgi?id=2442
+Patch1:         tiff-4.0.3-compress-warning.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
+BuildRequires:  zlib-devel
+# FYI: this issue is solved another way
+# http://bugzilla.maptools.org/show_bug.cgi?id=1985#c1
+# Patch9:         tiff-%{version}-lzw-CVE-2009-2285.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1030
 BuildRequires:  lzma-devel
 %endif
@@ -29,7 +46,6 @@
 %if 0%{?suse_version} > 1000
 BuildRequires:  pkg-config
 %endif
-BuildRequires:  zlib-devel
 # bug437293
 %ifarch ppc64
 Obsoletes:      tiff-64bit
@@ -37,23 +53,6 @@
 %if 0%{?suse_version} > 1210
 BuildRequires:  libjbig-devel
 %endif
-Version:        4.0.4
-Release:        0
-Summary:        Tools for Converting from and to the Tiff Format
-License:        HPND
-Group:          Productivity/Graphics/Convertors
-Url:            http://www.remotesensing.org/libtiff
-Source:         http://download.osgeo.org/libtiff/tiff-%{version}.tar.gz
-Source2:        README.SUSE
-Source3:        baselibs.conf
-Patch0:         tiff-4.0.3-seek.patch
-# http://bugzilla.maptools.org/show_bug.cgi?id=2442
-Patch1:         tiff-4.0.3-compress-warning.patch
-
-# FYI: this issue is solved another way
-# http://bugzilla.maptools.org/show_bug.cgi?id=1985#c1
-# Patch9:         tiff-%{version}-lzw-CVE-2009-2285.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains the library and support programs for the TIFF
@@ -97,13 +96,13 @@
 %patch1 -p1
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -fPIE"
+CFLAGS="%{optflags} -fPIE"
 %configure --disable-static --with-pic
 make %{?_smp_mflags} LDFLAGS="-pie"
 
 %install
 mkdir -p %{buildroot}/{%{_mandir}/{man1,man3},usr/{bin,lib,include}}
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 for f in `find %{buildroot}/%{_mandir} -type f -print ` ; do
   if [ `wc -l <$f` -eq 1 ] && grep -q "^\.so " $f ; then
     linkto=`sed -e "s|^\.so ||" $f`
@@ -113,7 +112,7 @@
 
 cp %{SOURCE2} .
 rm -rf %{buildroot}%{_datadir}/doc/tiff*
-rm -f %{buildroot}/%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 find html -name "Makefile*" | xargs rm
 
 %check
@@ -129,7 +128,7 @@
 %{_bindir}/*
 %doc html
 %doc README COPYRIGHT VERSION ChangeLog TODO RELEASE-DATE
-%doc %{_mandir}/man1/*
+%{_mandir}/man1/*
 
 %files -n libtiff5
 %defattr(-,root,root)
@@ -141,6 +140,6 @@
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
-%doc %{_mandir}/man3/*
+%{_mandir}/man3/*
 
 %changelog


Reply via email to