packages: libHX/libHX.spec - auto*ize - BR: autoconf, automake, libtool
sparky
sparky at pld-linux.org
Wed Feb 2 03:04:23 CET 2011
Author: sparky Date: Wed Feb 2 02:04:23 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- auto*ize
- BR: autoconf, automake, libtool
---- Files affected:
packages/libHX:
libHX.spec (1.19 -> 1.20)
---- Diffs:
================================================================
Index: packages/libHX/libHX.spec
diff -u packages/libHX/libHX.spec:1.19 packages/libHX/libHX.spec:1.20
--- packages/libHX/libHX.spec:1.19 Mon Jan 17 13:50:37 2011
+++ packages/libHX/libHX.spec Wed Feb 2 03:04:18 2011
@@ -9,6 +9,9 @@
Source0: http://downloads.sourceforge.net/libhx/%{name}-%{version}.tar.xz
# Source0-md5: f5cad3eab84249f842e11836bf2b840c
URL: http://libhx.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: tar >= 1:1.22
BuildRequires: xz >= 1:4.999.7
@@ -70,6 +73,10 @@
%setup -q
%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
%configure \
--enable-static
@@ -115,6 +122,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2011/02/02 02:04:18 sparky
+- auto*ize
+- BR: autoconf, automake, libtool
+
Revision 1.19 2011/01/17 12:50:37 lisu
- up to 3.9.1
- package hxdirstamp program and its man page
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libHX/libHX.spec?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list