rpms/licq/devel licq.spec,1.16,1.17

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Tue Feb 27 13:39:48 UTC 2007


Author: pvrabec

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

Modified Files:
	licq.spec 
Log Message:
run autoconf before icqnd configure



Index: licq.spec
===================================================================
RCS file: /cvs/extras/rpms/licq/devel/licq.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- licq.spec	26 Feb 2007 18:17:23 -0000	1.16
+++ licq.spec	27 Feb 2007 13:39:16 -0000	1.17
@@ -1,6 +1,6 @@
 Name: licq
 Version: 1.3.4
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Source0: http://prdownloads.sourceforge.net/licq/licq-%{version}.tar.gz
 Source1: http://prdownloads.sourceforge.net/icqnd/icqnd-0.1.9.6.tar.bz2
@@ -119,6 +119,7 @@
 cd ../icqnd-0.1.9.6
   aclocal
   automake
+  autoconf
   %configure --libdir=%{_libdir}/licq \
     --with-licq-includes=%{_builddir}/%{buildsubdir}/include
   make
@@ -221,6 +222,9 @@
 %doc plugins/auto-reply/{README,licq_autoreply.conf,examples}
 
 %changelog
+* Tue Feb 27 2007 Peter Vrabec <pvrabec at redhat.com> 1.3.4-5
+- run autoconf before icqnd configure
+
 * Mon Feb 26 2007 Peter Vrabec <pvrabec at redhat.com> 1.3.4-4
 - fix sources
 




More information about the scm-commits mailing list