libXtst/libXtst.spec

changeset 0
4f133201e207
child 1
4667f24fe848
equal deleted inserted replaced
-1:000000000000 0:e0154701c32b
1 #
2 # Do not Edit! Generated by:
3 # spectacle version 0.13
4 #
5 # >> macros
6 # << macros
7
8 Name: libXtst
9 Summary: X.Org X11 libXtst runtime library
10 Version: 1.1.0
11 Release: 3.10
12 Group: System/Libraries
13 License: MIT
14 URL: http://www.x.org/
15 Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
16 Source100: libXtst.yaml
17 Requires(post): /sbin/ldconfig
18 Requires(postun): /sbin/ldconfig
19 BuildRequires: pkgconfig(xproto)
20 BuildRequires: pkgconfig(xextproto)
21 BuildRequires: pkgconfig(randrproto)
22 BuildRequires: pkgconfig(inputproto)
23 BuildRequires: pkgconfig(recordproto)
24 BuildRequires: pkgconfig(xextproto)
25 BuildRequires: pkgconfig(xi)
26 BuildRequires: pkgconfig(x11)
27 BuildRequires: pkgconfig(xext)
28 BuildRequires: pkgconfig(xrender)
29
30 BuildRoot: %{_tmppath}/%{name}-%{version}-build
31
32 %description
33 Description: %{summary}
34
35
36 %package devel
37 Summary: Development components for the libXtst library
38 Group: Development/Libraries
39 Requires: %{name} = %{version}-%{release}
40
41 %description devel
42 Description: %{summary}
43
44
45 %prep
46 %setup -q -n %{name}-%{version}
47
48 # >> setup
49 # << setup
50
51 %build
52 # >> build pre
53 # << build pre
54
55 %configure --disable-static
56 # Call make instruction with smp support
57 make %{?jobs:-j%jobs}
58
59 # >> build post
60 # << build post
61 %install
62 rm -rf %{buildroot}
63 # >> install pre
64 # << install pre
65 %make_install
66
67 # >> install post
68 # << install post
69
70 %clean
71 rm -rf %{buildroot}
72
73
74
75 %post -p /sbin/ldconfig
76
77 %postun -p /sbin/ldconfig
78
79
80
81 %files
82 %defattr(-,root,root,-)
83 # >> files
84 %doc COPYING ChangeLog
85 %{_libdir}/libXtst.so.6
86 %{_libdir}/libXtst.so.6.1.0
87 # << files
88
89
90 %files devel
91 %defattr(-,root,root,-)
92 # >> files devel
93 %{_libdir}/libXtst.so
94 %{_libdir}/pkgconfig/xtst.pc
95 %{_includedir}/X11/extensions/XTest.h
96 %{_includedir}/X11/extensions/record.h
97 # << files devel
98
99 %changelog
100 * Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 1.1.0
101 - Updated with latest spectacle
102 - Include YAML file in source rpm
103 * Thu Oct 29 2009 Li Peng <peng.li@intel.com> - 1.1.0
104 - libXtst 1.1.0
105 * Fri Dec 19 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3
106 - Add Xi to requirements
107 * Fri Dec 19 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3
108 - Generate spec
109 * Fri Dec 19 2008 Arjan van de Ven <arjan@linux.intel.com> 1.0.3
110 - Fix buildrequires
111 * Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3
112 - Update spec file using latest spec-builder
113 * Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 1.0.3
114 - Update spec file using latest spec-builder
115 * Thu Dec 11 2008 Arjan van de Ven <arjan@linux.intel.com> 1.0.3
116 - Clean up specfile
117 * Mon Sep 22 2008 Peng Li <peng.li@intel.com> 1.0.3
118 - add build dependency libXi-devel

mercurial