1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libXtst/libXtst.spec Fri Mar 11 21:30:26 2011 +0100 1.3 @@ -0,0 +1,118 @@ 1.4 +# 1.5 +# Do not Edit! Generated by: 1.6 +# spectacle version 0.13 1.7 +# 1.8 +# >> macros 1.9 +# << macros 1.10 + 1.11 +Name: libXtst 1.12 +Summary: X.Org X11 libXtst runtime library 1.13 +Version: 1.1.0 1.14 +Release: 3.10 1.15 +Group: System/Libraries 1.16 +License: MIT 1.17 +URL: http://www.x.org/ 1.18 +Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 1.19 +Source100: libXtst.yaml 1.20 +Requires(post): /sbin/ldconfig 1.21 +Requires(postun): /sbin/ldconfig 1.22 +BuildRequires: pkgconfig(xproto) 1.23 +BuildRequires: pkgconfig(xextproto) 1.24 +BuildRequires: pkgconfig(randrproto) 1.25 +BuildRequires: pkgconfig(inputproto) 1.26 +BuildRequires: pkgconfig(recordproto) 1.27 +BuildRequires: pkgconfig(xextproto) 1.28 +BuildRequires: pkgconfig(xi) 1.29 +BuildRequires: pkgconfig(x11) 1.30 +BuildRequires: pkgconfig(xext) 1.31 +BuildRequires: pkgconfig(xrender) 1.32 + 1.33 +BuildRoot: %{_tmppath}/%{name}-%{version}-build 1.34 + 1.35 +%description 1.36 +Description: %{summary} 1.37 + 1.38 + 1.39 +%package devel 1.40 +Summary: Development components for the libXtst library 1.41 +Group: Development/Libraries 1.42 +Requires: %{name} = %{version}-%{release} 1.43 + 1.44 +%description devel 1.45 +Description: %{summary} 1.46 + 1.47 + 1.48 +%prep 1.49 +%setup -q -n %{name}-%{version} 1.50 + 1.51 +# >> setup 1.52 +# << setup 1.53 + 1.54 +%build 1.55 +# >> build pre 1.56 +# << build pre 1.57 + 1.58 +%configure --disable-static 1.59 +# Call make instruction with smp support 1.60 +make %{?jobs:-j%jobs} 1.61 + 1.62 +# >> build post 1.63 +# << build post 1.64 +%install 1.65 +rm -rf %{buildroot} 1.66 +# >> install pre 1.67 +# << install pre 1.68 +%make_install 1.69 + 1.70 +# >> install post 1.71 +# << install post 1.72 + 1.73 +%clean 1.74 +rm -rf %{buildroot} 1.75 + 1.76 + 1.77 + 1.78 +%post -p /sbin/ldconfig 1.79 + 1.80 +%postun -p /sbin/ldconfig 1.81 + 1.82 + 1.83 + 1.84 +%files 1.85 +%defattr(-,root,root,-) 1.86 +# >> files 1.87 +%doc COPYING ChangeLog 1.88 +%{_libdir}/libXtst.so.6 1.89 +%{_libdir}/libXtst.so.6.1.0 1.90 +# << files 1.91 + 1.92 + 1.93 +%files devel 1.94 +%defattr(-,root,root,-) 1.95 +# >> files devel 1.96 +%{_libdir}/libXtst.so 1.97 +%{_libdir}/pkgconfig/xtst.pc 1.98 +%{_includedir}/X11/extensions/XTest.h 1.99 +%{_includedir}/X11/extensions/record.h 1.100 +# << files devel 1.101 + 1.102 +%changelog 1.103 +* Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 1.1.0 1.104 +- Updated with latest spectacle 1.105 +- Include YAML file in source rpm 1.106 +* Thu Oct 29 2009 Li Peng <peng.li@intel.com> - 1.1.0 1.107 +- libXtst 1.1.0 1.108 +* Fri Dec 19 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 1.109 +- Add Xi to requirements 1.110 +* Fri Dec 19 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 1.111 +- Generate spec 1.112 +* Fri Dec 19 2008 Arjan van de Ven <arjan@linux.intel.com> 1.0.3 1.113 +- Fix buildrequires 1.114 +* Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 1.115 +- Update spec file using latest spec-builder 1.116 +* Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3 1.117 +- Update spec file using latest spec-builder 1.118 +* Thu Dec 11 2008 Arjan van de Ven <arjan@linux.intel.com> 1.0.3 1.119 +- Clean up specfile 1.120 +* Mon Sep 22 2008 Peng Li <peng.li@intel.com> 1.0.3 1.121 +- add build dependency libXi-devel