michael@0: # michael@0: # Do not Edit! Generated by: michael@0: # spectacle version 0.13 michael@0: # michael@0: # >> macros michael@0: # << macros michael@0: michael@0: Name: libXtst michael@0: Summary: X.Org X11 libXtst runtime library michael@0: Version: 1.1.0 michael@0: Release: 3.10 michael@0: Group: System/Libraries michael@0: License: MIT michael@0: URL: http://www.x.org/ michael@0: Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 michael@0: Source100: libXtst.yaml michael@0: Requires(post): /sbin/ldconfig michael@0: Requires(postun): /sbin/ldconfig michael@0: BuildRequires: pkgconfig(xproto) michael@0: BuildRequires: pkgconfig(xextproto) michael@0: BuildRequires: pkgconfig(randrproto) michael@0: BuildRequires: pkgconfig(inputproto) michael@0: BuildRequires: pkgconfig(recordproto) michael@0: BuildRequires: pkgconfig(xextproto) michael@0: BuildRequires: pkgconfig(xi) michael@0: BuildRequires: pkgconfig(x11) michael@0: BuildRequires: pkgconfig(xext) michael@0: BuildRequires: pkgconfig(xrender) michael@0: michael@0: BuildRoot: %{_tmppath}/%{name}-%{version}-build michael@0: michael@0: %description michael@0: Description: %{summary} michael@0: michael@0: michael@0: %package devel michael@0: Summary: Development components for the libXtst library michael@0: Group: Development/Libraries michael@0: Requires: %{name} = %{version}-%{release} michael@0: michael@0: %description devel michael@0: Description: %{summary} michael@0: michael@0: michael@0: %prep michael@0: %setup -q -n %{name}-%{version} michael@0: michael@0: # >> setup michael@0: # << setup michael@0: michael@0: %build michael@0: # >> build pre michael@0: # << build pre michael@0: michael@0: %configure --disable-static michael@0: # Call make instruction with smp support michael@0: make %{?jobs:-j%jobs} michael@0: michael@0: # >> build post michael@0: # << build post michael@0: %install michael@0: rm -rf %{buildroot} michael@0: # >> install pre michael@0: # << install pre michael@0: %make_install michael@0: michael@0: # >> install post michael@0: # << install post michael@0: michael@0: %clean michael@0: rm -rf %{buildroot} michael@0: michael@0: michael@0: michael@0: %post -p /sbin/ldconfig michael@0: michael@0: %postun -p /sbin/ldconfig michael@0: michael@0: michael@0: michael@0: %files michael@0: %defattr(-,root,root,-) michael@0: # >> files michael@0: %doc COPYING ChangeLog michael@0: %{_libdir}/libXtst.so.6 michael@0: %{_libdir}/libXtst.so.6.1.0 michael@0: # << files michael@0: michael@0: michael@0: %files devel michael@0: %defattr(-,root,root,-) michael@0: # >> files devel michael@0: %{_libdir}/libXtst.so michael@0: %{_libdir}/pkgconfig/xtst.pc michael@0: %{_includedir}/X11/extensions/XTest.h michael@0: %{_includedir}/X11/extensions/record.h michael@0: # << files devel michael@0: michael@0: %changelog michael@0: * Sat Feb 27 2010 Anas Nashif - 1.1.0 michael@0: - Updated with latest spectacle michael@0: - Include YAML file in source rpm michael@0: * Thu Oct 29 2009 Li Peng - 1.1.0 michael@0: - libXtst 1.1.0 michael@0: * Fri Dec 19 2008 Anas Nashif 1.0.3 michael@0: - Add Xi to requirements michael@0: * Fri Dec 19 2008 Anas Nashif 1.0.3 michael@0: - Generate spec michael@0: * Fri Dec 19 2008 Arjan van de Ven 1.0.3 michael@0: - Fix buildrequires michael@0: * Tue Dec 16 2008 Anas Nashif 1.0.3 michael@0: - Update spec file using latest spec-builder michael@0: * Tue Dec 16 2008 Anas Nashif 1.0.3 michael@0: - Update spec file using latest spec-builder michael@0: * Thu Dec 11 2008 Arjan van de Ven 1.0.3 michael@0: - Clean up specfile michael@0: * Mon Sep 22 2008 Peng Li 1.0.3 michael@0: - add build dependency libXi-devel