Hello community, here is the log from the commit of package gfbgraph for openSUSE:Factory checked in at 2018-03-08 10:52:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gfbgraph (Old) and /work/SRC/openSUSE:Factory/.gfbgraph.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gfbgraph" Thu Mar 8 10:52:49 2018 rev:6 rq:583074 version:0.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gfbgraph/gfbgraph.changes 2015-10-06 16:09:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gfbgraph.new/gfbgraph.changes 2018-03-08 10:52:51.159373942 +0100 @@ -1,0 +2,10 @@ +Mon Mar 5 16:15:05 UTC 2018 - [email protected] + +- Fix SRPM group. Update summaries. + +------------------------------------------------------------------- +Wed Feb 28 16:26:26 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gfbgraph.spec ++++++ --- /var/tmp/diff_new_pack.1tJpee/_old 2018-03-08 10:52:51.787351335 +0100 +++ /var/tmp/diff_new_pack.1tJpee/_new 2018-03-08 10:52:51.791351191 +0100 @@ -1,7 +1,7 @@ # # spec file for package gfbgraph # -# 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 @@ -16,16 +16,17 @@ # +%define APIversion 0.2 Name: gfbgraph Version: 0.2.3 Release: 0 -%define APIversion 0.2 -Summary: Access the Facebook Graph API -License: LGPL-2.1+ -Group: System/Libraries +Summary: Facebook Graph API access library +License: LGPL-2.1-or-later +Group: Development/Libraries/GNOME Url: https://github.com/alvaropg/gfbgraph Source: http://download.gnome.org/sources/gfbgraph/0.2/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel +BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(goa-1.0) @@ -33,27 +34,26 @@ BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(rest-0.7) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A GObject library for Facebook Graph API %package -n libgfbgraph-0_2-0 -Summary: Access the Facebook Graph API +Summary: Facebook Graph API access library Group: System/Libraries %description -n libgfbgraph-0_2-0 A GObject library for Facebook Graph API %package -n typelib-1_0-GFBGraph-0_2 -Summary: Access the Facebook Graph API +Summary: Introspection bindings for the Facebook Graph API access library Group: System/Libraries %description -n typelib-1_0-GFBGraph-0_2 A GObject library for Facebook Graph API %package devel -Summary: Access the Facebook Graph API -- Development files +Summary: Development files for the Facebook Graph API access library Group: Development/Languages/C and C++ Requires: libgfbgraph-0_2-0 = %{version} Requires: typelib-1_0-GFBGraph-0_2 = %{version} @@ -73,25 +73,22 @@ %install %make_install -find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print +find %{buildroot} -type f -name "*.la" -delete -print # This should not be installed by make install - we package them as %%doc rm -rf %{buildroot}/%{_prefix}/doc/libgfbgraph/ %post -n libgfbgraph-0_2-0 -p /sbin/ldconfig - %postun -n libgfbgraph-0_2-0 -p /sbin/ldconfig %files -n libgfbgraph-0_2-0 -%defattr(-,root,root) -%doc AUTHORS COPYING NEWS ChangeLog README +%license COPYING +%doc AUTHORS NEWS ChangeLog README %{_libdir}/libgfbgraph-%{APIversion}.so.* %files -n typelib-1_0-GFBGraph-0_2 -%defattr(-,root,root) %{_libdir}/girepository-1.0/GFBGraph-0.2.typelib %files devel -%defattr(-,root,root) %{_datadir}/gir-1.0/GFBGraph-0.2.gir %{_datadir}/gtk-doc/html/gfbgraph-0.2/ %{_includedir}/gfbgraph-%{APIversion}/
