source: projects/specs/trunk/x/xkeyboard-config/xkeyboard-config-vl.spec @ 8381

Revision 8381, 7.0 KB checked in by Takemikaduchi, 10 years ago (diff)

xserver-1.14.6

Line 
1Summary: xkeyboard-config alternative xkb data files
2Name: xkeyboard-config
3Version: 2.11
4Release: 1%{?_dist_release}
5License: MIT
6Group: User Interface/X
7URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
8
9Source0: http://xlibs.freedesktop.org/xkbdesc/%{name}-%{version}.tar.bz2
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildArch: noarch
13BuildRequires: pkgconfig
14BuildRequires: xorg-x11-util-macros
15BuildRequires: xorg-x11-proto-devel
16BuildRequires: xkbcomp
17BuildRequires: perl(XML::Parser)
18Provides: xkbdata
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24xkeyboard-config alternative xkb data files
25
26
27%prep
28%setup -q
29
30%build
31%configure \
32    --enable-compat-rules \
33    --with-xkb-base=%{_datadir}/X11/xkb \
34    --disable-xkbcomp-symlink \
35    --with-xkb-rules-symlink=xorg
36
37make
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42make install DESTDIR=$RPM_BUILD_ROOT
43# Remove unnecessary symlink
44rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
45
46%find_lang %{name}
47
48# Create filelist
49{
50   FILESLIST=${PWD}/files.list
51   pushd $RPM_BUILD_ROOT
52   find ./usr/share/X11/xkb -type d | sed -e "s/^\./%dir /g" > $FILESLIST
53   find ./usr/share/X11/xkb -type f | sed -e "s/^\.//g" >> $FILESLIST
54   popd
55}
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files -f files.list -f %{name}.lang
61%defattr(-,root,root,-)
62%{_datadir}/X11/xkb/rules/xorg
63%{_datadir}/X11/xkb/rules/xorg.lst
64%{_datadir}/X11/xkb/rules/xorg.xml
65%{_datadir}/pkgconfig/xkeyboard-config.pc
66
67
68%changelog
69* Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11-1
70- new upstream release
71
72* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.1-1
73- new upstream release
74
75* Wed May 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6-1
76- new upstream release
77
78* Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.1-1
79- new upstream release
80
81* Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5-1
82- new upstream release
83
84* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3-1
85- new upstream release
86- add BuildRequires: xorg-x11-proto-devel
87
88* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1-1
89- new upstream release
90
91* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-1
92- new upstream release
93
94* Mon Apr 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.18-1
95- new upstream release
96- update URL:
97- drop upstreamed patch(1,2)
98- use %%find_lang macro
99
100* Mon Sep 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16-1
101- new upstream release
102- drop upstreamed patch
103- add Patch1,2 from upstream
104
105* Thu Oct 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14-1
106- new upstream release
107
108* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12-1
109- new upstream release
110
111* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
112- new versioning policy
113
114* Mon Jan 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
115- initial build for Vine Linux
116
117* Sat Oct  6 2007 Matthias Clasen <mclasen@redhat.com> - 1.1-3
118- Somehow the Dell M65 model lost its vendor
119
120* Wed Sep 26 2007 Matthias Clasen <mclasen@redhat.com> - 1.1-2
121- Pick up the respun 1.1 release
122
123* Wed Sep 26 2007 Matthias Clasen <mclasen@redhat.com> - 1.1-1
124- Update to 1.1
125- Drop upstreamed patches
126
127* Wed Sep  5 2007 Matthias Clasen <mclasen@redhat.com> - 1.0-1
128- Update to 1.0
129- Drop upstreamed patches
130- Update remaining patches
131
132* Fri Sep  1 2006 Alexander Larsson <alexl@redhat.com> - 0.8-7
133- Update macbook patch to be closer to what got in upstream
134- (kp enter is ralt, not the option key)
135
136* Fri Sep  1 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-6
137- Add support for Korean 106 key keyboards (204158)
138
139* Tue Aug 29 2006 Alexander Larsson <alexl@redhat.com> - 0.8-5
140- Add MacBook model and geometry, plus alt_win option
141
142* Tue Aug 22 2006 Matthias Clasen <mclasen@redhat.com> 0.8-4
143- Fix geometry description for Thinkpads
144- Add a Kinesis model
145- Add Dell Precision M65 geometry and model
146
147* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 0.8-3
148- Add Compose semantics to right Alt when that's ISO_Level3_Shift (#193922)
149
150* Fri Jul 07 2006 Mike A. Harris <mharris@redhat.com> 0.8-2
151- Rename spec file from xorg-x11-xkbdata to xkeyboard-config.spec
152
153* Fri Jul 07 2006 Mike A. Harris <mharris@redhat.com> 0.8-1
154- Renamed package from 'xorg-x11-xkbdata' to 'xkeyboard-config' to match the
155  upstream project name and tarball.  I kept the rpm changelog intact however
156  to preserve history, so all entries older than today, are from the
157  prior 'xorg-x11-xkbdata' package.  (#196229,197939)
158- Added "Obsoletes: xorg-x11-xkbdata"
159- Removed 'pre' script from spec file, as that was a temporary hack to help
160  transition from modular X.Org xkbdata to modular xkeyboard-config during
161  FC5 development.  The issue it resolved is not present in any officially
162  released distribution release or updates, so the hack is no longer needed.
163
164* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-8.xkbc0.8.0
165- Embed xkeyboard-config version in Release field so we can tell from the
166  filename what is really in this package without having to look in the
167  spec file.  We should rename the package to xkeyboard-config and restart
168  the versioning.
169
170* Tue Jun 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-8
171- Added "BuildRequires: perl(XML::Parser)" for (#194188)
172
173* Sat Mar 04 2006 Ray Strode <rstrode@redhat.com> 1.0.1-7
174- Update to 0.8.
175
176* Wed Mar 01 2006 Ray Strode <rstrode@redhat.com> 1.0.1-6
177- Turn on compat symlink (bug 183521)
178
179* Tue Feb 28 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-5
180- Fixed rpm pre script upgrade/install testing
181- Rebuild package as 1.0.1-5 in rawhide, completing the transition to
182  xkeyboard-config.
183
184* Tue Feb 28 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4.0.7.xkbcfg.5
185- Added rpm pre script, to pre-remove the symbols/pc during package upgrades,
186  to avoid an rpm cpio error if the X11R7.0 modular xkbdata package is already
187  installed, because rpm can not replace a directory with a file. 
188
189* Fri Feb 24 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4.0.7.xkbcfg.1
190- Package renamed to xorg-x11-xkbdata and version/release tweaked since it
191  is too late to add new package names to Fedora Core 5 development.
192- Added "Provides: xkeyboard-config" virtual provide.
193
194* Fri Feb 24 2006 Mike A. Harris <mharris@redhat.com> 0.7-1
195- Initial package created with xkeyboard-config-0.7.
196
197* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
198- Added xkbdata-1.0.1-greek-fix-bug181313.patch to fix (#181313,181313)
199- Added xkbdata-1.0.1-cz-fix-bug177362.patch to fix (#177362,178892)
200
201* Thu Feb 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
202- Added xkbdata-1.0.1-sysreq-fix-bug175661.patch to fix (#175661)
203
204* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
205- Updated to xbitmaps 1.0.1 from X11R7.0
206
207* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
208- Updated to xbitmaps 1.0.0 from X11R7 RC4.
209
210* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
211- Add a few missing rpm 'dir' directives to file manifest.
212- Bump release, and build as a 'noarch' package.
213
214* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
215- Updated to xkbdata 0.99.1 from X11R7 RC2.
Note: See TracBrowser for help on using the repository browser.