source: projects/specs/trunk/x/xorg-x11-xkb-utils/xorg-x11-xkb-utils-vl.spec @ 6011

Revision 6011, 5.6 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Summary: X.Org X11 xkb utilities
2Summary(ja): X.Org X11 xkb ユーティリティ
3Name: xorg-x11-xkb-utils
4Version: 7.6
5Release: 4%{?_dist_release}
6License: MIT/X11
7Group: User Interface/X
8URL: http://www.x.org
9
10# use the macro so the doc dir is changed automagically
11%define xkbutils_version 1.0.3
12Source0: ftp://ftp.x.org/pub/individual/app/xkbutils-%{xkbutils_version}.tar.bz2
13Source1: ftp://ftp.x.org/pub/individual/app/xkbcomp-1.2.4.tar.bz2
14Source2: ftp://ftp.x.org/pub/individual/app/xkbevd-1.1.2.tar.bz2
15Source3: ftp://ftp.x.org/pub/individual/app/xkbprint-1.0.3.tar.bz2
16Source4: ftp://ftp.x.org/pub/individual/app/setxkbmap-1.3.0.tar.bz2
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
19BuildRequires: pkgconfig
20BuildRequires: libxkbfile-devel
21BuildRequires: libX11-devel
22BuildRequires: libXaw-devel >= 1.0.5
23BuildRequires: libXt-devel
24BuildRequires: libXext-devel
25BuildRequires: libXpm-devel
26BuildRequires: bison
27BuildRequires: flex
28Provides: setxkbmap, xkbcomp, xkbevd, xkbprint, xkbutils
29Obsoletes: XFree86
30
31Vendor: Project Vine
32Distribution: Vine Linux
33
34%description
35X.Org X11 xkb utilities
36
37%prep
38%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4
39
40%build
41export CFLAGS="$RPM_OPT_FLAGS -DHAVE_STRCASECMP"
42for pkg in xkbutils setxkbmap xkbcomp xkbevd xkbprint ; do
43    pushd $pkg-*
44    %configure
45    make
46    popd
47done
48
49%install
50rm -rf $RPM_BUILD_ROOT
51for pkg in xkbutils setxkbmap xkbcomp xkbevd xkbprint ; do
52    pushd $pkg-*
53    make install DESTDIR=$RPM_BUILD_ROOT
54    popd
55done
56rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/xkbcomp.pc
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61%files
62%defattr(-,root,root,-)
63%doc xkbutils-%{xkbutils_version}/AUTHORS xkbutils-%{xkbutils_version}/COPYING xkbutils-%{xkbutils_version}/INSTALL
64%doc xkbutils-%{xkbutils_version}/NEWS xkbutils-%{xkbutils_version}/README xkbutils-%{xkbutils_version}/ChangeLog
65%{_bindir}/setxkbmap
66%{_bindir}/xkbbell
67%{_bindir}/xkbcomp
68%{_bindir}/xkbevd
69%{_bindir}/xkbprint
70%{_bindir}/xkbvleds
71%{_bindir}/xkbwatch
72%{_mandir}/man1/setxkbmap.1*
73%{_mandir}/man1/xkbcomp.1*
74%{_mandir}/man1/xkbevd.1*
75%{_mandir}/man1/xkbprint.1*
76%{_mandir}/man1/xkbbell.1*
77%{_mandir}/man1/xkbvleds.1*
78%{_mandir}/man1/xkbwatch.1*
79
80%changelog
81* Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-4
82- xkbcomp-1.2.4
83- setxkbmap-1.3.0
84
85* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-3
86- xkbcomp-1.2.3
87
88* Sun May 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-2
89- delete Obsoletes: xorg-x11
90
91* Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.6-1
92- xkbprint-1.0.3
93
94* Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-3
95- xkbevd-1.1.2
96- add BuildRequires: bison, flex
97
98* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.5-2
99- xkbutils-1.0.3
100- xkbcomp-1.2.0
101- xkbevd-1.1.1
102- setxkbmap-1.2.0
103
104* Fri Nov 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.5-1
105- xkbutils-1.0.2
106- xkbcomp-1.1.1
107- xkbevd-1.1.0
108- xkbprint-1.0.2
109- setxkbmap-1.1.0
110
111* Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-2
112- rebuild with libXaw.so.7 (libXaw-1.0.5)
113
114* Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.3-1
115- xkbcomp 1.0.5
116
117* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-1
118- new versioning policy
119
120* Sun Jan 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 7.2-0vl1
121- initial build for Vine Linux
122
123* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 7.2-3
124- Rebuild for ppc toolchain bug
125
126* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 7.2-2
127- rebuild for toolchain bug
128
129* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-1
130- setxkbmap 1.0.4
131- Arbitrary version number bump, to match X.org release numbering.  Why not.
132
133* Mon Jan 08 2007 Adam Jackson <ajax@redhat.com> 1.0.2-3
134- From OLPC: jam -DHAVE_STRCASECMP into CFLAGS to make xkbcomp (and therefore
135  X server startup) slightly less painfully slow.
136
137* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
138- rebuild
139
140* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
141- Added xkbutils_version macro, which can be used in the Version field
142  in the future, to help prevent accidental bumping of the package version.
143
144* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
145- Update setxkbmap, xkbevd, and xkbcomp
146
147* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
148- bump again for double-long bug on ppc(64)
149
150* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
151- rebuilt for new gcc4.1 snapshot and glibc changes
152
153* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
154- Updated all apps to version 1.0.1 from X11R7.0
155
156* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
157- Updated all apps to version 1.0.0 from X11R7 RC4.
158- Changed manpage dir from man1x to man1 to match upstream default.
159
160* Sun Nov 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
161- Change from "Conflicts" to "Obsoletes: XFree86, xorg-x11" for upgrades.
162- Rebuild against new libXaw 0.99.2-2, which has fixed DT_SONAME. (#173027)
163
164* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
165- Updated to xkbutils-0.99.1, setxkbmap-0.99.2, xkbcomp-0.99.1, xkbevd-0.99.2,
166  xkbprint-0.99.1 from X11R7 RC2.
167
168* Thu Nov 10 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
169- Updated xkbutils to version 0.99.0 from X11R7 RC1.  The upstream tarball
170  changed, but the version stayed the same.  <sigh>
171- Updated setxkbmap, xkbcomp, xkbevd, xkbprint.
172- Change manpage location to 'man1x' in file manifest.
173- Iterate over packages with for loop instead of serialized code duplication.
174
175* Wed Oct 05 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
176- Use Fedora-Extras style BuildRoot tag.
177- Update BuildRequires to use new library package names.
178- Tidy up spec file a bit.
179
180* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
181- Initial build.
Note: See TracBrowser for help on using the repository browser.