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
This commit is contained in:
Dominique Leuenberger 2016-12-15 18:27:40 +00:00 committed by Git OBS Bridge
parent 77496b9147
commit 26a22004dd
2 changed files with 8 additions and 2 deletions

View File

@ -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 Tue Sep 20 10:24:32 UTC 2016 - dimstar@opensuse.org

View File

@ -22,7 +22,7 @@ Version: 2.10.0
Release: 0 Release: 0
Summary: Typesafe Signal Framework for C++ Summary: Typesafe Signal Framework for C++
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Libraries Group: Development/Libraries/C and C++
Url: http://libsigc.sourceforge.net/ Url: http://libsigc.sourceforge.net/
Source: http://download.gnome.org/sources/libsigc++/2.10/%{_name}-%{version}.tar.xz Source: http://download.gnome.org/sources/libsigc++/2.10/%{_name}-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
@ -75,7 +75,7 @@ if [ $(gcc -dumpversion | awk -F. '{print $1}') -lt 6 ]; then
fi fi
%build %build
%configure --disable-static --with-pic %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install