Hello community, here is the log from the commit of package liboop for openSUSE:Factory checked in at 2018-02-12 10:16:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liboop (Old) and /work/SRC/openSUSE:Factory/.liboop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liboop" Mon Feb 12 10:16:13 2018 rev:18 rq:575483 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/liboop/liboop.changes 2018-02-09 15:48:10.894021859 +0100 +++ /work/SRC/openSUSE:Factory/.liboop.new/liboop.changes 2018-02-12 10:16:14.975268275 +0100 @@ -1,0 +2,8 @@ +Sat Feb 10 12:25:24 UTC 2018 - [email protected] + +- Remove useless --with-pic (no effect with --disable-static). + Immediately remove .la files rather than %excluding. +- Remove historic Obsolete/Provides pairs. +- Use %make_install and streamline the macro style. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liboop.spec ++++++ --- /var/tmp/diff_new_pack.avPkQR/_old 2018-02-12 10:16:15.883235555 +0100 +++ /var/tmp/diff_new_pack.avPkQR/_new 2018-02-12 10:16:15.887235411 +0100 @@ -24,8 +24,8 @@ License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: https://www.lysator.liu.se/liboop -Source: https://ftp.lysator.liu.se/pub/liboop/liboop-%{version}.tar.gz -Source1: https://ftp.lysator.liu.se/pub/liboop/liboop-%{version}.tar.gz.sig +Source: https://ftp.lysator.liu.se/pub/liboop/liboop-%version.tar.gz +Source1: https://ftp.lysator.liu.se/pub/liboop/liboop-%version.tar.gz.sig BuildRequires: pkgconfig %description @@ -39,10 +39,7 @@ %package -n %lname Summary: Low-Level Event Loop Management Library -#O/P added for 12.1 Group: System/Libraries -Obsoletes: liboop < %version-%release -Provides: liboop = %version-%release %description -n %lname Liboop is a low-level event loop management library for POSIX-based @@ -54,7 +51,7 @@ liboop can be used as the basis for almost any application. %package devel -Summary: Development Libraries and Header Files of liboop +Summary: Development Libraries and Header Files for liboop Group: Development/Libraries/C and C++ Requires: %lname = %version @@ -66,14 +63,15 @@ %setup -q %build -%configure --disable-static --with-pic +%configure --disable-static make %{?_smp_mflags} %check make check %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install +%make_install +find "%buildroot" -type f -name "*.la" -delete %post -n %lname -p /sbin/ldconfig @@ -86,9 +84,8 @@ %files devel %defattr(-,root,root) -%{_includedir}/oop* -%{_libdir}/liboop.so -%{_libdir}/pkgconfig/liboop* -%exclude %{_libdir}/liboop.la +%_includedir/oop* +%_libdir/liboop.so +%_libdir/pkgconfig/liboop* %changelog
