commit 80608609b29f2de5b3121ebe18a32494db599f59a3ad9b3fc7a15efbffb7322a Author: OBS User unknown Date: Mon Jan 15 23:34:57 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/raptor?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/raptor-1.4.12.tar.bz2 b/raptor-1.4.12.tar.bz2 new file mode 100644 index 0000000..16e18ae --- /dev/null +++ b/raptor-1.4.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb3a7c44bc90afb4e96904208e510ec8e853c556e83519a454cd955e5dfd4891 +size 1021906 diff --git a/raptor.changes b/raptor.changes new file mode 100644 index 0000000..081d457 --- /dev/null +++ b/raptor.changes @@ -0,0 +1,72 @@ +------------------------------------------------------------------- +Thu Oct 12 18:23:41 CEST 2006 - tiwai@suse.de + +- updated to version 1.4.12: + * Make serialization order compatible with 1.4.10 + * Added raptor_get_feature_count() + * Added raptor_www_set_uri_filter() + * Fixed raptor_namespaces_qname_from_uri to be public + * Fix misc bugs + +------------------------------------------------------------------- +Wed Aug 23 16:48:05 CEST 2006 - tiwai@suse.de + +- updated to version 1.4.10: + * Fixed crash with RSS Tag Soup parser generating triples too late + * Fixed a crash with the RDF/XML parser + * Parsers no longer generate any triple parts of type + RAPTOR_IDENTIFIER_TYPE_ORDINAL +- remove -fno-strict-aliasing. + +------------------------------------------------------------------- +Mon May 15 14:33:22 CEST 2006 - tiwai@suse.de + +- updated to version 1.4.9. + * new tutorial documents + * fixes for 64bit systems + +------------------------------------------------------------------- +Wed Jan 25 21:41:05 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Fri Jan 21 16:43:18 CET 2005 - tiwai@suse.de + +- updated to version 1.4.4. + +------------------------------------------------------------------- +Thu Aug 5 16:17:26 CEST 2004 - tiwai@suse.de + +- updated to version 1.3.2. + +------------------------------------------------------------------- +Thu Feb 26 17:17:21 CET 2004 - tiwai@suse.de + +- updated to version 1.2.0. + +------------------------------------------------------------------- +Tue Jan 13 20:16:10 CET 2004 - tiwai@suse.de + +- build as non-root. + +------------------------------------------------------------------- +Fri Jan 9 17:35:59 CET 2004 - tiwai@suse.de + +- updated to version 1.1.0. + +------------------------------------------------------------------- +Mon Aug 18 19:13:46 CEST 2003 - tiwai@suse.de + +- fixed the invalid use of va_list. + +------------------------------------------------------------------- +Fri Jun 6 17:38:35 CEST 2003 - tiwai@suse.de + +- updated to version 0.9.10. + +------------------------------------------------------------------- +Wed Apr 2 15:13:55 CEST 2003 - tiwai@suse.de + +- initial version: 0.9.9. + diff --git a/raptor.spec b/raptor.spec new file mode 100644 index 0000000..6b6f66c --- /dev/null +++ b/raptor.spec @@ -0,0 +1,124 @@ +# +# spec file for package raptor (Version 1.4.12) +# +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: raptor +BuildRequires: gtkdoc libxml2-devel +Summary: Raptor RDF Parser Toolkit +Version: 1.4.12 +Release: 1 +License: LGPL +Group: System/Libraries +Source: %{name}-%{version}.tar.bz2 +URL: http://www.redland.opensource.ac.uk/raptor/ +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 + +%package devel +Summary: Development package for the raptor library +Group: Development/Libraries/C and C++ +Requires: raptor = %{version} glibc-devel libxml2-devel + +%description devel +This package contains the files needed to compile programs that use the +raptor library. + + + +Authors: +-------- + Dave Beckett + +%prep +%setup +autoreconf --force --install +%{?suse_update_config:%{suse_update_config -f}} + +%build +%configure --with-html-dir=%{_docdir} +make + +%install +make DESTDIR="$RPM_BUILD_ROOT" install +mv $RPM_BUILD_ROOT%{_docdir}/raptor $RPM_BUILD_ROOT%{_docdir}/raptor-devel + +%post +%run_ldconfig + +%postun +%run_ldconfig + +%clean +test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README +%{_libdir}/lib*.so.* +%{_bindir}/rapper +%{_mandir}/man?/* + +%files devel +%defattr(-,root,root) +%doc %{_docdir}/raptor-devel +%{_libdir}/lib*.so +%{_libdir}/lib*.a +%{_libdir}/lib*.la +%{_includedir}/* +%{_bindir}/*-config +%{_libdir}/pkgconfig/*.pc + +%changelog -n raptor +* Thu Oct 12 2006 - tiwai@suse.de +- updated to version 1.4.12: + * Make serialization order compatible with 1.4.10 + * Added raptor_get_feature_count() + * Added raptor_www_set_uri_filter() + * Fixed raptor_namespaces_qname_from_uri to be public + * Fix misc bugs +* Wed Aug 23 2006 - tiwai@suse.de +- updated to version 1.4.10: + * Fixed crash with RSS Tag Soup parser generating triples too late + * Fixed a crash with the RDF/XML parser + * Parsers no longer generate any triple parts of type + RAPTOR_IDENTIFIER_TYPE_ORDINAL +- remove -fno-strict-aliasing. +* Mon May 15 2006 - tiwai@suse.de +- updated to version 1.4.9. + * new tutorial documents + * fixes for 64bit systems +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Fri Jan 21 2005 - tiwai@suse.de +- updated to version 1.4.4. +* Thu Aug 05 2004 - tiwai@suse.de +- updated to version 1.3.2. +* Thu Feb 26 2004 - tiwai@suse.de +- updated to version 1.2.0. +* Tue Jan 13 2004 - tiwai@suse.de +- build as non-root. +* Fri Jan 09 2004 - tiwai@suse.de +- updated to version 1.1.0. +* Mon Aug 18 2003 - tiwai@suse.de +- fixed the invalid use of va_list. +* Fri Jun 06 2003 - tiwai@suse.de +- updated to version 0.9.10. +* Wed Apr 02 2003 - tiwai@suse.de +- initial version: 0.9.9. diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4