SHA256
1
0
forked from pool/gtkmm2

Accepting request 44713 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/gtkmm2 via accept of submit request 44713 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/44713
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtkmm2?expand=0&rev=51
This commit is contained in:
Vincent Untz 2010-08-06 11:34:53 +00:00 committed by Git OBS Bridge
parent a1701d81c1
commit 0c7c9b7726
2 changed files with 25 additions and 7 deletions

View File

@ -21,6 +21,11 @@ Fri Aug 6 04:35:56 CEST 2010 - vuntz@opensuse.org
reset_im_context().
- Add atkmm-devel BuildRequires and remove update-desktop-files
BuildRequires.
- Remove explicit Requires from devel package: they will get
automatically added with pkgconfig()-style Requires.
- Respect the shared library packaging policy and create a
libgtkmm-2_4-1 package.
- Fix self-obsoletion issues, to make rpmlint happy.
-------------------------------------------------------------------
Thu Jun 10 08:56:43 UTC 2010 - wittemar@googlemail.com

View File

@ -29,8 +29,6 @@ License: LGPLv2.1+
Summary: C++ Interface for GTK2 (a GUI Library for X)
Url: http://www.gtkmm.org/
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2
Provides: gtkmm24 = %{version}
Obsoletes: gtkmm24
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -39,13 +37,28 @@ GTK+ 2. Highlights include typesafe callbacks, widgets extensible via
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)
Provides: gtkmm2 = %{version}
Obsoletes: gtkmm2 < %{version}
Provides: gtkmm24 = %{version}
Obsoletes: gtkmm24 < %{version}
%description -n libgtkmm-2_4-1
Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps
GTK+ 2. Highlights include typesafe callbacks, widgets extensible via
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)
Requires: %{name} = %{version} gtk2-devel glibmm2-devel cairomm-devel atk-devel pango-devel pangomm-devel
Requires: libgtkmm-2_4-1 = %{version}
Provides: gtkmm24-devel = %{version}
Obsoletes: gtkmm24-devel
Obsoletes: gtkmm24-devel < %{version}
%description devel
Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps
@ -85,11 +98,11 @@ rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%post -n libgtkmm-2_4-1 -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%postun -n libgtkmm-2_4-1 -p /sbin/ldconfig
%files
%files -n libgtkmm-2_4-1
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_libdir}/*.so.*