SHA256
1
0
forked from pool/gtkmm2
OBS User unknown 2009-04-01 15:39:54 +00:00 committed by Git OBS Bridge
parent a4564859a2
commit 6111f15ae3
2 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 26 17:07:41 CET 2009 - vuntz@novell.com
- Remove BuildRequires on devhelp: it's only needed for directory
ownership, and we can own the directories anyway.
-------------------------------------------------------------------
Mon Mar 16 22:26:23 CET 2009 - vuntz@novell.com

View File

@ -22,10 +22,8 @@ Name: gtkmm2
%define _name gtkmm
BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel libsigc++2-devel pangomm-devel update-desktop-files
BuildRequires: gtk2-devel >= 2.15.1
# Only for directory ownership:
BuildRequires: devhelp
Version: 2.16.0
Release: 1
Release: 2
Group: System/Libraries
License: GPL v2 or later; LGPL v2.1 or later
Summary: C++ Interface for GTK2 (a GUI Library for X)
@ -182,11 +180,16 @@ rm -rf $RPM_BUILD_ROOT
%defattr (-, root, root)
%doc %{_docdir}/%{name}/docs
%doc %{_docdir}/%{name}/tests
%dir %{_datadir}/devhelp/books
%{_datadir}/devhelp/books/gtkmm-2.4
%{_datadir}/gtkmm-2.4
# Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books
%changelog
* Thu Mar 26 2009 vuntz@novell.com
- Remove BuildRequires on devhelp: it's only needed for directory
ownership, and we can own the directories anyway.
* Mon Mar 16 2009 vuntz@novell.com
- Update to version 2.16.0:
+ Gtk: