Accepting request 161799 from GNOME:Factory
cleanup only OBS-URL: https://build.opensuse.org/request/show/161799 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtkmm2?expand=0&rev=51
This commit is contained in:
commit
18ce60d22c
@ -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
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,18 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: gtkmm2
|
Name: gtkmm2
|
||||||
%define _name gtkmm
|
%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: gtk2-devel >= 2.15.1
|
||||||
|
BuildRequires: libsigc++2-devel
|
||||||
|
BuildRequires: pangomm-devel
|
||||||
Version: 2.24.2
|
Version: 2.24.2
|
||||||
Release: 1
|
Release: 0
|
||||||
Group: System/Libraries
|
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: C++ Interface for GTK2 (a GUI Library for X)
|
Summary: C++ Interface for GTK2 (a GUI Library for X)
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: System/Libraries
|
||||||
Url: http://www.gtkmm.org/
|
Url: http://www.gtkmm.org/
|
||||||
Source: http://download.gnome.org/sources/gtkmm/2.24/%{_name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gtkmm/2.24/%{_name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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.
|
freely combined to quickly create complex user interfaces.
|
||||||
|
|
||||||
%package -n libgtkmm-2_4-1
|
%package -n libgtkmm-2_4-1
|
||||||
License: LGPL-2.1+
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: C++ Interface for GTK2 (a GUI library for X)
|
Summary: C++ Interface for GTK2 (a GUI library for X)
|
||||||
|
Group: System/Libraries
|
||||||
Provides: gtkmm2 = %{version}
|
Provides: gtkmm2 = %{version}
|
||||||
Obsoletes: gtkmm2 < %{version}
|
Obsoletes: gtkmm2 < %{version}
|
||||||
Provides: gtkmm24 = %{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.
|
freely combined to quickly create complex user interfaces.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL-2.1+
|
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Summary: C++ Interface for GTK2 (a GUI library for X)
|
Summary: C++ Interface for GTK2 (a GUI library for X)
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgtkmm-2_4-1 = %{version}
|
Requires: libgtkmm-2_4-1 = %{version}
|
||||||
Provides: gtkmm24-devel = %{version}
|
Provides: gtkmm24-devel = %{version}
|
||||||
Obsoletes: gtkmm24-devel < %{version}
|
Obsoletes: gtkmm24-devel < %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user