Accepting request 97615 from X11:common:Factory
Update to Raptor2 2.0.6 OBS-URL: https://build.opensuse.org/request/show/97615 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/raptor?expand=0&rev=27
This commit is contained in:
commit
7d4b473677
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 21 12:41:18 UTC 2011 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to v2.0.6
|
||||||
|
* Handle libCurl SSL options before 7.16.4 (2007)
|
||||||
|
* Add a few sequence utility methods for sort, reverse and
|
||||||
|
permute
|
||||||
|
* All parsers and serializers use the W3C Format URIs as their
|
||||||
|
primary URI
|
||||||
|
* N-Quads parser can now handle optional context/graph URI
|
||||||
|
* Turtle serializer uses official text/turtle mime type
|
||||||
|
* Added some additional UTF-8 and snprintf utility functions
|
||||||
|
* No longer needs math functions trunc, lround and round.
|
||||||
|
* Several internal code style fixes and cleanups
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 1 03:35:30 UTC 2011 - crrodriguez@opensuse.org
|
Sat Oct 1 03:35:30 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
14
raptor.spec
14
raptor.spec
@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: raptor
|
Name: raptor
|
||||||
Version: 2.0.4
|
Version: 2.0.6
|
||||||
Release: 1
|
Release: 0
|
||||||
License: LGPL-2.1+ ; Apache-2.0
|
|
||||||
Summary: RDF Parser Toolkit
|
Summary: RDF Parser Toolkit
|
||||||
Url: http://www.redland.opensource.ac.uk/raptor/
|
License: LGPL-2.1+ ; Apache-2.0
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Url: http://www.redland.opensource.ac.uk/raptor/
|
||||||
Source0: %{name}2-%{version}.tar.bz2
|
Source0: %{name}2-%{version}.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
|
BuildRequires: autoconf
|
||||||
BuildRequires: curl-devel
|
BuildRequires: curl-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -37,7 +37,6 @@ Raptor is the RDF Parser Toolkit for Redland that provides a set of
|
|||||||
standalone RDF parsers, generating triples from RDF/XML or N-Triples.
|
standalone RDF parsers, generating triples from RDF/XML or N-Triples.
|
||||||
|
|
||||||
%package -n libraptor2-0
|
%package -n libraptor2-0
|
||||||
License: LGPL-2.1+ ; Apache-2.0
|
|
||||||
Summary: RDF Parser Toolkit
|
Summary: RDF Parser Toolkit
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -46,7 +45,6 @@ Raptor is the RDF Parser Toolkit for Redland that provides a set of
|
|||||||
standalone RDF parsers, generating triples from RDF/XML or N-Triples.
|
standalone RDF parsers, generating triples from RDF/XML or N-Triples.
|
||||||
|
|
||||||
%package -n libraptor-devel
|
%package -n libraptor-devel
|
||||||
License: LGPL-2.1+ ; Apache-2.0
|
|
||||||
Summary: Development package for the raptor library
|
Summary: Development package for the raptor library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
@ -68,7 +66,7 @@ make %{?_smp_flags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
mv %{buildroot}%{_docdir}/raptor %{buildroot}%{_docdir}/raptor-devel
|
mv %{buildroot}%{_docdir}/raptor2 %{buildroot}%{_docdir}/raptor-devel
|
||||||
#causes some ugly dependency bloat..
|
#causes some ugly dependency bloat..
|
||||||
rm -f %{buildroot}%{_libdir}/libraptor2.la
|
rm -f %{buildroot}%{_libdir}/libraptor2.la
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb9ede0f52949d566edae02228a4c450727affe6a1df91b8afd60e7499cada11
|
|
||||||
size 1215949
|
|
3
raptor2-2.0.6.tar.bz2
Normal file
3
raptor2-2.0.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92742dd7b6f6c7084392e750b999f33416e5b10470a771df81d46624ff505d5a
|
||||||
|
size 1246875
|
Loading…
Reference in New Issue
Block a user