diff --git a/libsigc++2.changes b/libsigc++2.changes index 47ffe00..3f73c42 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 5 14:23:11 UTC 2016 - jengelh@inai.de + +- RPM group reassignment +- Drop --with-pic, we build no static libs for which it is meant + ------------------------------------------------------------------- Tue Sep 20 10:24:32 UTC 2016 - dimstar@opensuse.org diff --git a/libsigc++2.spec b/libsigc++2.spec index 672a859..3aa97ad 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -22,7 +22,7 @@ Version: 2.10.0 Release: 0 Summary: Typesafe Signal Framework for C++ License: LGPL-2.1+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://libsigc.sourceforge.net/ Source: http://download.gnome.org/sources/libsigc++/2.10/%{_name}-%{version}.tar.xz Source99: baselibs.conf @@ -75,7 +75,7 @@ if [ $(gcc -dumpversion | awk -F. '{print $1}') -lt 6 ]; then fi %build -%configure --disable-static --with-pic +%configure --disable-static make %{?_smp_mflags} %install