rpms/libfakekey/devel libfakekey.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

William Jon McCann (mccann) fedora-extras-commits at redhat.com
Tue May 20 16:41:28 UTC 2008


Author: mccann

Update of /cvs/pkgs/rpms/libfakekey/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26842/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libfakekey.spec 
Log Message:
Initial import



--- NEW FILE libfakekey.spec ---
Name:           libfakekey
Version:        0.1
Release:        1%{?dist}
Summary:        Library for converting characters to X key-presses

Group:          System Environment/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

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

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

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


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/libfakekey.la


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


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


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

%changelog
* Mon May 19 2008 Jon McCann <jmccann at redhat.com> 0.1-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libfakekey/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 May 2008 16:16:11 -0000	1.1
+++ .cvsignore	20 May 2008 16:40:47 -0000	1.2
@@ -0,0 +1 @@
+libfakekey-0.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libfakekey/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 May 2008 16:16:11 -0000	1.1
+++ sources	20 May 2008 16:40:47 -0000	1.2
@@ -0,0 +1 @@
+83dbde4d77e8baf0176fe4291d8a2303  libfakekey-0.1.tar.bz2




More information about the scm-commits mailing list