[gtkmm30] upstream 2.99.5

Haïkel Guémar hguemar at fedoraproject.org
Sun Feb 27 12:29:06 UTC 2011


commit 779fa0da032f156026c359d1219e23473d9c3670
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Sun Feb 27 13:24:09 2011 +0100

    upstream 2.99.5

 .gitignore   |    1 +
 gtkmm30.spec |   25 ++++++++++++-------------
 sources      |    2 +-
 3 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29a32af..b02333f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ gtkmm-2.90.5.tar.bz2
 /gtkmm-2.91.5.1.tar.bz2
 /gtkmm-2.99.1.tar.bz2
 /gtkmm-2.99.3.tar.bz2
+/gtkmm-2.99.5.tar.bz2
diff --git a/gtkmm30.spec b/gtkmm30.spec
index 8ccd792..9bb6541 100644
--- a/gtkmm30.spec
+++ b/gtkmm30.spec
@@ -4,8 +4,8 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           gtkmm30
-Version:        2.99.3
-Release:        4%{?dist}
+Version:        2.99.5
+Release:        1%{?dist}
 Summary:        C++ interface for the GTK+ library
 
 Group:          System Environment/Libraries
@@ -45,6 +45,7 @@ developing applications that use %{name}.
 Summary:        API documentation for %{name}
 Group:          Documentation
 BuildArch:      noarch
+BuildRequires:  doxygen graphviz
 Requires:       %{name} = %{version}-%{release}
 Requires:       glibmm24-doc
 Requires:       libsigc++20-doc
@@ -56,10 +57,6 @@ This package contains the full API documentation for %{name}.
 %prep
 %setup -q -n gtkmm-%{version}
 
-# Copy demos before build to avoid including built binaries in -doc package
-mkdir -p _docs
-cp -a demos/ _docs/
-
 
 %build
 %configure --disable-static
@@ -110,15 +107,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_docdir}/%{tarname}-%{apiver}/*
-# according guidelines, we can own this
-# since devhelp is not required for consulting documentation
-%{_datadir}/devhelp
+%doc COPYING
+%doc %{_docdir}/%{tarname}-%{apiver}
+%doc %{_datadir}/devhelp/books/%{tarname}-%{apiver}
+
 
 %changelog
-* Tue Feb 22 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 2.99.3-4
-- fix documentation location
-- co-own /usr/share/devhelp
+* Sun Feb 27 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 2.99.5-1
+- Update to 2.99.5
+
+* Sun Feb 27 2011 Haïkel Guémar <hguemar at fedoraproject.org> - 2.99.3-4
+- fix documentation handling
 
 * Fri Feb 11 2011 Matthias Clasen <mclasen at redhat.com> - 2.99.3-3
 - Rebuild against newer gtk
diff --git a/sources b/sources
index 77b0c46..b413607 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f461cc93a6fb061de767569584b616a  gtkmm-2.99.3.tar.bz2
+231b6ff5bca58b41dfae0ee4579a1c79  gtkmm-2.99.5.tar.bz2


More information about the scm-commits mailing list