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