[libXtst] libXtst 1.2.1

Adam Jackson ajax at fedoraproject.org
Thu Mar 8 15:16:43 UTC 2012


commit 72f87cd9b3b7ef7dd0e9d9dbf4d39bc70f0bbe2f
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Mar 8 10:16:40 2012 -0500

    libXtst 1.2.1

 .gitignore   |    1 +
 libXtst.spec |   21 ++++++---------------
 sources      |    2 +-
 3 files changed, 8 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ceb8e4..4d68012 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libXtst-1.0.99.2.tar.bz2
 /libXtst-1.2.0.tar.bz2
+/libXtst-1.2.1.tar.bz2
diff --git a/libXtst.spec b/libXtst.spec
index 98068dd..49c25c6 100644
--- a/libXtst.spec
+++ b/libXtst.spec
@@ -1,11 +1,10 @@
 Summary: X.Org X11 libXtst runtime library
 Name: libXtst
-Version: 1.2.0
-Release: 3%{?dist}
+Version: 1.2.1
+Release: 1%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 
@@ -22,7 +21,6 @@ X.Org X11 libXtst runtime library
 Summary: X.Org X11 libXtst development package
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: libXi-devel
 
 %description devel
 X.Org X11 libXtst development package
@@ -30,15 +28,9 @@ X.Org X11 libXtst development package
 %prep
 %setup -q
 
-# Disable static library creation by default.
-%define with_static 0
-
 %build
 
-%configure \
-%if ! %{with_static}
-	--disable-static
-%endif
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -65,17 +57,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
-%doc specs/*.txt
 %{_includedir}/X11/extensions/XTest.h
 %{_includedir}/X11/extensions/record.h
-%if %{with_static}
-%{_libdir}/libXtst.a
-%endif
 %{_libdir}/libXtst.so
 %{_libdir}/pkgconfig/xtst.pc
 %{_mandir}/man3/XTest*.3*
 
 %changelog
+* Thu Mar 08 2012 Adam Jackson <ajax at redhat.com> 1.2.1-1
+- libXtst 1.2.1
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7d16db1..c5dab62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c592c72da6676f8b0aeec9133b81686  libXtst-1.2.0.tar.bz2
+e8abc5c00c666f551cf26aa53819d592  libXtst-1.2.1.tar.bz2


More information about the scm-commits mailing list