- Ship "el" translation instead of the obsolete "gr" translation Resolves:
#210749 - Fix %% quoting in %%changelog
This commit is contained in:
parent
29fc267f32
commit
8f55ce1ad2
14
kbd-1.12-gr-el.patch
Normal file
14
kbd-1.12-gr-el.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- kbd-1.12/po/Makefile.in.gr-el 2006-10-31 03:42:15.000000000 +0100
|
||||||
|
+++ kbd-1.12/po/Makefile.in 2006-10-31 03:42:33.000000000 +0100
|
||||||
|
@@ -34,9 +34,9 @@
|
||||||
|
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
|
||||||
|
|
||||||
|
# Enter here all .po files
|
||||||
|
-POFILES = cs.po da.po de.po es.po fr.po gr.po nl.po pl.po ro.po ru.po sv.po tr.po
|
||||||
|
+POFILES = cs.po da.po de.po el.po es.po fr.po nl.po pl.po ro.po ru.po sv.po tr.po
|
||||||
|
# the same but with .gmo
|
||||||
|
-GMOFILES = cs.gmo da.gmo de.gmo es.gmo fr.gmo gr.gmo nl.gmo pl.gmo ro.gmo ru.gmo sv.gmo tr.gmo
|
||||||
|
+GMOFILES = cs.gmo da.gmo de.gmo el.gmo es.gmo fr.gmo nl.gmo pl.gmo ro.gmo ru.gmo sv.gmo tr.gmo
|
||||||
|
|
||||||
|
CATALOGS = $(GMOFILES)
|
||||||
|
CATOBJEXT = .gmo
|
11
kbd.spec
11
kbd.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
Summary: Tools for configuring the console (keyboard, virtual terminals, etc.)
|
||||||
Name: kbd
|
Name: kbd
|
||||||
Version: 1.12
|
Version: 1.12
|
||||||
Release: 18
|
Release: 19%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
|
Source0: ftp://ftp.kernel.org/pub/linux/utils/kbd/kbd-%{version}.tar.bz2
|
||||||
@ -23,6 +23,7 @@ Patch7: kbd-1.12-alias.patch
|
|||||||
Patch8: kbd-1.12-dir.patch
|
Patch8: kbd-1.12-dir.patch
|
||||||
Patch9: kbd-1.12-no-user-map.patch
|
Patch9: kbd-1.12-no-user-map.patch
|
||||||
Patch10: kbd-1.12-resizecon-man.patch
|
Patch10: kbd-1.12-resizecon-man.patch
|
||||||
|
Patch11: kbd-1.12-gr-el.patch
|
||||||
Obsoletes: console-tools open
|
Obsoletes: console-tools open
|
||||||
Provides: console-tools open
|
Provides: console-tools open
|
||||||
Conflicts: util-linux < 2.11r-9
|
Conflicts: util-linux < 2.11r-9
|
||||||
@ -48,6 +49,7 @@ fonts, the virtual terminals and font files.
|
|||||||
%patch8 -p1 -b .dir
|
%patch8 -p1 -b .dir
|
||||||
%patch9 -p1 -b .no-user-map
|
%patch9 -p1 -b .no-user-map
|
||||||
%patch10 -p1 -b .resizecon-man
|
%patch10 -p1 -b .resizecon-man
|
||||||
|
%patch11 -p1 -b .gr-el
|
||||||
|
|
||||||
# 7-bit maps are obsolete; so are non-euro maps
|
# 7-bit maps are obsolete; so are non-euro maps
|
||||||
pushd data/keymaps/i386
|
pushd data/keymaps/i386
|
||||||
@ -127,6 +129,11 @@ ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
|
|||||||
%config %{_sysconfdir}/pam.d/*
|
%config %{_sysconfdir}/pam.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 31 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-19
|
||||||
|
- Ship "el" translation instead of the obsolete "gr" translation
|
||||||
|
Resolves: #210749
|
||||||
|
- Fix %% quoting in %%changelog
|
||||||
|
|
||||||
* Fri Sep 29 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-18
|
* Fri Sep 29 2006 Miloslav Trmac <mitr@redhat.com> - 1.12-18
|
||||||
- Add a missing tilde to U+00E3 in latarcyrheb-sun16.psfu (#204470)
|
- Add a missing tilde to U+00E3 in latarcyrheb-sun16.psfu (#204470)
|
||||||
|
|
||||||
@ -314,7 +321,7 @@ ln -s openvt $RPM_BUILD_ROOT%{_bindir}/open
|
|||||||
- Rebuild in new environment
|
- Rebuild in new environment
|
||||||
|
|
||||||
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-11
|
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-11
|
||||||
- Oops, actually list the pam files in %files
|
- Oops, actually list the pam files in %%files
|
||||||
|
|
||||||
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-10
|
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.06-10
|
||||||
- Add and consolehelper'ify kbdrate
|
- Add and consolehelper'ify kbdrate
|
||||||
|
Loading…
Reference in New Issue
Block a user