[libfakekey] Add devel dep on libXtst-devel - BZ 680878

Peter Robinson pbrobinson at fedoraproject.org
Mon Mar 14 02:29:37 UTC 2011


commit e1db5f944b988776aa82baed32c1ddbc0d70bae9
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Mar 14 02:29:30 2011 +0000

    Add devel dep on libXtst-devel - BZ 680878

 libfakekey.spec |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/libfakekey.spec b/libfakekey.spec
index 30556d9..e003c5c 100644
--- a/libfakekey.spec
+++ b/libfakekey.spec
@@ -1,14 +1,12 @@
 Name:           libfakekey
 Version:        0.1
-Release:        5%{?dist}
+Release:        6%{?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
@@ -20,6 +18,7 @@ Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
+Requires:       libXtst-devel
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -36,7 +35,6 @@ make %{?_smp_mflags} AM_LDFLAGS=-lX11
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{_libdir}/libfakekey.la
 
@@ -47,10 +45,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libfakekey.la
 %postun -p /sbin/ldconfig
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING
@@ -64,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libfakekey.pc
 
 %changelog
+* Mon Mar 14 2011 Peter Robinson <pbrobinson at gmail.com> - 0.1-6
+- Add devel dep on libXtst-devel - BZ 680878
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list