rpms/kbd/devel kbd.spec,1.66,1.67

vcrhonek vcrhonek at fedoraproject.org
Thu Jun 24 10:32:53 UTC 2010


Author: vcrhonek

Update of /cvs/pkgs/rpms/kbd/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19263

Modified Files:
	kbd.spec 
Log Message:
Ship /lib/kbd in separate subpackage


Index: kbd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kbd/devel/kbd.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- kbd.spec	14 Jun 2010 10:24:55 -0000	1.66
+++ kbd.spec	24 Jun 2010 10:32:53 -0000	1.67
@@ -1,6 +1,6 @@
 Name:           kbd
 Version:        1.15
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Tools for configuring the console (keyboard, virtual terminals, etc.)
 
 Group:          System Environment/Base
@@ -22,12 +22,21 @@ Patch6:         kbd-1.15-defkeymap.patch
 BuildRequires:  bison, flex, gettext
 Conflicts:      util-linux < 2.11r-9
 Requires:       initscripts >= 5.86-1
+Requires:       %{name}-misc = %{version}-%{release}
 
 %description
 The %{name} package contains tools for managing a Linux
 system's console's behavior, including the keyboard, the screen
 fonts, the virtual terminals and font files.
 
+%package misc
+Summary:        Data for kbd package
+BuildArch:      noarch
+ 
+%description misc
+The %{name}-misc package contains data for kbd package - console fonts,
+keymaps etc. Please note that %{name}-misc is not helpful without kbd.
+
 %prep
 %setup -q -a 1 -a 2 -a 3
 %patch0 -p1 -b .po
@@ -104,9 +113,15 @@ rm -rf $RPM_BUILD_ROOT
 /bin/*
 %{_bindir}/*
 %{_mandir}/*/*
+
+%files misc
+%defattr(-,root,root,-)
 /lib/kbd
 
 %changelog
+* Thu Jun 24 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.15-11
+- Ship /lib/kbd in separate subpackage
+
 * Mon Jun 14 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.15-10
 - Fix name referring to default keymap
 



More information about the scm-commits mailing list