SHA256
1
0
forked from pool/libsigc__2

Accepting request 32284 from GNOME:Factory

Copy from GNOME:Factory/libsigc++2 based on submit request 32284 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/32284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=11
This commit is contained in:
OBS User autobuild
2010-02-13 09:59:11 +00:00
committed by Git OBS Bridge
parent d1dbf07f6d
commit 00a049fc40
2 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package libsigc++2 (Version 2.2.4.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,12 +22,13 @@ Name: libsigc++2
%define _name libsigc++
BuildRequires: gcc-c++
Version: 2.2.4.2
Release: 1
Release: 2
Group: Development/Libraries/C and C++
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: Typesafe Signal Framework for C++
Url: http://libsigc.sourceforge.net/
Source: %{_name}-%{version}.tar.bz2
Source99: baselibs.conf
AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -40,7 +41,7 @@ adaptor classes for connection of dissimilar callbacks and has an ease
of use unmatched by other C++ callback libraries.
%package devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Group: Development/Libraries/C and C++
Summary: Typesafe Signal Framework for C++
Requires: %{name} = %{version} libstdc++-devel