source: projects/specs/trunk/lib/libX/libXtst/libXtst-vl.spec @ 2203

Revision 2203, 6.5 KB checked in by Takemikaduchi, 14 years ago (diff)

update Xorg libraries and xserver, and rebuild driver

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Summary: X.Org X11 libXtst runtime library
4Summary(ja): X.Org X11 libXtst ランタイムライブラリ
5Name: libXtst
6Version: 1.2.0
7Release: 1%{?_dist_release}
8License: MIT/X11
9Group: System Environment/Libraries
10URL: http://www.x.org
11
12Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildRequires: pkgconfig
16BuildRequires: xorg-x11-proto-devel
17BuildRequires: libX11-devel
18BuildRequires: libXext-devel
19BuildRequires: libXi-devel
20
21Obsoletes: XFree86-libs, XOrg-libs
22
23%description
24X.Org X11 libXtst runtime library
25
26%package devel
27Summary: X.Org X11 libXtst development package
28Summary(ja): X.Org X11 libXtst 開発パッケージ
29Group: Development/Libraries
30Requires(pre): xorg-x11-filesystem
31Requires: %{name} = %{version}-%{release}
32Requires: xorg-x11-proto-devel
33Obsoletes: XFree86-devel, XOrg-devel
34
35%description devel
36X.Org X11 libXtst development package
37
38# compat32
39%package -n compat32-%{name}
40Summary: X.Org X11 libXtst runtime library
41Summary(ja): X.Org X11 libXtst ランタイムライブラリ
42Group: System Environment/Libraries
43
44%description -n compat32-%{name}
45X.Org X11 libXtst runtime library
46
47%package -n compat32-%{name}-devel
48Summary: X.Org X11 libXtst development package
49Summary(ja): X.Org X11 libXtst 開発パッケージ
50Group: Development/Libraries
51Requires(pre): xorg-x11-filesystem
52Requires: compat32-%{name} = %{version}-%{release}
53Requires: %{name}-devel = %{version}-%{release}
54
55%description -n compat32-%{name}-devel
56X.Org X11 libXtst development package
57
58%prep
59%setup -q
60
61# Disable static library creation by default.
62%define with_static 0
63
64%build
65
66%configure \
67%if ! %{with_static}
68        --disable-static
69%endif
70make
71
72%install
73rm -rf $RPM_BUILD_ROOT
74
75make install DESTDIR=$RPM_BUILD_ROOT
76
77# We intentionally don't ship *.la files
78rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
79
80# remove xml and txt file
81rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
82rm -rf $RPM_BUILD_ROOT%{_mandir}
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
87%post -p /sbin/ldconfig
88%postun -p /sbin/ldconfig
89
90%post -n compat32-%{name} -p /sbin/ldconfig
91%postun -n compat32-%{name} -p /sbin/ldconfig
92
93%files
94%defattr(-,root,root,-)
95%doc AUTHORS COPYING README ChangeLog
96%{_libdir}/libXtst.so.6
97%{_libdir}/libXtst.so.6.*
98
99%files devel
100%defattr(-,root,root,-)
101%{_includedir}/X11/extensions/*.h
102%if %{with_static}
103%{_libdir}/libXtst.a
104%endif
105%{_libdir}/libXtst.so
106%{_libdir}/pkgconfig/xtst.pc
107
108# compat32
109%if %{build_compat32}
110%files -n compat32-%{name}
111%defattr(-,root,root,-)
112%{_libdir}/libXtst.so.6
113%{_libdir}/libXtst.so.6.*
114
115%files -n compat32-%{name}-devel
116%defattr(-,root,root,-)
117%if %{with_static}
118%{_libdir}/libXtst.a
119%endif
120%{_libdir}/libXtst.so
121%{_libdir}/pkgconfig/xtst.pc
122%endif
123
124%changelog
125* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
126- new upstream release
127
128* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-3
129- rebuild with rpm-4.8.1 for pkg-config file
130- add BuildRequires: libXi-devel
131- fix %files (remove man3)
132
133* Thu Nov 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-2
134- add XTest.h/record.h to libXtst-devel
135
136* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.0-1
137- new upstream release
138
139* Sat May 09 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.0.3-3
140- added compat32 package for x86_64 arch support
141
142* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-2
143- spec in utf-8
144
145* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
146- new versioning policy
147
148* Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
149- initial build for Vine Linux
150
151* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
152- libXtst 1.0.3
153
154* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-2
155- Rebuild for PPC toolchain bug
156
157* Sat Jun 23 2007 Adam Jackson <ajax@redhat.com> 1.0.2-1.
158- libXtst 1.0.2
159
160* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.1-4
161- Don't install INSTALL
162
163* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-3.1
164- rebuild
165
166* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
167- Added "Requires: xorg-x11-proto-devel" to devel package for xtst.pc
168
169* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
170- Added "BuildRequires: pkgconfig" for (#193504)
171- Replace "makeinstall" with "make install DESTDIR=..."
172- Remove package ownership of mandir/libdir/etc.
173
174* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
175- bump again for double-long bug on ppc(64)
176
177* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
178- rebuilt for new gcc4.1 snapshot and glibc changes
179
180* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
181- Updated libXtst to version 1.0.1 from X11R7.0
182
183* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
184- Updated libXtst to version 1.0.0 from X11R7 RC4
185
186* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
187- Updated libXtst to version 0.99.3 from X11R7 RC3
188- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
189  that /usr/lib/X11 and /usr/include/X11 pre-exist.
190- Removed 'x' suffix from manpage directories to match RC3 upstream.
191
192* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
193- rebuilt
194
195* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
196- Updated libXtst to version 0.99.2 from X11R7 RC2
197- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
198- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
199
200* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
201- Updated libXtst to version 0.99.1 from X11R7 RC1
202
203* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
204- Renamed package to remove xorg-x11 from the name due to unanimous decision
205  between developers.
206- Use Fedora Extras style BuildRoot tag.
207- Disable static library creation by default.
208- Add missing defattr to devel subpackage
209- Add missing documentation files to doc macro
210
211* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
212- Renamed package to prepend "xorg-x11" to the name for consistency with
213  the rest of the X11R7 packages.
214- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
215  subpackage to ensure the devel package matches the installed shared libs.
216- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
217  allow applications to use implementation agnostic dependencies.
218- Added post/postun scripts which call ldconfig.
219- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
220  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
221
222* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
223- Initial build.
Note: See TracBrowser for help on using the repository browser.