rpms/libqalculate/devel libqalculate.spec,1.19,1.20

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Wed Feb 27 20:51:09 UTC 2008


Author: deji

Update of /cvs/extras/rpms/libqalculate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32029

Modified Files:
	libqalculate.spec 
Log Message:
Run automake and friends



Index: libqalculate.spec
===================================================================
RCS file: /cvs/extras/rpms/libqalculate/devel/libqalculate.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libqalculate.spec	27 Feb 2008 20:28:11 -0000	1.19
+++ libqalculate.spec	27 Feb 2008 20:50:36 -0000	1.20
@@ -13,6 +13,7 @@
 BuildRequires:	libxml2-devel
 BuildRequires:	readline-devel, ncurses-devel
 BuildRequires:	perl(XML::Parser), gettext
+BuildRequires:	intltool libtool automake autoconf
 
 %description
 This library underpins the Qalculate! multi-purpose desktop calculator for
@@ -47,6 +48,12 @@
 %patch1 -p0 -b .cln
 
 %build
+intltoolize --copy --force --automake
+libtoolize --force --copy
+aclocal
+autoheader
+automake
+autoconf
 %configure --disable-static
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool




More information about the fedora-extras-commits mailing list