Author: shadzik Date: Thu Dec 3 00:18:20 2009 GMT Module: packages Tag: HEAD ---- Log message: - 1.0.9 - NFY - fails to build due to linking problem with -lgssapi_krb5 - rel 0.1
---- Files affected: packages/redland: redland.spec (1.54 -> 1.55) ---- Diffs: ================================================================ Index: packages/redland/redland.spec diff -u packages/redland/redland.spec:1.54 packages/redland/redland.spec:1.55 --- packages/redland/redland.spec:1.54 Sun Jul 26 13:51:04 2009 +++ packages/redland/redland.spec Thu Dec 3 01:18:14 2009 @@ -6,14 +6,16 @@ Summary: Redland - a library that provides a high-level interface for RDF Summary(pl.UTF-8): Redland - biblioteka udostępniająca wysokopoziomowy interfejs do RDF Name: redland -Version: 1.0.8 -Release: 3 +Version: 1.0.9 +Release: 0.1 License: LGPL v2.1+ or GPL v2+ or Apache v2.0 Group: Libraries Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz -# Source0-md5: ca66e26082cab8bb817185a116db809b +# Source0-md5: e5ef0c29c55b4f0f5aeed7955b4d383b Patch0: %{name}-link.patch Patch1: %{name}-storage-file.patch +Patch2: %{name}-librdf_storage_register_factory.patch +Patch3: %{name}-sqlite.patch URL: http://librdf.org/ %if %{with threestore} BuildRequires: 3store-devel >= 2.0 @@ -141,6 +143,8 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 sed -i 's,bdbc_prefix/lib$,bdbc_prefix/%{_lib},' configure.ac sed -i 's,for bdbc_version in 4\.6,for bdbc_version in 4\.7 4\.6,' configure.ac @@ -161,7 +165,7 @@ --with-rasqal=system \ --with%{!?with_threestore:out}-threestore -%{__make} +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT @@ -234,6 +238,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.55 2009/12/03 00:18:14 shadzik +- 1.0.9 +- NFY - fails to build due to linking problem with -lgssapi_krb5 +- rel 0.1 + Revision 1.54 2009/07/26 11:51:04 arekm - rel 3; fix librdf_storage_file linking ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/redland/redland.spec?r1=1.54&r2=1.55&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
