From 953529a245a8b45fad66b540ffe59984a2957e2288e0fdc4050c274fd0a85785 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 1 Apr 2009 15:39:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm?expand=0&rev=6 --- pangomm.changes | 6 ++++++ pangomm.spec | 10 +++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pangomm.changes b/pangomm.changes index 5284034..5fdc2df 100644 --- a/pangomm.changes +++ b/pangomm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 26 17:05:36 CET 2009 - vuntz@novell.com + +- Remove BuildRequires on devhelp: it's only needed for directory + ownership, and we can own the directories anyway. + ------------------------------------------------------------------- Tue Mar 10 21:16:24 CET 2009 - vuntz@novell.com diff --git a/pangomm.spec b/pangomm.spec index 847552c..6ffeb15 100644 --- a/pangomm.spec +++ b/pangomm.spec @@ -26,10 +26,8 @@ BuildRequires: glibmm2-devel BuildRequires: libsigc++2-devel BuildRequires: pango-devel BuildRequires: update-desktop-files -# Only for directory ownership: -BuildRequires: devhelp Version: 2.24.0 -Release: 1 +Release: 2 Group: Development/Libraries/C and C++ License: GPL v2 or later; LGPL v2.0 or later Summary: C++ interface for pango @@ -131,8 +129,14 @@ rm -rf $RPM_BUILD_ROOT %defattr (-, root, root) %{_datadir}/devhelp/books/pangomm-1.4 %{_datadir}/doc/pangomm-1.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. * Tue Mar 10 2009 vuntz@novell.com - Update to version 2.24.0: + Layout: Added show_in_cairo_context(). bgo#560232.