- Update to 1.0.12
This commit is contained in:
parent
47b9ba5573
commit
46765aa7f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
redland-1.0.10.tar.gz
|
redland-1.0.10.tar.gz
|
||||||
/redland-1.0.11.tar.gz
|
/redland-1.0.11.tar.gz
|
||||||
|
/redland-1.0.12.tar.gz
|
||||||
|
12
redland.spec
12
redland.spec
@ -1,5 +1,5 @@
|
|||||||
Name: redland
|
Name: redland
|
||||||
Version: 1.0.11
|
Version: 1.0.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RDF Application Framework
|
Summary: RDF Application Framework
|
||||||
|
|
||||||
@ -9,11 +9,6 @@ URL: http://librdf.org/
|
|||||||
Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz
|
Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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: curl-devel
|
||||||
BuildRequires: db4-devel
|
BuildRequires: db4-devel
|
||||||
BuildRequires: libiodbc-devel
|
BuildRequires: libiodbc-devel
|
||||||
@ -74,8 +69,6 @@ persistently with Virtuoso files or URIs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch60 -p1 -b .dso_linking
|
|
||||||
|
|
||||||
# hack to nuke rpaths
|
# hack to nuke rpaths
|
||||||
%if "%{_libdir}" != "/usr/lib"
|
%if "%{_libdir}" != "/usr/lib"
|
||||||
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
||||||
@ -156,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Oct 03 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.11-1
|
||||||
- Update to 1.0.11
|
- Update to 1.0.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user