Hello community, here is the log from the commit of package grilo for openSUSE:Factory checked in at 2018-03-08 10:44:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grilo (Old) and /work/SRC/openSUSE:Factory/.grilo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grilo" Thu Mar 8 10:44:46 2018 rev:33 rq:582759 version:0.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/grilo/grilo.changes 2017-09-04 12:23:01.787648507 +0200 +++ /work/SRC/openSUSE:Factory/.grilo.new/grilo.changes 2018-03-08 10:44:48.456752215 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:31:17 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grilo.spec ++++++ --- /var/tmp/diff_new_pack.2LKaG8/_old 2018-03-08 10:44:49.000732630 +0100 +++ /var/tmp/diff_new_pack.2LKaG8/_new 2018-03-08 10:44:49.004732486 +0100 @@ -1,7 +1,7 @@ # # spec file for package grilo # -# Copyright (c) 2017 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 @@ -20,14 +20,15 @@ Version: 0.3.4 Release: 0 Summary: Framework for browsing and searching media content -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Productivity/Multimedia/Other -Url: https://live.gnome.org/Grilo +URL: https://live.gnome.org/Grilo Source: http://download.gnome.org/sources/grilo/0.3/%{name}-%{version}.tar.xz BuildRequires: fdupes # Required to build documentation BuildRequires: gtk-doc BuildRequires: intltool +BuildRequires: pkgconfig BuildRequires: vala BuildRequires: pkgconfig(gio-2.0) >= 2.44 BuildRequires: pkgconfig(glib-2.0) >= 2.34 @@ -39,7 +40,6 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(totem-plparser) >= 3.4.1 BuildRequires: pkgconfig(vapigen) >= 0.27 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Grilo is a framework for browsing and searching media content from @@ -49,10 +49,10 @@ Summary: Framework for browsing and searching media content # Needed for the -lang package to be installable Group: System/Libraries -Provides: %{name} = %{version} Recommends: %{name}-lang # Without plugins, grilo is useless Recommends: grilo-plugins +Provides: %{name} = %{version} %description -n libgrilo-0_3-0 Grilo is a framework for browsing and searching media content from @@ -132,6 +132,7 @@ various sources using a single API. %lang_package + %prep %setup -q @@ -148,7 +149,7 @@ %install %make_install -find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %{?no_lang_C} # Create directories needed for plugins install -d %{buildroot}%{_libdir}/grilo-0.3 @@ -159,52 +160,42 @@ #%%check #make check -%clean - %post -n libgrilo-0_3-0 -p /sbin/ldconfig - %postun -n libgrilo-0_3-0 -p /sbin/ldconfig - %post -n libgrlnet-0_3-0 -p /sbin/ldconfig - %postun -n libgrlnet-0_3-0 -p /sbin/ldconfig - %post -n libgrlpls-0_3-0 -p /sbin/ldconfig - %postun -n libgrlpls-0_3-0 -p /sbin/ldconfig %files -n libgrilo-0_3-0 -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/libgrilo-0.3.so.* # Directories needed for plugins %dir %{_libdir}/grilo-0.3 %files -n typelib-1_0-Grl-0_3 -%defattr(-,root,root) %{_libdir}/girepository-1.0/Grl-0.3.typelib %files -n libgrlnet-0_3-0 -%defattr(-,root,root) -%doc COPYING +%license COPYING + %{_libdir}/libgrlnet-0.3.so.* %files -n libgrlpls-0_3-0 -%defattr(-,root,root) -%doc COPYING +%license COPYING + %{_libdir}/libgrlpls-0.3.so.* %files -n typelib-1_0-GrlNet-0_3 -%defattr(-,root,root) %{_libdir}/girepository-1.0/GrlNet-0.3.typelib %files -n typelib-1_0-GrlPls-0_3 -%defattr(-,root,root) %{_libdir}/girepository-1.0/GrlPls-0.3.typelib %files tools -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_bindir}/grl-inspect-0.3 %{_bindir}/grl-launch-0.3 %{_bindir}/grilo-test-ui-0.3 @@ -213,7 +204,6 @@ %{_mandir}/man1/grl-launch-0.3.1%{?ext_man} %files devel -%defattr(-,root,root) %doc %{_datadir}/gtk-doc/html/grilo/ %{_includedir}/grilo-0.3/ %{_libdir}/*.so
