auto-import changelog data from libxklavier-0.97-1.src.rpm
Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 0.97-1 - First version
This commit is contained in:
parent
7d36efa2d7
commit
05ca67ed37
@ -0,0 +1 @@
|
|||||||
|
libxklavier-0.97.tar.gz
|
68
libxklavier.spec
Normal file
68
libxklavier.spec
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
Summary: library providing high-level API for X Keyboard Extension
|
||||||
|
Name: libxklavier
|
||||||
|
Version: 0.97
|
||||||
|
Release: 1
|
||||||
|
License: LGPL
|
||||||
|
Group: Development/Libraries
|
||||||
|
Url: http://gswitchit.sourceforge.net/
|
||||||
|
BuildRequires: doxygen
|
||||||
|
Source: http://gswitchit.sourceforge.net/%{name}-%{version}.tar.gz
|
||||||
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
libxklavier is a library providing high-level API for X Keyboard Extension
|
||||||
|
known as XKB. This library is indended to support XFree86 and other
|
||||||
|
commercial X servers. It is useful for creating XKB-related software
|
||||||
|
(layout indicators etc).
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Libraries, includes, etc to develop libxklavier applications
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Libraries, include files, etc you can use to develop libxklavier applications.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%configure --enable-doxygen --with-xkb-base=/usr/X11R6/lib/X11/xkb
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
|
||||||
|
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
|
||||||
|
%{_libdir}/lib*.so.*
|
||||||
|
%{_datadir}/libxklavier
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-, root, root)
|
||||||
|
|
||||||
|
%doc doc/html/*.html doc/html/*.png doc/html/*.css
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_libdir}/*.a
|
||||||
|
%{_libdir}/*.so
|
||||||
|
%{_includedir}/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
|
||||||
|
* Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 0.97-1
|
||||||
|
- First version
|
Loading…
Reference in New Issue
Block a user