[gtksourceviewmm3/f15/master] fix documentation directories ownership

Haïkel Guémar hguemar at fedoraproject.org
Mon Feb 28 10:24:13 UTC 2011


commit fe2f41adbbd7c1b12289990fed440723ab34e4d7
Author: Haikel Guemar <hguemar at fedoraproject.org>
Date:   Mon Feb 28 11:17:09 2011 +0100

    fix documentation directories ownership

 gtksourceviewmm3.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/gtksourceviewmm3.spec b/gtksourceviewmm3.spec
index 17fd984..10d8509 100644
--- a/gtksourceviewmm3.spec
+++ b/gtksourceviewmm3.spec
@@ -3,7 +3,7 @@
 
 Name:           gtksourceviewmm3
 Version:        2.91.5
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 Summary:        A C++ wrapper for gtksourceview3
 
 Group:          System Environment/Libraries
@@ -38,9 +38,8 @@ developing applications that use %{name}.
 Summary:          Developer's documentation for the gtksourceviewmm3 library
 Group:            Documentation
 BuildArch:        noarch
-Requires:         libsigc++20-doc
+BuildRequires:    doxygen graphviz
 Requires:	  gtkmm30-doc
-Requires:         glibmm24-doc
 
 %description      doc
 This package contains developer's documentation for the Gtksourceviewmm
@@ -90,9 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files doc
 %defattr(-, root, root, -)
-%{_docdir}/%{tarname}-%{api_ver}
-%{_datadir}/devhelp
-
+%doc COPYING
+%doc %{_datadir}/devhelp/books/%{tarname}-%{api_ver}
+%doc %{_docdir}/%{tarname}-%{api_ver}
 
 %changelog
 * Tue Feb 22 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 2.91.5-2


More information about the scm-commits mailing list