From 26a22004dd19c4bb6043ed8230c61c3fa76d3e15fc6d33917210aa4c311b709a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 15 Dec 2016 18:27:40 +0000 Subject: [PATCH] Accepting request 445269 from home:jengelh:branches:GNOME:Factory - RPM group reassignment - Drop --with-pic, we build no static libs for which it is meant OBS-URL: https://build.opensuse.org/request/show/445269 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=49 --- libsigc++2.changes | 6 ++++++ libsigc++2.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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