Hello community, here is the log from the commit of package libsexy for openSUSE:Factory checked in at 2018-03-09 10:43:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsexy (Old) and /work/SRC/openSUSE:Factory/.libsexy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsexy" Fri Mar 9 10:43:17 2018 rev:20 rq:583051 version:0.1.11 Changes: -------- --- /work/SRC/openSUSE:Factory/libsexy/libsexy.changes 2013-04-02 12:26:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libsexy.new/libsexy.changes 2018-03-09 10:43:19.329753149 +0100 @@ -1,0 +2,11 @@ +Mon Mar 5 15:48:21 UTC 2018 - [email protected] + +- Implement shared library packaging guideline. Remove ineffective + --with-pic. Stop shipping README which is size 0. + +------------------------------------------------------------------- +Wed Feb 28 16:36:18 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsexy.spec ++++++ --- /var/tmp/diff_new_pack.7IWpKl/_old 2018-03-09 10:43:21.613670893 +0100 +++ /var/tmp/diff_new_pack.7IWpKl/_new 2018-03-09 10:43:21.617670749 +0100 @@ -1,7 +1,7 @@ # # spec file for package libsexy # -# Copyright (c) 2013 SUSE LINUX Products 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,98 +17,81 @@ Name: libsexy +Version: 0.1.11 +Release: 0 +Summary: Extended Widgets for GTK+ +License: LGPL-2.1-or-later +Group: Development/Libraries/GNOME +Url: http://www.chipx86.com/wiki/Libsexy +Source: %{name}-%{version}.tar.bz2 +# Only for directory ownership check: +BuildRequires: gtk-doc BuildRequires: gtk2-devel BuildRequires: iso-codes-devel BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: popt-devel BuildRequires: update-desktop-files -# Only for directory ownership check: -BuildRequires: gtk-doc -Version: 0.1.11 -Release: 0 -Url: http://www.chipx86.com/wiki/Libsexy -Summary: Extended Widgets for GTK+ -License: LGPL-2.1+ -Group: Development/Libraries/GNOME -Source: %{name}-%{version}.tar.bz2 Requires: iso-codes -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A set of extensions on top of GTK+ widgets, to provide extra functionality. +%package -n libsexy2 +Summary: Extended Widgets for GTK+ +Group: System/Libraries +Obsoletes: libsexy < %{version}-%{release} +Provides: libsexy = %{version}-%{release} - -Authors: --------- - Christian Hammond <[email protected]> +%description -n libsexy2 +A set of extensions on top of GTK+ widgets, to provide extra +functionality. %package devel Summary: Extended Widgets for GTK+ Group: Development/Libraries/GNOME -Requires: %{name} = %{version} Requires: gtk2-devel +Requires: libsexy2 = %{version} %description devel A set of extensions on top of GTK+ widgets, to provide extra functionality. - - -Authors: --------- - Christian Hammond <[email protected]> - %package doc -Summary: Extended Widgets for GTK+ -Group: Development/Libraries/GNOME -Requires: %{name} = %{version} +Summary: Documentation for the GTK+ extended widgets +Group: Documentation/HTML %description doc A set of extensions on top of GTK+ widgets, to provide extra functionality. - - -Authors: --------- - Christian Hammond <[email protected]> - %prep -%setup +%setup -q %build autoreconf -f -i -%configure --with-pic\ - --disable-static -make %{?jobs:-j%jobs} +%configure --disable-static +make %{?_smp_mflags} %install -%makeinstall -%{__rm} -f %{buildroot}%{_libdir}/*.la - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -p /sbin/ldconfig +%make_install +find %{buildroot} -type f -name "*.la" -delete -print -%postun -p /sbin/ldconfig +%post -n libsexy2 -p /sbin/ldconfig +%postun -n libsexy2 -p /sbin/ldconfig -%files -%defattr (-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README +%files -n libsexy2 +%license COPYING +%doc AUTHORS ChangeLog NEWS %{_libdir}/*.so.* %files devel -%defattr (-, root, root) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %files doc -%defattr (-, root, root) %{_datadir}/gtk-doc/html/* %changelog
