Hello community,

here is the log from the commit of package libglademm for openSUSE:Factory 
checked in at 2018-03-09 10:42:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libglademm (Old)
 and      /work/SRC/openSUSE:Factory/.libglademm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libglademm"

Fri Mar  9 10:42:05 2018 rev:28 rq:582914 version:2.6.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/libglademm/libglademm.changes    2016-05-05 
12:09:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libglademm.new/libglademm.changes       
2018-03-09 10:42:07.556338047 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:34:37 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libglademm.spec ++++++
--- /var/tmp/diff_new_pack.qydTHS/_old  2018-03-09 10:42:08.196314999 +0100
+++ /var/tmp/diff_new_pack.qydTHS/_new  2018-03-09 10:42:08.200314855 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libglademm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,19 +17,18 @@
 
 
 Name:           libglademm
-BuildRequires:  gcc-c++
-BuildRequires:  gtkmm2-devel
-BuildRequires:  libglade2-devel
-BuildRequires:  update-desktop-files
 Version:        2.6.7
 Release:        0
-Url:            http://www.gtkmm.org/
 Summary:        C++ Interface for libglade (Part of GNOME Project)
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/GUI/GNOME
+URL:            http://www.gtkmm.org/
 Source:         
ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc-c++
+BuildRequires:  gtkmm2-devel
+BuildRequires:  libglade2-devel
+BuildRequires:  update-desktop-files
 
 %description
 This package provides a C++ interface for libglade. It is a subpackage
@@ -68,36 +67,29 @@
 
 %build
 %configure --disable-static --with-pic
-make docdir=%{_docdir}/%{name}/docs %{?jobs:-j%jobs}
+make docdir=%{_docdir}/%{name}/docs %{?_smp_mflags}
 
 %install
-make docdir=%{_docdir}/%{name}/docs DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-cp AUTHORS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make docdir=%{_docdir}/%{name}/docs DESTDIR=%{buildroot} install
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp AUTHORS ChangeLog NEWS README TODO %{buildroot}%{_docdir}/%{name}
 
 %post -n libglademm-2_4-1 -p /sbin/ldconfig
-
 %postun -n libglademm-2_4-1 -p /sbin/ldconfig
 
 %files
-%defattr (-, root, root)
 %doc %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/AUTHORS
-%doc %{_docdir}/%{name}/COPYING
+%license COPYING
 %doc %{_docdir}/%{name}/ChangeLog
 %doc %{_docdir}/%{name}/NEWS
 %doc %{_docdir}/%{name}/README
 %doc %{_docdir}/%{name}/TODO
 
 %files -n libglademm-2_4-1
-%defattr(-, root, root)
 %{_libdir}/*.so.*
 
 %files devel
-%defattr (-, root, root)
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/libglademm-2.4


Reply via email to