|
@@ -1,7 +1,7 @@
|
|
|
Summary: Redland RDF Application Framework
|
|
|
Name: redland
|
|
|
Version: 1.0.10
|
|
|
-Release: 4%{?_dist_release}
|
|
|
+Release: 5%{?_dist_release}
|
|
|
Group: System Environment/Libraries
|
|
|
License: LGPL/Apache 2
|
|
|
URL: http://librdf.org/
|
|
@@ -14,14 +14,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: curl-devel
|
|
|
BuildRequires: db4-devel
|
|
|
BuildRequires: libxml2-devel >= 2.4.0
|
|
|
-BuildRequires: libiodbc-devel
|
|
|
BuildRequires: raptor-devel >= 1.4.17
|
|
|
BuildRequires: rasqal-devel >= 0.9.16
|
|
|
BuildRequires: perl >= 5.8.0
|
|
|
BuildRequires: pkgconfig
|
|
|
+BuildRequires: libiodbc-devel
|
|
|
Requires: raptor >= 1.4.17
|
|
|
Requires: rasqal >= 0.9.16
|
|
|
-#Requires: unixODBC
|
|
|
|
|
|
%description
|
|
|
Redland is a library that provides a high-level interface for RDF
|
|
@@ -116,13 +115,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/redland/*.la
|
|
|
%{_mandir}/man1/redland-config.1*
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Apr 12 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.10-5
|
|
|
+- BuildRequires: libiodbc-devel instead of unixODBC-devel
|
|
|
+
|
|
|
* Thu Feb 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.10-4
|
|
|
- added Patch50 and 51 from FC
|
|
|
* Mon Jan 04 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.0.10-3
|
|
|
- no_undefined patch
|
|
|
* Sun Jan 03 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.0.10-2
|
|
|
- pkgconfig_requires_private patch
|
|
|
-- use libiodbc-devel instead of unixODBC-devel
|
|
|
|
|
|
* Thu Feb 11 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.10-3
|
|
|
- rebuilt with rasqal-0.9.17 on ppc
|