commit 691fcb98e6d56c4b089b67ac5033da85f73709c2
Author: Jakub Bogusz <[email protected]>
Date:   Wed May 18 17:47:20 2016 +0200

    - refresh auto* (libtool update fixes x32 build with already installed 
liblangtag by avoiding -rpath)
    - release 2

 liblangtag.spec | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/liblangtag.spec b/liblangtag.spec
index a505fa8..547e8c7 100644
--- a/liblangtag.spec
+++ b/liblangtag.spec
@@ -8,16 +8,19 @@ Summary:      An interface library to access tags for 
identifying languages
 Summary(pl.UTF-8):     Biblioteka interfejsu dostępu do znaczników 
identyfikujących języki
 Name:          liblangtag
 Version:       0.6.0
-Release:       1
+Release:       2
 License:       LGPL v3+
 Group:         Libraries
 Source0:       
https://bitbucket.org/tagoh/liblangtag/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5: dcd7a845a8a9b57ca96eb04a29083246
 URL:           http://tagoh.bitbucket.org/liblangtag/
+BuildRequires: autoconf >= 2.62
+BuildRequires: automake >= 1:1.11
 %{?with_tests:BuildRequires:   check-devel >= 0.9.4}
 %{?with_introspection:BuildRequires:   glib2-devel >= 2.0}
 BuildRequires: gobject-introspection-devel >= 1.30.0
 BuildRequires: gtk-doc >= 1.14
+BuildRequires: libtool >= 2:2.2
 BuildRequires: libxml2-devel >= 2.1.0
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -144,6 +147,11 @@ Dokumentacja API biblioteki liblangtag.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4macros
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        %{!?with_introspection:--disable-introspection} \
        --disable-silent-rules \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/liblangtag.git/commitdiff/691fcb98e6d56c4b089b67ac5033da85f73709c2

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to