package created by autospec [release 0.1-1mamba;Fri Jan 14 2011]
This commit is contained in:
parent
3702ab772f
commit
2f3a7ee36b
@ -1,2 +1,4 @@
|
||||
# libfakekey
|
||||
|
||||
X Virtual Keyboard Library of the Matchbox WM project.
|
||||
|
||||
|
65
libfakekey.spec
Normal file
65
libfakekey.spec
Normal file
@ -0,0 +1,65 @@
|
||||
Name: libfakekey
|
||||
Version: 0.1
|
||||
Release: 1mamba
|
||||
Summary: X Virtual Keyboard Library of the Matchbox WM project
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://matchbox-project.org/?p=1
|
||||
Source: http://matchbox-project.org/sources/libfakekey/%{version}/libfakekey-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXtst-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
X Virtual Keyboard Library of the Matchbox WM project.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
X Virtual Keyboard Library of the Matchbox WM project.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure CFLAGS="%{optflags} -lX11"
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libfakekey.so.*
|
||||
%doc COPYING ChangeLog
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/fakekey
|
||||
%{_includedir}/fakekey/fakekey.h
|
||||
%{_libdir}/libfakekey.a
|
||||
%{_libdir}/libfakekey.la
|
||||
%{_libdir}/libfakekey.so
|
||||
%{_libdir}/pkgconfig/libfakekey.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jan 14 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user