source: projects/specs/trunk/lib/libX/libXi/libXi-vl.spec @ 10229

Revision 10229, 8.3 KB checked in by Takemikaduchi, 8 years ago (diff)

xserver-1.18.3

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Summary: X.Org X11 libXi runtime library
4Summary(ja): X.Org X11 libXi ランタイムライブラリ
5Name: libXi
6Version: 1.7.6
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}-root
15BuildRequires: pkgconfig
16BuildRequires: xorg-x11-util-macros
17BuildRequires: xorg-x11-proto-devel
18BuildRequires: libX11-devel
19BuildRequires: libXext-devel
20BuildRequires: libXau-devel
21Obsoletes: XFree86-libs, XOrg-libs
22
23Vendor: Project Vine
24Distribution: Vine Linux
25Packager: Takemikaduchi
26
27%description
28X.Org X11 libXi runtime library
29
30%package devel
31Summary: X.Org X11 libXi development package
32Summary(ja): X.Org X11 libXi 開発パッケージ
33Group: Development/Libraries
34Requires(pre): xorg-x11-filesystem
35Requires: %{name} = %{version}-%{release}
36Requires: xorg-x11-proto-devel
37Obsoletes: XFree86-devel, XOrg-devel
38
39%description devel
40X.Org X11 libXi development package
41
42# compat32
43%package -n compat32-%{name}
44Summary: X.Org X11 libXi runtime library
45Summary(ja): X.Org X11 libXi ランタイムライブラリ
46Group: System Environment/Libraries
47
48%description -n compat32-%{name}
49X.Org X11 libXi runtime library
50
51%package -n compat32-%{name}-devel
52Summary: X.Org X11 libXi development package
53Summary(ja): X.Org X11 libXi 開発パッケージ
54Group: Development/Libraries
55Requires(pre): xorg-x11-filesystem
56Requires: compat32-%{name} = %{version}-%{release}
57Requires: %{name}-devel = %{version}-%{release}
58
59%description -n compat32-%{name}-devel
60X.Org X11 libXi development package
61
62%prep
63%setup -q
64
65# Disable static library creation by default.
66%define with_static 0
67
68%build
69%configure \
70%if ! %{with_static}
71        --disable-static
72%endif
73make
74
75%install
76rm -rf $RPM_BUILD_ROOT
77
78make install DESTDIR=$RPM_BUILD_ROOT
79
80# We intentionally don't ship *.la files
81rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
82
83# remove xml and txt file
84rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
85rm -rf $RPM_BUILD_ROOT%{_mandir}
86
87%clean
88rm -rf $RPM_BUILD_ROOT
89
90%post -p /sbin/ldconfig
91%postun -p /sbin/ldconfig
92
93%post -n compat32-%{name} -p /sbin/ldconfig
94%postun -n compat32-%{name} -p /sbin/ldconfig
95
96%files
97%defattr(-,root,root,-)
98%doc COPYING README ChangeLog
99%{_libdir}/libXi.so.6
100%{_libdir}/libXi.so.6.*
101
102%files devel
103%defattr(-,root,root,-)
104%{_includedir}/X11/extensions/*.h
105%if %{with_static}
106%{_libdir}/libXi.a
107%endif
108%{_libdir}/libXi.so
109%{_libdir}/pkgconfig/xi.pc
110
111# compat32
112%if %{build_compat32}
113%files -n compat32-%{name}
114%defattr(-,root,root,-)
115%{_libdir}/libXi.so.6
116%{_libdir}/libXi.so.6.*
117
118%files -n compat32-%{name}-devel
119%defattr(-,root,root,-)
120%if %{with_static}
121%{_libdir}/libXi.a
122%endif
123%{_libdir}/libXi.so
124%endif
125
126%changelog
127* Thu May 05 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.6-1
128- new upstream release
129
130* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.5-1
131- new upstream release
132
133* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.4-1
134- new upstream release
135
136* Fri Jul 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.3-1
137- new upstream release
138
139* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.2-2
140- rebuild with VineSeed environment
141
142* Mon Aug 12 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.2-1
143- new upstream release
144- remove Patch0 (libXi-1.7.1-git20130524.patch)
145
146* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-2
147- add Patch0 (libXi-1.7.1-git20130524.patch)
148  (including security fix for CVE-2013-1984,1995,1998)
149
150* Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.1-1
151- new upstream release
152
153* Fri May 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
154- new upstream release
155
156* Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
157- new upstream release
158
159* Sun Jan 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-1
160- new upstream release
161
162* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-1
163- new upstream release
164
165* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
166- new upstream release
167
168* Sat Mar 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
169- new upstream release
170
171* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
172- new upstream release
173
174* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
175- new upstream release
176- fix %%install
177
178* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3-2
179- rebuild with rpm-4.8.1 for pkg-config file
180- fix %files (remove AUTHOR, man3)
181
182* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-1
183- new upstream release
184
185* Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.2.1-2
186- added compat32 package for x86_64 arch support
187
188* Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-1
189- new upstream release
190
191* Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
192- new upstream release
193
194* Sun Nov 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.4-1
195- new upstream release
196
197* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.3-1
198- new versioning policy
199
200* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.3-0vl1
201- initial build for Vine Linux
202
203* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.1.3-1
204- libXi 1.1.3
205
206* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.1.1-2
207- Rebuild for build id
208
209* Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 1.1.1-1
210- libXi 1.1.1
211
212* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
213- Don't install INSTALL
214
215* Wed Apr 11 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
216- libXi 1.0.4
217
218* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.2-1
219- Update to 1.0.2
220
221* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-3.1
222- rebuild
223
224* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
225- Added "Requires: xorg-x11-proto-devel" to devel package for xi.pc
226- Remove package ownership of mandir/libdir/etc.
227
228* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
229- Replace "makeinstall" with "make install DESTDIR=..." for (#192721)
230- Remove package ownership of mandir/libdir/etc.
231
232* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
233- Update to 1.0.1
234
235* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
236- bump again for double-long bug on ppc(64)
237
238* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.1
239- rebuilt for new gcc4.1 snapshot and glibc changes
240
241* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
242- Bumped and rebuilt
243
244* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
245- Updated libXi to version 1.0.0 from X11R7 RC4
246
247* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
248- Updated libXi to version 0.99.2 from X11R7 RC3
249- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
250  that /usr/lib/X11 and /usr/include/X11 pre-exist.
251- Removed 'x' suffix from manpage directories to match RC3 upstream.
252
253* Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
254- Added "BuildRequires: libXau-devel", as build fails without it, but does
255  not check for it with ./configure.  Bug (fdo#5065)
256
257* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
258- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
259- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
260
261* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
262- Updated libXi to version 0.99.1 from X11R7 RC1
263- Updated file manifest to find manpages in "man3x"
264
265* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
266- Renamed package to remove xorg-x11 from the name due to unanimous decision
267  between developers.
268- Use Fedora Extras style BuildRoot tag.
269- Disable static library creation by default.
270- Add missing defattr to devel subpackage
271- Add missing documentation files to doc macro
272
273* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
274- Renamed package to prepend "xorg-x11" to the name for consistency with
275  the rest of the X11R7 packages.
276- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
277  subpackage to ensure the devel package matches the installed shared libs.
278- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
279  allow applications to use implementation agnostic dependencies.
280- Added post/postun scripts which call ldconfig.
281- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
282  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
283
284* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
285- Initial build.
Note: See TracBrowser for help on using the repository browser.