1 # |
|
2 # Do not Edit! Generated by: |
|
3 # spectacle version 0.13 |
|
4 # |
|
5 # >> macros |
|
6 # << macros |
|
7 |
|
8 Name: libXtst |
1 Name: libXtst |
9 Summary: X.Org X11 libXtst runtime library |
2 Summary: X.Org X11 libXtst runtime library |
|
3 Vendor: Europalab Software |
|
4 Packager: Michael Schloh von Bennewitz |
|
5 Distribution: MeeGo Thirdparty |
10 Version: 1.1.0 |
6 Version: 1.1.0 |
11 Release: 3.10 |
7 Release: 3.11 |
12 Group: System/Libraries |
8 Group: System/Libraries |
13 License: MIT |
9 License: MIT |
14 URL: http://www.x.org/ |
10 URL: http://www.x.org/ |
15 Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 |
11 Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 |
16 Source100: libXtst.yaml |
12 Source100: libXtst.yaml |
17 Requires(post): /sbin/ldconfig |
13 Requires(post): /sbin/ldconfig |
18 Requires(postun): /sbin/ldconfig |
14 Requires(postun): /sbin/ldconfig |
19 BuildRequires: pkgconfig(xproto) |
15 BuildRequires: pkgconfig(xproto) |
20 BuildRequires: pkgconfig(xextproto) |
16 BuildRequires: pkgconfig(xextproto) |
21 BuildRequires: pkgconfig(randrproto) |
17 BuildRequires: pkgconfig(randrproto) |
22 BuildRequires: pkgconfig(inputproto) |
18 BuildRequires: pkgconfig(inputproto) |
24 BuildRequires: pkgconfig(xextproto) |
20 BuildRequires: pkgconfig(xextproto) |
25 BuildRequires: pkgconfig(xi) |
21 BuildRequires: pkgconfig(xi) |
26 BuildRequires: pkgconfig(x11) |
22 BuildRequires: pkgconfig(x11) |
27 BuildRequires: pkgconfig(xext) |
23 BuildRequires: pkgconfig(xext) |
28 BuildRequires: pkgconfig(xrender) |
24 BuildRequires: pkgconfig(xrender) |
29 |
|
30 BuildRoot: %{_tmppath}/%{name}-%{version}-build |
25 BuildRoot: %{_tmppath}/%{name}-%{version}-build |
31 |
26 |
32 %description |
27 %description |
33 Description: %{summary} |
28 Description: %{summary} |
34 |
29 |
35 |
|
36 %package devel |
30 %package devel |
37 Summary: Development components for the libXtst library |
31 Summary: Development components for the libXtst library |
|
32 Vendor: Europalab Software |
|
33 Packager: Michael Schloh von Bennewitz |
|
34 Distribution: MeeGo Thirdparty |
38 Group: Development/Libraries |
35 Group: Development/Libraries |
39 Requires: %{name} = %{version}-%{release} |
36 Requires: %{name} = %{version}-%{release} |
|
37 Requires: xorg-x11-proto-xextproto |
|
38 Requires: xorg-x11-proto-xproto |
|
39 Requires: libXi-devel |
40 |
40 |
41 %description devel |
41 %description devel |
42 Description: %{summary} |
42 Description: %{summary} |
43 |
43 |
44 |
|
45 %prep |
44 %prep |
46 %setup -q -n %{name}-%{version} |
45 %setup -q -n %{name}-%{version} |
47 |
46 |
48 # >> setup |
|
49 # << setup |
|
50 |
|
51 %build |
47 %build |
52 # >> build pre |
|
53 # << build pre |
|
54 |
|
55 %configure --disable-static |
48 %configure --disable-static |
56 # Call make instruction with smp support |
|
57 make %{?jobs:-j%jobs} |
49 make %{?jobs:-j%jobs} |
58 |
50 |
59 # >> build post |
|
60 # << build post |
|
61 %install |
51 %install |
62 rm -rf %{buildroot} |
52 rm -rf %{buildroot} |
63 # >> install pre |
|
64 # << install pre |
|
65 %make_install |
53 %make_install |
66 |
|
67 # >> install post |
|
68 # << install post |
|
69 |
54 |
70 %clean |
55 %clean |
71 rm -rf %{buildroot} |
56 rm -rf %{buildroot} |
72 |
|
73 |
|
74 |
57 |
75 %post -p /sbin/ldconfig |
58 %post -p /sbin/ldconfig |
76 |
59 |
77 %postun -p /sbin/ldconfig |
60 %postun -p /sbin/ldconfig |
78 |
61 |
79 |
|
80 |
|
81 %files |
62 %files |
82 %defattr(-,root,root,-) |
63 %defattr(-,root,root,-) |
83 # >> files |
|
84 %doc COPYING ChangeLog |
64 %doc COPYING ChangeLog |
85 %{_libdir}/libXtst.so.6 |
65 %{_libdir}/libXtst.so.6 |
86 %{_libdir}/libXtst.so.6.1.0 |
66 %{_libdir}/libXtst.so.6.1.0 |
87 # << files |
|
88 |
|
89 |
67 |
90 %files devel |
68 %files devel |
91 %defattr(-,root,root,-) |
69 %defattr(-,root,root,-) |
92 # >> files devel |
70 %{_libdir}/libXtst.la |
93 %{_libdir}/libXtst.so |
71 %{_libdir}/libXtst.so |
94 %{_libdir}/pkgconfig/xtst.pc |
72 %{_libdir}/pkgconfig/xtst.pc |
95 %{_includedir}/X11/extensions/XTest.h |
73 %{_includedir}/X11/extensions/XTest.h |
96 %{_includedir}/X11/extensions/record.h |
74 %{_includedir}/X11/extensions/record.h |
97 # << files devel |
|
98 |
75 |
99 %changelog |
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 |
100 * Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 1.1.0 |
79 * Sat Feb 27 2010 Anas Nashif <anas.nashif@intel.com> - 1.1.0 |
101 - Updated with latest spectacle |
80 - Updated with latest spectacle |
102 - Include YAML file in source rpm |
81 - Include YAML file in source rpm |
103 * Thu Oct 29 2009 Li Peng <peng.li@intel.com> - 1.1.0 |
82 * Thu Oct 29 2009 Li Peng <peng.li@intel.com> - 1.1.0 |
104 - libXtst 1.1.0 |
83 - libXtst 1.1.0 |