Author: qboosh Date: Mon Aug 25 18:11:53 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added link,rasqal patches; rasqal 0.9.16 now - release 2
---- Files affected: SPECS: 3store3.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/3store3.spec diff -u SPECS/3store3.spec:1.4 SPECS/3store3.spec:1.5 --- SPECS/3store3.spec:1.4 Mon Feb 12 22:21:30 2007 +++ SPECS/3store3.spec Mon Aug 25 20:11:47 2008 @@ -3,18 +3,23 @@ Summary(pl.UTF-8): Silnik RDF 3store Name: 3store3 Version: 3.0.17 -Release: 1 +Release: 2 License: GPL v2+ Group: Libraries Source0: http://dl.sourceforge.net/threestore/%{name}-%{version}.tar.gz # Source0-md5: 6e5dceaa076e603e618384e01da6a50a +Patch0: %{name}-link.patch +Patch1: %{name}-rasqal.patch URL: http://threestore.sourceforge.net/ +BuildRequires: autoconf >= 2.59 +BuildRequires: automake BuildRequires: db-devel >= 4.1 BuildRequires: glib2-devel >= 2.2.0 +BuildRequires: libtool BuildRequires: mysql-devel BuildRequires: ncurses-devel BuildRequires: pkgconfig -BuildRequires: rasqal-devel >= 0.9.11 +BuildRequires: rasqal-devel >= 0.9.16 BuildRequires: readline-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -42,7 +47,7 @@ Requires: db-devel >= 4.1 Requires: glib2-devel >= 2.2.0 Requires: mysql-devel -Requires: rasqal-devel >= 0.9.11 +Requires: rasqal-devel >= 0.9.16 %description devel Header files for 3store library. @@ -64,8 +69,15 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure %{__make} @@ -86,6 +98,7 @@ %doc AUTHORS ChangeLog README RELEASE-NOTES TODO %attr(755,root,root) %{_bindir}/ts-* %attr(755,root,root) %{_libdir}/lib3store.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/lib3store.so.0 %{_datadir}/3store3 %{_mandir}/man1/ts-*.1* @@ -106,6 +119,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2008/08/25 18:11:47 qboosh +- added link,rasqal patches; rasqal 0.9.16 now +- release 2 + Revision 1.4 2007/02/12 21:21:30 glen - tabs in preamle ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/3store3.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
