[libgpod] Own %{_datadir}/gtk-doc rather than require gtk-doc (#604388)

Todd Zullinger tmz at fedoraproject.org
Mon Aug 23 17:11:56 UTC 2010


commit 6a78616ee45e227c190e72ec4e7958af78f37b5f
Author: Todd Zullinger <tmz at pobox.com>
Date:   Mon Aug 23 13:10:34 2010 -0400

    Own %{_datadir}/gtk-doc rather than require gtk-doc (#604388)

 libgpod.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libgpod.spec b/libgpod.spec
index 6fecd5b..3a4ad36 100644
--- a/libgpod.spec
+++ b/libgpod.spec
@@ -3,7 +3,7 @@
 Summary: Library to access the contents of an iPod
 Name: libgpod
 Version: 0.7.93
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtkpod.org/libgpod.html
@@ -58,7 +58,6 @@ License: GFDL
 BuildArch: noarch
 %endif
 Requires: %{name} = %{version}-%{release}
-Requires: gtk-doc
 
 %description doc
 Libgpod is a library to access the contents of an iPod. It supports playlists,
@@ -132,7 +131,7 @@ rm -rf %{buildroot}
 
 %files doc
 %defattr(-, root, root, 0755)
-%{_datadir}/gtk-doc/html/%{name}
+%{_datadir}/gtk-doc
 
 
 %files -n python-gpod
@@ -144,6 +143,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Aug 23 2010 Todd Zullinger <tmz at pobox.com> - 0.7.93-4
+- Own %%{_datadir}/gtk-doc rather than require gtk-doc (#604388)
+
 * Tue Jul 27 2010 David Malcolm <dmalcolm at redhat.com> - 0.7.93-3
 - persuade configure to work with swig 2.0.0
 


More information about the scm-commits mailing list