|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: redland
|
|
|
|
|
Version: 1.0.11
|
|
|
|
|
Version: 1.0.12
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: RDF Application Framework
|
|
|
|
|
|
|
|
|
@ -9,11 +9,6 @@ URL: http://librdf.org/
|
|
|
|
|
Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
# Fix DSO linking. Upstream is informed and will most likely do a more
|
|
|
|
|
# portable fix than this simple hack in their trunk
|
|
|
|
|
# http://bugs.librdf.org/mantis/view.php?id=348
|
|
|
|
|
Patch60: redland-1.0.11-linking.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: curl-devel
|
|
|
|
|
BuildRequires: db4-devel
|
|
|
|
|
BuildRequires: libiodbc-devel
|
|
|
|
@ -74,8 +69,6 @@ persistently with Virtuoso files or URIs.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%patch60 -p1 -b .dso_linking
|
|
|
|
|
|
|
|
|
|
# hack to nuke rpaths
|
|
|
|
|
%if "%{_libdir}" != "/usr/lib"
|
|
|
|
|
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
|
|
|
@ -156,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 14 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.12-1
|
|
|
|
|
- Update to 1.0.12
|
|
|
|
|
|
|
|
|
|
* Sun Oct 03 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.11-1
|
|
|
|
|
- Update to 1.0.11
|
|
|
|
|
|
|
|
|
|