Fri, 11 Mar 2011 21:41:16 +0100
Import unmodified vendor specs for introduction into repository.
1 Name: libXtst
2 Summary: X.Org X11 libXtst runtime library
3 Vendor: Europalab Software
4 Packager: Michael Schloh von Bennewitz
5 Distribution: MeeGo Thirdparty
6 Version: 1.1.0
7 Release: 3.11
8 Group: System/Libraries
9 License: MIT
10 URL: http://www.x.org/
11 Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
12 Source100: libXtst.yaml
13 Requires(post): /sbin/ldconfig
14 Requires(postun): /sbin/ldconfig
15 BuildRequires: pkgconfig(xproto)
16 BuildRequires: pkgconfig(xextproto)
17 BuildRequires: pkgconfig(randrproto)
18 BuildRequires: pkgconfig(inputproto)
19 BuildRequires: pkgconfig(recordproto)
20 BuildRequires: pkgconfig(xextproto)
21 BuildRequires: pkgconfig(xi)
22 BuildRequires: pkgconfig(x11)
23 BuildRequires: pkgconfig(xext)
24 BuildRequires: pkgconfig(xrender)
25 BuildRoot: %{_tmppath}/%{name}-%{version}-build
27 %description
28 Description: %{summary}
30 %package devel
31 Summary: Development components for the libXtst library
32 Vendor: Europalab Software
33 Packager: Michael Schloh von Bennewitz
34 Distribution: MeeGo Thirdparty
35 Group: Development/Libraries
36 Requires: %{name} = %{version}-%{release}
37 Requires: xorg-x11-proto-xextproto
38 Requires: xorg-x11-proto-xproto
39 Requires: libXi-devel
41 %description devel
42 Description: %{summary}
44 %prep
45 %setup -q -n %{name}-%{version}
47 %build
48 %configure --disable-static
49 make %{?jobs:-j%jobs}
51 %install
52 rm -rf %{buildroot}
53 %make_install
55 %clean
56 rm -rf %{buildroot}
58 %post -p /sbin/ldconfig
60 %postun -p /sbin/ldconfig
62 %files
63 %defattr(-,root,root,-)
64 %doc COPYING ChangeLog
65 %{_libdir}/libXtst.so.6
66 %{_libdir}/libXtst.so.6.1.0
68 %files devel
69 %defattr(-,root,root,-)
70 %{_libdir}/libXtst.la
71 %{_libdir}/libXtst.so
72 %{_libdir}/pkgconfig/xtst.pc
73 %{_includedir}/X11/extensions/XTest.h
74 %{_includedir}/X11/extensions/record.h
76 %changelog
77 * Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 1.1.0-3.11
78 - Correct build configuration of developer packaging
79 * Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 1.1.0
80 - Updated with latest spectacle
81 - Include YAML file in source rpm
82 * Thu Oct 29 2009 Li Peng <peng.li@intel.com> - 1.1.0
83 - libXtst 1.1.0
84 * Fri Dec 19 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3
85 - Add Xi to requirements
86 * Fri Dec 19 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3
87 - Generate spec
88 * Fri Dec 19 2008 Arjan van de Ven <arjan@linux.intel.com> 1.0.3
89 - Fix buildrequires
90 * Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3
91 - Update spec file using latest spec-builder
92 * Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3
93 - Update spec file using latest spec-builder
94 * Thu Dec 11 2008 Arjan van de Ven <arjan@linux.intel.com> 1.0.3
95 - Clean up specfile
96 * Mon Sep 22 2008 Peng Li <peng.li@intel.com> 1.0.3
97 - add build dependency libXi-devel