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

Revision 8084, 4.8 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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