source: projects/specs/branches/6/lib/libx/libxklavier/libxklavier-vl.spec @ 2691

Revision 2691, 4.3 KB checked in by Takemikaduchi, 13 years ago (diff)

pygtk2: add R:gtk2-devel others: new upstream release

Line 
1Summary: library providing high-level API for X Keyboard Extension
2Summary(ja): X キーボード拡張の高レベル API を提供するライブラリ
3Name: libxklavier
4Version: 5.1
5Release: 1%{?_dist_release}
6License: LGPL
7Group: System Environment/Libraries
8URL: http://www.freedesktop.org/wiki/Software/LibXklavier
9
10Source: %{name}-%{version}.tar.bz2
11# http://bugs.freedesktop.org/show_bug.cgi?id=22687
12Patch0: flags.patch
13Patch2: catch-more-xerrors.patch
14
15Buildroot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires: doxygen
17BuildRequires: libxml2-devel
18BuildRequires: libxkbfile-devel
19BuildRequires: libxml2-devel
20BuildRequires: glib2-devel >= 2.6.0
21BuildRequires: libX11-devel
22BuildRequires: libXi-devel
23BuildRequires: xorg-x11-proto-devel
24
25%description
26libxklavier is a library providing high-level API for X Keyboard Extension
27known as XKB. This library is intended to support XFree86 and other
28commercial X servers. It is useful for creating XKB-related software
29(layout indicators etc).
30
31%package devel
32Summary: Libraries, includes, etc to develop libxklavier applications
33Group: Development/Libraries
34Requires: %{name} = %{version}-%{release}
35
36%description devel
37Libraries, include files, etc you can use to develop libxklavier applications.
38
39%prep
40%setup -q
41%patch0 -p1 -b .flags
42%patch2 -p1 -b .catch-more-xerrors
43
44%build
45
46%configure \
47  --disable-static \
48  --with-xkb-base='%{_datadir}/X11/xkb' \
49  --with-xkb-bin-base='%{_bindir}'
50
51%__make %{?_smp_mflags}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55
56%makeinstall
57
58rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
59
60%clean
61rm -rf %{buildroot}
62
63%post -p /sbin/ldconfig
64
65%postun -p /sbin/ldconfig
66
67%files
68%defattr(-, root, root)
69%doc AUTHORS ChangeLog NEWS README COPYING.LIB
70%{_libdir}/lib*.so.*
71
72%files devel
73%defattr(-, root, root)
74%doc doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.css
75%{_libdir}/pkgconfig/*.pc
76%{_libdir}/*.so
77%{_includedir}/*
78%{_datadir}/gtk-doc/html/libxklavier/
79
80
81%changelog
82* Mon Feb 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.1-1
83- new upstream release
84- add BuildRequires: libXi-devel
85
86* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0-3
87- rebuild with rpm-4.8.1 for pkg-config file
88
89* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0-2
90- import patch0,2 from fedora
91- add "--with-xkb-bin-base" configure option
92
93* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0-1
94- new upstream release
95- add BuildRequires: libX11-devel, xorg-x11-proto-devel
96
97* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.0-1
98- new upstream release
99- added --disable-static option
100
101* Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.8-1
102- new upstream release
103- spec in UTF-8
104
105* Mon Sep  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.7-1
106- new upstream release
107
108* Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
109- build with xorg-x11-7.3
110  - change xkb-base to /usr/share/X11/xkb
111
112* Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.6-1
113- new upstream release
114
115* Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5-1vl5
116- new upstream release
117
118* Thu Dec 13 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.3-0vl1
119- new upstream release
120
121* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.2-0vl1
122- new upstream release
123- dropped Patch0
124
125* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-0vl1
126- new upstream release
127
128* Wed Mar 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-0vl1
129- new upstream release
130
131* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl1
132- new upstream version
133
134* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.04-0vl1
135- initial build for Vine Linux, based on fedora package.
136
137* Wed Sep 29 2004 Jonathan Blandford <jrb@redhat.com> 1.02-3
138- bump version
139
140* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
141- rebuilt
142
143* Tue Apr 20 2004 Jeremy Katz <katzj@redhat.com> - 1.02-1
144- update to 1.02 with real fixes for xorg
145
146* Thu Apr 15 2004 Jeremy Katz <katzj@redhat.com> - 1.00-2
147- patch for xorg.xml instead of xfree86.xml
148
149* Fri Apr  2 2004 Alex Larsson <alexl@redhat.com> 1.00-1
150- update to 1.00
151
152* Mon Mar 15 2004 Bill Nottingham <notting@redhat.com>
153- fix typo (#118237)
154
155* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
156- rebuilt
157
158* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
159- rebuilt
160
161
162* Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 0.97-1
163- First version
Note: See TracBrowser for help on using the repository browser.