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.0.99.2.tar.bz2
|
||||||
/libXtst-1.2.0.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
|
Summary: X.Org X11 libXtst runtime library
|
||||||
Name: libXtst
|
Name: libXtst
|
||||||
Version: 1.2.0
|
Version: 1.2.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
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
|
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
|
Summary: X.Org X11 libXtst development package
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libXi-devel
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
X.Org X11 libXtst development package
|
X.Org X11 libXtst development package
|
||||||
@ -30,15 +28,9 @@ X.Org X11 libXtst development package
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# Disable static library creation by default.
|
|
||||||
%define with_static 0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure \
|
%configure --disable-static
|
||||||
%if ! %{with_static}
|
|
||||||
--disable-static
|
|
||||||
%endif
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -65,17 +57,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc specs/*.txt
|
|
||||||
%{_includedir}/X11/extensions/XTest.h
|
%{_includedir}/X11/extensions/XTest.h
|
||||||
%{_includedir}/X11/extensions/record.h
|
%{_includedir}/X11/extensions/record.h
|
||||||
%if %{with_static}
|
|
||||||
%{_libdir}/libXtst.a
|
|
||||||
%endif
|
|
||||||
%{_libdir}/libXtst.so
|
%{_libdir}/libXtst.so
|
||||||
%{_libdir}/pkgconfig/xtst.pc
|
%{_libdir}/pkgconfig/xtst.pc
|
||||||
%{_mandir}/man3/XTest*.3*
|
%{_mandir}/man3/XTest*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user