Hello community, here is the log from the commit of package raptor for openSUSE:Factory checked in at Sun Oct 2 11:13:33 CEST 2011.
-------- --- openSUSE:Factory/raptor/raptor.changes 2011-09-23 12:44:04.000000000 +0200 +++ /mounts/work_src_done/STABLE/raptor/raptor.changes 2011-10-01 05:36:24.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Oct 1 03:35:30 UTC 2011 - crrodrig...@opensuse.org + +- Do not require gtk-doc to build + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ raptor.spec ++++++ --- /var/tmp/diff_new_pack.lLeS9j/_old 2011-10-02 11:13:29.000000000 +0200 +++ /var/tmp/diff_new_pack.lLeS9j/_new 2011-10-02 11:13:29.000000000 +0200 @@ -15,29 +15,27 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: raptor -BuildRequires: curl-devel gtkdoc libxml2-devel libxslt-devel pkg-config -Summary: RDF Parser Toolkit Version: 2.0.4 Release: 1 License: LGPLv2.1+ ; ASLv.. +Summary: RDF Parser Toolkit +Url: http://www.redland.opensource.ac.uk/raptor/ Group: System/Libraries Source0: %{name}2-%{version}.tar.bz2 Source1: baselibs.conf -Url: http://www.redland.opensource.ac.uk/raptor/ +BuildRequires: curl-devel +BuildRequires: libxslt-devel +BuildRequires: pkg-config +BuildRequires: pkgconfig(libxml-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Raptor is the RDF Parser Toolkit for Redland that provides a set of standalone RDF parsers, generating triples from RDF/XML or N-Triples. -Authors: --------- - Dave Beckett <d...@dajobe.org> - %package -n libraptor2-0 License: LGPLv2.1+ ; ASLv.. Summary: RDF Parser Toolkit @@ -47,15 +45,12 @@ Raptor is the RDF Parser Toolkit for Redland that provides a set of standalone RDF parsers, generating triples from RDF/XML or N-Triples. -Authors: --------- - Dave Beckett <d...@dajobe.org> - %package -n libraptor-devel License: LGPLv2.1+ ; ASLv.. Summary: Development package for the raptor library Group: Development/Libraries/C and C++ -Requires: libraptor2-0 = %{version} glibc-devel +Requires: glibc-devel +Requires: libraptor2-0 = %{version} Requires: raptor = %{version} Provides: raptor-devel = %{version} Obsoletes: raptor-devel < %{version} @@ -64,26 +59,22 @@ This package contains the files needed to compile programs that use the raptor library. -Authors: --------- - Dave Beckett <d...@dajobe.org> - %prep %setup -q -n %{name}2-%{version} %build -%configure --disable-static --with-pic --with-html-dir=%{_docdir} -%__make %{?_smp_flags} +%configure --disable-gtk-doc --disable-static --with-pic --with-html-dir=%{_docdir} +make %{?_smp_flags} %install -%{__make} DESTDIR="%{buildroot}" install +make DESTDIR=%{buildroot} install mv %{buildroot}%{_docdir}/raptor %{buildroot}%{_docdir}/raptor-devel #causes some ugly dependency bloat.. -%{__rm} -f %{buildroot}%{_libdir}/libraptor2.la +rm -f %{buildroot}%{_libdir}/libraptor2.la %check export MALLOC_CHECK_=2 -%{__make} check +make check unset MALLOC_CHECK_ %post -n libraptor2-0 -p /sbin/ldconfig @@ -91,7 +82,7 @@ %postun -n libraptor2-0 -p /sbin/ldconfig %clean -%{__rm} -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root) continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org