devel/lock-keys-applet lock-keys-applet.spec,1.8,1.9

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


Author: ivazquez

Update of /cvs/extras/devel/lock-keys-applet
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27105

Modified Files:
	lock-keys-applet.spec 
Log Message:
I'm not very experienced with autotools, so if I screwed up feel free to tell me.


Index: lock-keys-applet.spec
===================================================================
RCS file: /cvs/extras/devel/lock-keys-applet/lock-keys-applet.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lock-keys-applet.spec	7 Apr 2005 00:12:03 -0000	1.8
+++ lock-keys-applet.spec	8 Apr 2005 18:08:17 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           lock-keys-applet
 Version:        1.0
-Release:        7
+Release:        8
 
 Summary:        A GNOME panel applet that shows the status of the lock keys
 Group:          Applications/System
@@ -23,6 +23,10 @@
 %setup -q
 
 %build
+aclocal
+libtoolize -c --force
+autoconf
+automake
 %configure
 make %{?_smp_mflags}
 
@@ -50,6 +54,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
+
 * Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the fedora-extras-commits mailing list