[glibmm24/f14/master] rpm spec cleaning

Haïkel Guémar hguemar at fedoraproject.org
Thu Feb 24 09:09:56 UTC 2011


commit fd8a186553a1105f17a1b173695dd3c2dd87b532
Author: Haikel Guemar <hguemar at fedoraproject.org>
Date:   Thu Feb 24 10:09:50 2011 +0100

    rpm spec cleaning

 glibmm24.spec |   20 +++++++-------------
 1 files changed, 7 insertions(+), 13 deletions(-)
---
diff --git a/glibmm24.spec b/glibmm24.spec
index a5b259c..d6c9bca 100644
--- a/glibmm24.spec
+++ b/glibmm24.spec
@@ -26,8 +26,8 @@ C++ and makes it possible for gtkmm to wrap GObject-based APIs.
 Summary:        Headers for developing programs that will use %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       glib2-devel
-Requires:       libsigc++20-devel
+Requires:       glib2-devel%{?_isa}
+Requires:       libsigc++20-devel%{?_isa}
 
 
 %description devel
@@ -39,7 +39,7 @@ developing glibmm applications.
 Summary:        Documentation for %{name}, includes full API docs
 Group:          Documentation
 BuildArch:      noarch
-Requires:       %{name} = %{version}-%{release}
+BuildRequires:  doxygen graphviz
 Requires:       libsigc++20-doc
 
 %description    doc
@@ -98,19 +98,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files doc
 %defattr(-, root, root, -)
-%doc %{_docdir}/%{tarname}-%{api_ver}/*
-# according guidelines, we can co-own this, since devhelp is not required
-# for accessing documentation
-%{_datadir}/devhelp/
-
+%doc %{_datadir}/devhelp/books/%{tarname}-%{api_ver}
+%doc %{_docdir}/%{tarname}-%{api_ver}
 
 %changelog
 * Mon Feb 21 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 2.24.2-2
-- Fix documentation location
-- Co-own /usr/share/devhelp
-
-* Wed Sep 29 2010 jkeating - 2.24.2-1.1
-- Rebuilt for gcc bug 634757
+- fix documentation location
+- co-own /usr/share/devhelp
 
 * Mon Sep 13 2010 Kalev Lember <kalev at smartlink.ee> - 2.24.2-1
 - Update to 2.24.2


More information about the scm-commits mailing list