rpms/system-config-keyboard/devel system-config-keyboard.spec, 1.26, 1.27

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Tue Jan 22 23:01:06 UTC 2008


Author: jkeating

Update of /cvs/pkgs/rpms/system-config-keyboard/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12375

Modified Files:
	system-config-keyboard.spec 
Log Message:
* Tue Jan 22 2008 Jesse Keating <jkeating at redhat.com> - 1.2.11-4
- Patch to work with new firstboot (#424811)
- Add requires for kudzu/newt (#177301)
- Update url (#235072)
- Remove obsolete no translation (#332301)



Index: system-config-keyboard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-keyboard/devel/system-config-keyboard.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- system-config-keyboard.spec	23 Aug 2007 17:12:12 -0000	1.26
+++ system-config-keyboard.spec	22 Jan 2008 23:00:27 -0000	1.27
@@ -1,8 +1,8 @@
 Summary: A graphical interface for modifying the keyboard
 Name: system-config-keyboard
 Version: 1.2.11
-Release: 3%{?dist}
-URL: http://fedora.redhat.com/projects/config-tools
+Release: 4%{?dist}
+URL: http://fedoraproject.org/wiki/SystemConfig/keyboard
 License: GPL+
 ExclusiveOS: Linux
 Group: System Environment/Base
@@ -20,7 +20,9 @@
 Requires: rhpl >= 0.53
 Requires: pyxf86config
 Requires: firstboot
+Requires: newt, kudzu
 Prereq: gtk2 >= 2.6
+Patch0: system-config-keyboard-newfirstboot.patch
 
 %description
 system-config-keyboard is a graphical user interface that allows 
@@ -28,6 +30,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %install
 make INSTROOT=$RPM_BUILD_ROOT install
@@ -39,6 +42,8 @@
   --add-category HardwareSettings \
    $RPM_BUILD_ROOT%{_datadir}/applications/system-config-keyboard.desktop
 
+rm -f $RPM_BUILD_ROOT%{_datadir}/locale/no/LC_MESSAGES/system-config-keyboard.mo
+
 %find_lang %name
 
 %clean
@@ -72,6 +77,12 @@
 %attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-keyboard.png
 
 %changelog
+* Tue Jan 22 2008 Jesse Keating <jkeating at redhat.com> - 1.2.11-4
+- Patch to work with new firstboot (#424811)
+- Add requires for kudzu/newt (#177301)
+- Update url (#235072)
+- Remove obsolete no translation (#332301)
+
 * Thu Aug 23 2007 Pete Graner <pgraner at redhat.com> - 1.2.11-3
 - Rebulid
 




More information about the fedora-extras-commits mailing list