rpms/lock-keys-applet/FC-3 lock-keys-applet.spec,1.6,1.7

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Fri Apr 8 19:26:12 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/lock-keys-applet/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28798

Modified Files:
	lock-keys-applet.spec 
Log Message:
x86_64 fix


Index: lock-keys-applet.spec
===================================================================
RCS file: /cvs/extras/rpms/lock-keys-applet/FC-3/lock-keys-applet.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lock-keys-applet.spec	24 Mar 2005 12:42:07 -0000	1.6
+++ lock-keys-applet.spec	8 Apr 2005 19:26:10 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           lock-keys-applet
 Version:        1.0
-Release:        6
+Release:        8
 Summary:        A GNOME panel applet that shows the status of the lock keys
 Group:          Applications/System
 License:        GPL
@@ -22,6 +22,10 @@
 %setup -q
 
 %build
+%ifnarch %{ix86}
+libtoolize -c --force && aclocal-1.9 && autoheader && automake-1.9 && autoconf
+%endif
+
 %configure
 make %{?_smp_mflags}
 
@@ -49,6 +53,9 @@
 %{_libexecdir}/%{name}
 
 %changelog
+* Fri Apr  7 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0-8
+- Use libtoolize et al to fix build on x86_64
+
 * Wed Mar 23 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0-6
 - Added scrollkeeper to BuildRequires
 




More information about the fedora-extras-commits mailing list