Author: qboosh Date: Sat Feb 3 16:29:17 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added ac patch, rebuild ac/am/lt (for as-needed) - release 2
---- Files affected: SPECS: 3store.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/3store.spec diff -u SPECS/3store.spec:1.2 SPECS/3store.spec:1.3 --- SPECS/3store.spec:1.2 Tue Feb 21 00:19:52 2006 +++ SPECS/3store.spec Sat Feb 3 17:29:12 2007 @@ -3,15 +3,19 @@ Summary(pl): Silnik RDF 3store Name: 3store Version: 2.2.22 -Release: 1 +Release: 2 License: GPL v2+ Group: Libraries Source0: http://dl.sourceforge.net/threestore/%{name}-%{version}.tar.gz # Source0-md5: 6fa70d2830c82eb030d8888f4da0c86c +Patch0: %{name}-ac.patch URL: http://threestore.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: flex BuildRequires: glib-devel BuildRequires: libraptor-devel >= 0.9.10 +BuildRequires: libtool BuildRequires: mysql-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -56,8 +60,14 @@ %prep %setup -q +%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure %{__make} @@ -102,6 +112,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/02/03 16:29:12 qboosh +- added ac patch, rebuild ac/am/lt (for as-needed) +- release 2 + Revision 1.2 2006/02/20 23:19:52 qboosh - -devel R: flex (for -lfl) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/3store.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
