libXtst 1.2.1
This commit is contained in:
parent
6f6ba6b7a3
commit
72f87cd9b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libXtst-1.0.99.2.tar.bz2
|
||||
/libXtst-1.2.0.tar.bz2
|
||||
/libXtst-1.2.1.tar.bz2
|
||||
|
21
libXtst.spec
21
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@redhat.com> 1.2.1-1
|
||||
- libXtst 1.2.1
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user