]> git.pld-linux.org Git - packages/3store.git/commitdiff
- added ac patch, rebuild ac/am/lt (for as-needed)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Feb 2007 16:29:12 +0000 (16:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    3store.spec -> 1.3

3store.spec

index ce00360155539998ff01c454576c290222d04eec..527a9fab6b49810fdea1c9619364acf4ea552ae0 100644 (file)
@@ -2,15 +2,19 @@ Summary:      3store RDF engine
 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)
 
@@ -55,8 +59,14 @@ Statyczna biblioteka 3store.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.073976 seconds and 4 git commands to generate.