Author: glen Date: Mon Jun 5 23:08:18 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - omit default attr - adapter with working adapter.awk
---- Files affected: SPECS: system-config-keyboard.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/system-config-keyboard.spec diff -u SPECS/system-config-keyboard.spec:1.2 SPECS/system-config-keyboard.spec:1.3 --- SPECS/system-config-keyboard.spec:1.2 Mon Jun 5 23:47:22 2006 +++ SPECS/system-config-keyboard.spec Tue Jun 6 01:08:13 2006 @@ -2,7 +2,7 @@ Summary: A graphical interface for modifying the keyboard Name: system-config-keyboard Version: 1.2.7 -Release: 0.3 +Release: 0.4 License: GPL Group: Base URL: http://fedora.redhat.com/projects/config-tools @@ -11,11 +11,11 @@ BuildRequires: desktop-file-utils BuildRequires: gettext-devel BuildRequires: intltool +Requires: firstboot Requires: gtk+2 >= 2:2.6 Requires: python >= 1:2.0 -Requires: python-xf86config Requires: python-rhpl >= 0.53 -Requires: firstboot +Requires: python-xf86config #Requires: usermode >= 1.36 BuildArch: noarch ExclusiveOS: Linux @@ -41,9 +41,9 @@ --add-category X-Red-Hat-Base \ $RPM_BUILD_ROOT%{_desktopdir}/system-config-keyboard.desktop -%py_comp $RPM_BUILD_ROOT/usr/share/system-config-keyboard -%py_ocomp $RPM_BUILD_ROOT/usr/share/system-config-keyboard -%py_postclean /usr/share/system-config-keyboard +%py_comp $RPM_BUILD_ROOT%{_datadir}/system-config-keyboard +%py_ocomp $RPM_BUILD_ROOT%{_datadir}/system-config-keyboard +%py_postclean %{_datadir}/system-config-keyboard %find_lang %{name} @@ -66,16 +66,16 @@ %files -f %{name}.lang %defattr(644,root,root,755) +%config(noreplace) %verify(not md5 mtime size) /etc/security/console.apps/system-config-keyboard +%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/system-config-keyboard %attr(755,root,root) %{_bindir}/system-config-keyboard -%dir /usr/share/system-config-keyboard -/usr/share/system-config-keyboard/* -%dir /usr/share/firstboot/ -%dir /usr/share/firstboot/modules -/usr/share/firstboot/modules/* -%attr(644,root,root) %{_desktopdir}/system-config-keyboard.desktop -%attr(644,root,root) %config /etc/security/console.apps/system-config-keyboard -%attr(644,root,root) %config /etc/pam.d/system-config-keyboard -%attr(644,root,root) %{_iconsdir}/hicolor/48x48/apps/system-config-keyboard.png +%dir %{_datadir}/system-config-keyboard +%{_datadir}/system-config-keyboard/* +%dir %{_datadir}/firstboot +%dir %{_datadir}/firstboot/modules +%{_datadir}/firstboot/modules/* +%{_desktopdir}/system-config-keyboard.desktop +%{_iconsdir}/hicolor/48x48/apps/system-config-keyboard.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -83,6 +83,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/06/05 23:08:13 glen +- omit default attr +- adapter with working adapter.awk + Revision 1.2 2006/06/05 21:47:22 glen - pyc are packaged - disable scripts ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/system-config-keyboard.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
