raptor/raptor.spec

125 lines
3.2 KiB
RPMSpec
Raw Normal View History

#
# 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 <Dave.Beckett@bristol.ac.uk>
%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 <Dave.Beckett@bristol.ac.uk>
%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.