Hello community, here is the log from the commit of package farstream for openSUSE:Factory checked in at 2018-03-14 19:24:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/farstream (Old) and /work/SRC/openSUSE:Factory/.farstream.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "farstream" Wed Mar 14 19:24:27 2018 rev:17 rq:584749 version:0.2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/farstream/farstream.changes 2016-03-20 11:47:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.farstream.new/farstream.changes 2018-03-14 19:24:31.156138360 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:25:19 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ farstream.spec ++++++ --- /var/tmp/diff_new_pack.U2rfwz/_old 2018-03-14 19:24:32.388094619 +0100 +++ /var/tmp/diff_new_pack.U2rfwz/_new 2018-03-14 19:24:32.392094477 +0100 @@ -1,7 +1,7 @@ # # spec file for package farstream # -# Copyright (c) 2016 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,6 +16,7 @@ # +%define gst_pluginsdir %(pkg-config --variable pluginsdir gstreamer-1.0) Name: farstream Version: 0.2.8 Release: 0 @@ -23,9 +24,9 @@ # and common/gstdoc-scangobj; those are just used during the build and do not # affect the license of the binary packages Summary: GStreamer modules and libraries for videoconferencing -License: GPL-2.0+ and LGPL-2.1+ +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Productivity/Multimedia/Other -Url: http://farsight.freedesktop.org/ +URL: http://farsight.freedesktop.org/ Source: http://freedesktop.org/software/farstream/releases/farstream/%{name}-%{version}.tar.gz Source1: baselibs.conf # PATCH-FEATURE-OPENSUSE farstream-plugin-path.patch [email protected] -- Use library policy compliant path for plugin @@ -37,13 +38,12 @@ BuildRequires: glib2-devel >= 2.32 BuildRequires: gobject-introspection-devel >= 0.10.1 BuildRequires: gstreamer-devel >= 1.4 +BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-unix-2.0) >= 2.16 BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.4 BuildRequires: pkgconfig(gupnp-igd-1.0) >= 0.2 BuildRequires: pkgconfig(nice) >= 0.1.8 BuildRequires: pkgconfig(pygobject-2.0) >= 2.16.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define gst_pluginsdir %(pkg-config --variable pluginsdir gstreamer-1.0) %description Farstream is a collection of GStreamer modules and libraries for @@ -51,7 +51,7 @@ %package -n libfarstream-0_2-5 Summary: GStreamer modules and libraries for videoconferencing -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries Requires: %{name}-data # While not strictly needed, apps using farstream will need the gstreamer @@ -64,7 +64,7 @@ %package -n typelib-1_0-Farstream-0_2 Summary: GStreamer modules and libraries for videoconferencing -- Introspection bindings -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries %description -n typelib-1_0-Farstream-0_2 @@ -75,7 +75,7 @@ %package -n gstreamer-plugins-farstream Summary: GStreamer Plug-Ins for videoconferencing -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Productivity/Multimedia/Other Requires: gstreamer-plugins-bad >= 0.11 Requires: gstreamer-plugins-good >= 0.11 @@ -89,7 +89,7 @@ %package data Summary: GStreamer modules and libraries for videoconferencing -- Codec preferences -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries BuildArch: noarch @@ -102,7 +102,7 @@ %package devel Summary: GStreamer modules and libraries for videoconferencing -- Development files -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: libfarstream-0_2-5 = %{version} Requires: typelib-1_0-Farstream-0_2 = %{version} @@ -125,16 +125,15 @@ %install %make_install -find %{buildroot} -name '*.la' -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %fdupes %{buildroot}%{_datadir}/gtk-doc/html/ %post -n libfarstream-0_2-5 -p /sbin/ldconfig - %postun -n libfarstream-0_2-5 -p /sbin/ldconfig %files -n libfarstream-0_2-5 -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/libfarstream-0.2.so.* %dir %{_libdir}/farstream-0.2-5/ %{_libdir}/farstream-0.2-5/libmulticast-transmitter.so @@ -143,11 +142,9 @@ %{_libdir}/farstream-0.2-5/libshm-transmitter.so %files -n typelib-1_0-Farstream-0_2 -%defattr(-, root, root) %{_libdir}/girepository-1.0/Farstream-0.2.typelib %files -n gstreamer-plugins-farstream -%defattr(-,root,root) %{gst_pluginsdir}/libfsmsnconference.so %{gst_pluginsdir}/libfsrawconference.so %{gst_pluginsdir}/libfsrtpconference.so @@ -155,7 +152,6 @@ %{gst_pluginsdir}/libfsvideoanyrate.so %files data -%defattr(-, root, root) %dir %{_datadir}/farstream/ %dir %{_datadir}/farstream/0.2/ %dir %{_datadir}/farstream/0.2/fsrawconference/ @@ -165,7 +161,6 @@ %{_datadir}/farstream/0.2/fsrtpconference/default-element-properties %files devel -%defattr(-,root,root) %{_includedir}/farstream-0.2/ %{_libdir}/libfarstream-0.2.so %{_libdir}/pkgconfig/farstream-0.2.pc
