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

Revision 521, 3.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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