]> git.pld-linux.org Git - packages/redland.git/commitdiff
- avoid make rebuilding ac/am with wrong versions auto/th/redland-1.0.17-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 11 Mar 2018 00:12:09 +0000 (01:12 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 11 Mar 2018 00:12:09 +0000 (01:12 +0100)
- rel 3

redland.spec

index 37bf59740318a10b6d1398442206c2412e717eae..3a96c09a2e6e814ae543ab65bd91a3452669a6f8 100644 (file)
@@ -6,7 +6,7 @@ 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.17
-Release:       2
+Release:       3
 License:       LGPL v2.1+ or GPL v2+ or Apache v2.0
 Group:         Libraries
 Source0:       http://download.librdf.org/source/%{name}-%{version}.tar.gz
@@ -160,6 +160,12 @@ sed -i 's,bdbc_prefix/lib$,bdbc_prefix/%{_lib},' configure.ac
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+cd libltdl
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cd ..
 %configure \
        ac_cv_lib_iodbc_SQLConnect=no \
        --disable-ltdl-install \
This page took 0.092036 seconds and 4 git commands to generate.