Accepting request 446488 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/446488 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=40
This commit is contained in:
commit
91520155a9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user