source: projects/specs/trunk/lib/libx/libxklavier/libxklavier-vl.spec @ 6890

Revision 6890, 4.7 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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