Accepting request 158398 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158398 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtkmm2?expand=0&rev=67
This commit is contained in:
parent
fa30210773
commit
7a66516a59
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 12:44:12 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Spec-cleanup using format_spec_file service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 8 16:00:46 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
24
gtkmm2.spec
24
gtkmm2.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gtkmm2
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@ -15,18 +15,22 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gtkmm2
|
||||
%define _name gtkmm
|
||||
BuildRequires: atkmm-devel cairomm-devel fdupes gcc-c++ glibmm2-devel libsigc++2-devel pangomm-devel
|
||||
BuildRequires: atkmm-devel
|
||||
BuildRequires: cairomm-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glibmm2-devel
|
||||
BuildRequires: gtk2-devel >= 2.15.1
|
||||
BuildRequires: libsigc++2-devel
|
||||
BuildRequires: pangomm-devel
|
||||
Version: 2.24.2
|
||||
Release: 1
|
||||
Group: System/Libraries
|
||||
License: LGPLv2.1+
|
||||
Release: 0
|
||||
Summary: C++ Interface for GTK2 (a GUI Library for X)
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Url: http://www.gtkmm.org/
|
||||
Source: http://download.gnome.org/sources/gtkmm/2.24/%{_name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -38,9 +42,8 @@ inheritance, and a comprehensive set of widget classes that can be
|
||||
freely combined to quickly create complex user interfaces.
|
||||
|
||||
%package -n libgtkmm-2_4-1
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
Summary: C++ Interface for GTK2 (a GUI library for X)
|
||||
Group: System/Libraries
|
||||
Provides: gtkmm2 = %{version}
|
||||
Obsoletes: gtkmm2 < %{version}
|
||||
Provides: gtkmm24 = %{version}
|
||||
@ -53,9 +56,8 @@ inheritance and a comprehensive set of widget classes that can be
|
||||
freely combined to quickly create complex user interfaces.
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: C++ Interface for GTK2 (a GUI library for X)
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libgtkmm-2_4-1 = %{version}
|
||||
Provides: gtkmm24-devel = %{version}
|
||||
Obsoletes: gtkmm24-devel < %{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user