devel/lock-keys-applet lock-keys-applet.spec,1.2,1.3

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Wed Mar 16 23:42:01 UTC 2005


Author: ivazquez

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

Modified Files:
	lock-keys-applet.spec 
Log Message:
More review fixes


Index: lock-keys-applet.spec
===================================================================
RCS file: /cvs/extras/devel/lock-keys-applet/lock-keys-applet.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lock-keys-applet.spec	16 Mar 2005 18:54:45 -0000	1.2
+++ lock-keys-applet.spec	16 Mar 2005 23:41:59 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           lock-keys-applet
 Version:        1.0
-Release:        2
+Release:        3
 Summary:        A GNOME panel applet that shows the status of the lock keys
 Group:          Applications/System
 License:        GPL
@@ -12,7 +12,11 @@
 Requires(postun): scrollkeeper
 
 %description
-lock-keys-applet is a GNOME applet that shows the status of the Caps, Num and Scroll Lock keys of your keyboard. This isn't especially usefull for normal keyboards as they have LEDs for that. But some keyboards (especially wireless keyboards) don't. One more feature of the applet is that it saves the status of the lock keys and restores them when starting GNOME.
+lock-keys-applet is a GNOME applet that shows the status of the Caps, Num and
+Scroll Lock keys of your keyboard. This isn't especially usefull for normal
+keyboards as they have LEDs for that. But some keyboards (especially wireless
+keyboards) don't. One more feature of the applet is that it saves the status of
+the lock keys and restores them when starting GNOME.
 
 %prep
 %setup -q
@@ -24,6 +28,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -34,17 +39,20 @@
 %postun
 scrollkeeper-update
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
 %{_datadir}/gnome/help/%{name}
-%{_datadir}/locale/*/*/%{name}.mo
 %{_datadir}/omf/%{name}
 %{_datadir}/pixmaps/%{name}.png
 %{_libdir}/bonobo/servers/*.server
 %{_libexecdir}/%{name}
 
 %changelog
+* Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0-3
+- Used %find_lang instead of putting the .mo files in %files.
+- Broke %description at 80 columns
+
 * Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0-2
 - Removed explicit Requires
 




More information about the fedora-extras-commits mailing list