rpms/xkeyboard-config/devel xkeyboard-config.spec,1.45,1.46

Peter Hutterer whot at fedoraproject.org
Mon Mar 1 22:21:10 UTC 2010


Author: whot

Update of /cvs/pkgs/rpms/xkeyboard-config/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23147

Modified Files:
	xkeyboard-config.spec 
Log Message:
* Tue Mar 02 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.8-3
- only package files in /usr/share/X11/xkb (#569400)



Index: xkeyboard-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xkeyboard-config/devel/xkeyboard-config.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- xkeyboard-config.spec	12 Feb 2010 05:08:07 -0000	1.45
+++ xkeyboard-config.spec	1 Mar 2010 22:21:10 -0000	1.46
@@ -4,7 +4,7 @@
 Summary: X Keyboard Extension configuration data
 Name: xkeyboard-config
 Version: 1.8
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: User Interface/X
 URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@@ -61,8 +61,8 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb
 {
    FILESLIST=${PWD}/files.list
    pushd $RPM_BUILD_ROOT
-   find ./usr/share/X11 -type d | sed -e "s/^\./%dir /g" > $FILESLIST
-   find ./usr/share/X11 -type f | sed -e "s/^\.//g" >> $FILESLIST
+   find ./usr/share/X11/xkb -type d | sed -e "s/^\./%dir /g" > $FILESLIST
+   find ./usr/share/X11/xkb -type f | sed -e "s/^\.//g" >> $FILESLIST
    popd
 }
 
@@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/X11/xkb/rules/xorg.xml
 
 %changelog
+* Tue Mar 02 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.8-3
+- only package files in /usr/share/X11/xkb (#569400)
+
 * Fri Feb 12 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.8-2
 - Package the translations too (#563815).
 



More information about the scm-commits mailing list