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:
Ludwig Nussel 2016-12-26 20:40:39 +00:00 committed by Git OBS Bridge
commit 91520155a9
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