Hello community, here is the log from the commit of package libepc for openSUSE:Factory checked in at 2019-08-16 15:32:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libepc (Old) and /work/SRC/openSUSE:Factory/.libepc.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libepc" Fri Aug 16 15:32:48 2019 rev:21 rq:723297 version:0.4.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libepc/libepc.changes 2017-07-21 22:35:54.266945771 +0200 +++ /work/SRC/openSUSE:Factory/.libepc.new.22127/libepc.changes 2019-08-16 15:32:49.533923010 +0200 @@ -1,0 +2,7 @@ +Tue Aug 13 10:21:27 UTC 2019 - Bjørn Lie <[email protected]> + +- Drop manual gtk2-devel, libavahi-devel, libavahi-glib-devel and + libsoup-devel Requires from devel sub-package. +- Run spec-cleaner, modernize spec. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libepc.spec ++++++ --- /var/tmp/diff_new_pack.wTQLjE/_old 2019-08-16 15:32:49.941922892 +0200 +++ /var/tmp/diff_new_pack.wTQLjE/_new 2019-08-16 15:32:49.941922892 +0200 @@ -1,7 +1,7 @@ # # spec file for package libepc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -13,33 +13,30 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libepc -Summary: Easy Publish and Consume Library -License: LGPL-2.1+ -Group: Development/Libraries/GNOME Version: 0.4.6 Release: 0 -Url: http://live.gnome.org/libepc/ -Source: http://download.gnome.org/sources/libepc/0.4/%{name}-%{version}.tar.xz +Summary: Easy Publish and Consume Library +License: LGPL-2.1-or-later +Group: Development/Libraries/GNOME +URL: https://live.gnome.org/libepc/ +Source: https://download.gnome.org/sources/libepc/0.4/%{name}-%{version}.tar.xz + BuildRequires: gdbm-devel BuildRequires: intltool BuildRequires: libgnutls-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: translation-update-upstream -%if 0%{?suse_version} <= 1210 -# Only needed for openSUSE <= 12.1; later it is pulled in by rpm-build. BuildRequires: xz -%endif BuildRequires: pkgconfig(avahi-ui-gtk3) BuildRequires: pkgconfig(glib-2.0) >= 2.36 BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(uuid) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The Easy Publish and Consume library provides an easy method to: @@ -52,7 +49,6 @@ You can use this library as a key/value store published to the network, using encryption, authentication and service discovery. - %package 1_0-2 Summary: Easy Publish and Consume Library Group: System/Libraries @@ -75,10 +71,6 @@ Summary: Easy Publish and Consume Library Group: Development/Libraries/GNOME Requires: %{name}-1_0-2 = %{version} -Requires: gtk2-devel -Requires: libavahi-devel -Requires: libavahi-glib-devel -Requires: libsoup-devel %description devel Development headers for libepc. @@ -93,34 +85,28 @@ You can use this library as a key/value store published to the network, using encryption, authentication and service discovery. - %lang_package + %prep -%setup -q +%autosetup -p1 translation-update-upstream %build %configure --disable-static -%__make %{?jobs:-j%jobs} +%make_build %install -%makeinstall -find %{buildroot} -type f -name *.la -exec rm {} \; +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} -%clean -rm -rf %{buildroot} - %post 1_0-2 -p /sbin/ldconfig - %postun 1_0-2 -p /sbin/ldconfig %files 1_0-2 -%defattr(-,root,root) %{_libdir}/%{name}*.so.* %files devel -%defattr(-,root,root) %{_includedir}/%{name}-1.0 %{_includedir}/%{name}-ui-1.0 %{_libdir}/*.so
