OBS User unknown
2007-12-19 21:14:54 +00:00
committed by Git OBS Bridge
parent 0348c95376
commit 555f30ad88
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 19 20:03:46 CET 2007 - crrodriguez@suse.de
- missing pkg-config in buildrequires
-------------------------------------------------------------------
Sun Oct 28 08:41:27 CET 2007 - stbinner@suse.de

View File

@@ -11,10 +11,10 @@
# norootforbuild
Name: raptor
BuildRequires: curl-devel gtkdoc libxml2-devel libxslt-devel
BuildRequires: curl-devel gtkdoc libxml2-devel libxslt-devel pkg-config
Summary: Raptor RDF Parser Toolkit
Version: 1.4.16
Release: 1
Release: 12
License: The Apache Software License
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
@@ -103,7 +103,10 @@ mv %{buildroot}%{_docdir}/raptor %{buildroot}%{_docdir}/raptor-devel
%files -n libraptor1
%defattr(-,root,root)
%{_libdir}/lib*.so.*
%changelog
* Wed Dec 19 2007 - crrodriguez@suse.de
- missing pkg-config in buildrequires
* Sun Oct 28 2007 - stbinner@suse.de
- update to version 1.4.16:
* 100%% support for the GRDDL W3C Recommendation of 2007-09-11