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 1.2.1-1 +- libXtst 1.2.1 + * Fri Jan 13 2012 Fedora Release Engineering - 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