[gtkmm30] Spec cleanup

Kalev Lember kalev at fedoraproject.org
Tue Mar 1 10:27:27 UTC 2011


commit e97a971c73abd022f115bcdb8d3ca2fcb528023d
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Tue Mar 1 12:00:26 2011 +0200

    Spec cleanup
    
    Whitespace cleanup; dropped unneeded Requires / BuildRequires from -doc
    subpackage.

 gtkmm30.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/gtkmm30.spec b/gtkmm30.spec
index fd3717e..2a698b6 100644
--- a/gtkmm30.spec
+++ b/gtkmm30.spec
@@ -5,7 +5,7 @@
 
 Name:           gtkmm30
 Version:        2.99.5
-Release:        1%{?dist}.1
+Release:        2%{?dist}
 Summary:        C++ interface for the GTK+ library
 
 Group:          System Environment/Libraries
@@ -45,9 +45,7 @@ developing applications that use %{name}.
 Summary:        API documentation for %{name}
 Group:          Documentation
 BuildArch:      noarch
-BuildRequires:  doxygen graphviz
 Requires:       glibmm24-doc
-Requires:       libsigc++20-doc
 
 %description    doc
 This package contains the full API documentation for %{name}.
@@ -93,7 +91,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING NEWS README
 %{_libdir}/*.so.*
 
-
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/gtkmm-%{apiver}/
@@ -103,15 +100,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gdkmm-%{apiver}/
 %{_libdir}/pkgconfig/*.pc
 
-
 %files doc
 %defattr(-,root,root,-)
 %doc COPYING
-%doc %{_docdir}/%{tarname}-%{apiver}
-%doc %{_datadir}/devhelp/books/%{tarname}-%{apiver}
+%doc %{_docdir}/%{tarname}-%{apiver}/
+%doc %{_datadir}/devhelp/books/%{tarname}-%{apiver}/
 
 
 %changelog
+* Tue Mar 01 2011 Kalev Lember <kalev at smartlink.ee> - 2.99.5-2
+- Spec cleanup
+
 * Sun Feb 27 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 2.99.5-1
 - Update to 2.99.5
 


More information about the scm-commits mailing list