Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > c2ee6a43ec2ff7db5bcd9586a987b52d > files > 2

libfakekey-0.1-3.5.2mdv2010.1.src.rpm

%define major     0
%define raw_name  fakekey
%define libname   %mklibname %raw_name 0
%define develname %mklibname -d %raw_name

Name:           libfakekey
Version:        0.1
Release:        %mkrel 3.5.2
Summary:        Converting characters to X key-presses

Group:          System/Libraries
License:        LGPLv2+
URL:            http://projects.o-hand.com/matchbox/
Source0:        http://matchbox-project.org/sources/libfakekey/0.1/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  libxtst-devel
BuildRequires:  libx11-devel

%description
libfakekey is a simple library for converting UTF-8 characters into
'fake' X key-presses.

%package        -n %libname
Summary:        Converting characters to X key-presses
Group:          System/Libraries

%description    -n %libname
libfakekey is a simple library for converting UTF-8 characters into
'fake' X key-presses.

%package        -n %develname
Summary:        Development files for %{name}
Group:          Development/C
Requires:       %libname
Requires:       pkgconfig

%description    -n %develname
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -f $RPM_BUILD_ROOT%{_libdir}/libfakekey.la

%clean
rm -rf $RPM_BUILD_ROOT


%files -n %libname
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/libfakekey.so.%{major}*


%files -n %develname
%defattr(-,root,root,-)
%{_includedir}/fakekey/
%{_libdir}/libfakekey.so
%{_libdir}/pkgconfig/libfakekey.pc



%changelog
* Fri Feb 19 2010 Funda Wang <fwang@mandriva.org> 0.1-3.5.2mdv2010.1
+ Revision: 508566
- fix build

  + Thierry Vignaud <tvignaud@mandriva.com>
    - rebuild

* Thu Oct 16 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.1-3.5.1mdv2009.1
+ Revision: 294373
- fix group of devel package
- import libfakekey


* Thu Oct 16 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.1-3.5mdv2009.1
- adapt for Mandriva

* Tue Sep 23 2008 Vivian zhang <vivian.zhang@intel.com> 0.1
- Add BuildRequires: libXi-devel
* Mon Sep 22 2008 Anas Nashif <anas.nashif@intel.com> 0.1
- fixed Build Requires
* Thu Sep 18 2008 Vivian zhang <vivian.zhang@intel.com> 0.1
- Add BR libX11-devel
- Add comments "specfile originally created for..." at the top of the spec file
* Mon May 19 2008 Jon McCann <jmccann@redhat.com> 0.1-1
- Initial package