OBS User unknown 2007-05-04 15:09:39 +00:00 committed by Git OBS Bridge
parent 4f510ffcd8
commit f3a32aec1b
2 changed files with 45 additions and 38 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 4 08:42:11 CEST 2007 - dmueller@suse.de
- libraptor -> libraptor1
-------------------------------------------------------------------
Fri May 4 00:19:52 CEST 2007 - lrupp@suse.de

View File

@ -14,7 +14,7 @@ Name: raptor
BuildRequires: gtkdoc libxml2-devel
Summary: Raptor RDF Parser Toolkit
Version: 1.4.15
Release: 5
Release: 6
License: The Apache Software License
Group: System/Libraries
Source: %{name}-%{version}.tar.gz
@ -28,6 +28,37 @@ standalone RDF parsers, generating triples from RDF/XML or N-Triples.
Authors:
--------
Dave Beckett <dave@dajobe.org>
%package -n libraptor1
Summary: Raptor RDF Parser Toolkit
Group: System/Libraries
%description -n libraptor1
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@dajobe.org>
%package -n libraptor-devel
Summary: Development package for the raptor library
Group: Development/Libraries/C and C++
Requires: libraptor1 = %{version} glibc-devel libxml2-devel
Provides: raptor-devel = %{name}-%{version}
Obsoletes: raptor-devel < %{name}-%{version}
%description -n libraptor-devel
This package contains the files needed to compile programs that use the
raptor library.
Authors:
--------
Dave Beckett <dave@dajobe.org>
@ -53,41 +84,12 @@ mv $RPM_BUILD_ROOT%{_docdir}/raptor $RPM_BUILD_ROOT%{_docdir}/raptor-devel
%clean
test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%package -n libraptor
Summary: Raptor RDF Parser Toolkit
Group: System/Libraries
%description -n libraptor
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@dajobe.org>
%files -n libraptor
%files
%defattr(-,root,root)
%{_libdir}/lib*.so.*
%package -n libraptor-devel
Summary: Development package for the raptor library
Group: Development/Libraries/C and C++
Requires: libraptor1 = %{version} glibc-devel libxml2-devel
Provides: raptor-devel = %{name}-%{version}
Obsoletes: raptor-devel < %{name}-%{version}
%description -n libraptor-devel
This package contains the files needed to compile programs that use the
raptor library.
Authors:
--------
Dave Beckett <dave@dajobe.org>
%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
%{_bindir}/rapper
%{_mandir}/man?/*
%files -n libraptor-devel
%defattr(-,root,root)
@ -99,13 +101,13 @@ Authors:
%{_bindir}/*-config
%{_libdir}/pkgconfig/*.pc
%files
%files -n libraptor1
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
%{_bindir}/rapper
%{_mandir}/man?/*
%{_libdir}/lib*.so.*
%changelog
* Fri May 04 2007 - dmueller@suse.de
- libraptor -> libraptor1
* Fri May 04 2007 - lrupp@suse.de
- libraptor1-devel -> libraptor-devel
* Thu May 03 2007 - lrupp@suse.de