From 64c63d2153e11a11acbee101caa32dd28c5f472b Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Sat, 11 Sep 2010 19:14:14 -0400 Subject: [PATCH] - Don't require gtk-doc RHBZ#604414 --- redland.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/redland.spec b/redland.spec index c7021c9..cda4e09 100644 --- a/redland.spec +++ b/redland.spec @@ -1,6 +1,6 @@ Name: redland Version: 1.0.10 -Release: 6%{?dist} +Release: 7%{?dist} Summary: RDF Application Framework Group: System Environment/Libraries @@ -39,7 +39,6 @@ for RDF developers to experiment with the technology. Summary: Libraries and header files for programs that use Redland Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: gtk-doc Requires: pkgconfig Requires: raptor-devel Requires: rasqal-devel @@ -146,7 +145,7 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog RELEASE.html %{_bindir}/redland-config %{_datadir}/redland/Redland.i -%{_datadir}/gtk-doc/html/redland/ +%{_datadir}/gtk-doc/ %{_includedir}/redland.h %{_includedir}/librdf.h %{_includedir}/rdf_*.h @@ -161,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Sep 11 2010 Orcan Ogetbil - 1.0.10-7 +- Don't require gtk-doc RHBZ#604414 + * Wed Jun 09 2010 Orcan Ogetbil - 1.0.10-6 - Separate the Virtuoso plugin into its own subpackage