Hello community,

here is the log from the commit of package pdfchain for openSUSE:Factory 
checked in at 2015-09-24 06:15:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pdfchain (Old)
 and      /work/SRC/openSUSE:Factory/.pdfchain.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pdfchain"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pdfchain/pdfchain.changes        2013-11-07 
08:43:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pdfchain.new/pdfchain.changes   2015-09-24 
06:15:12.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Sep 20 20:03:51 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Use macros for desktop file and icon handling
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pdfchain.spec ++++++
--- /var/tmp/diff_new_pack.k3BekJ/_old  2015-09-24 06:15:12.000000000 +0200
+++ /var/tmp/diff_new_pack.k3BekJ/_new  2015-09-24 06:15:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pdfchain
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2013 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,21 +16,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:          pdfchain
-Summary:       A GUI for pdftk
 Version:       0.4.4
-Release:       1
-URL:           http://sourceforge.net/projects/pdfchain/
-Source0:       pdfchain-%{version}.tar.gz
-Patch0:                pdfchain-desktop.patch
+Release:        0
+Summary:        A GUI for pdftk
 License:       GPL-3.0
 Group:         Productivity/Publishing/PDF
-Requires:      pdftk >= 2.0
-BuildRequires: gtkmm3-devel
+Url:            http://sourceforge.net/projects/pdfchain/
+Source0:        
http://sourceforge.net/projects/pdfchain/files/pdfchain-%{version}/pdfchain-%{version}.tar.gz
+Patch0:         pdfchain-desktop.patch
+BuildRequires:  fdupes
 BuildRequires: gcc-c++
+BuildRequires:  gtkmm3-devel
+BuildRequires:  hicolor-icon-theme
 BuildRequires: intltool >= 0.35.0
+BuildRequires:  pkg-config
 BuildRequires: update-desktop-files
-BuildRequires: fdupes
+Requires:       hicolor-icon-theme
+Requires:       pdftk >= 2.0
 BuildRoot:     %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,24 +53,28 @@
 
 %build
 %configure
-%__make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 rm -rf %{buildroot}%{_datadir}/doc/pdfchain
 
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING README
 %{_bindir}/pdfchain
 %{_datadir}/applications/pdfchain.desktop
 %{_datadir}/icons/hicolor/*/apps/pdfchain.png
 %{_datadir}/pixmaps/pdfchain.png
-%doc AUTHORS ChangeLog COPYING README
-
 
 %changelog


Reply via email to