source: projects/specs/trunk/lib/libX/libXrender/libXrender-vl.spec @ 12185

Revision 12185, 7.3 KB checked in by tomop, 5 years ago (diff)

updated X11 libs

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Summary: X.Org X11 libXrender runtime library
4Summary(ja): X.Org X11 libXrender ランタイムライブラリ
5Name: libXrender
6Version: 0.9.10
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: xorg-x11-util-macros
18BuildRequires: libX11-devel
19Obsoletes: XFree86-libs, XOrg-libs
20
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25X.Org X11 libXrender runtime library
26
27%package devel
28Summary: X.Org X11 libXrender development package
29Summary(ja): X.Org X11 libXrender 開発パッケージ
30Group: Development/Libraries
31Requires(pre): xorg-x11-filesystem
32Requires: %{name} = %{version}-%{release}
33Requires: xorg-x11-proto-devel
34Requires: libX11-devel
35Obsoletes: XFree86-devel, XOrg-devel
36
37%description devel
38X.Org X11 libXrender development package
39
40# compat32
41%package -n compat32-%{name}
42Summary: X.Org X11 libXrender runtime library
43Summary(ja): X.Org X11 libXrender ランタイムライブラリ
44Group: System Environment/Libraries
45
46%description -n compat32-%{name}
47X.Org X11 libXrender runtime library
48
49%package -n compat32-%{name}-devel
50Summary: X.Org X11 libXrender development package
51Summary(ja): X.Org X11 libXrender 開発パッケージ
52Group: Development/Libraries
53Requires(pre): xorg-x11-filesystem
54Requires: compat32-%{name} = %{version}-%{release}
55Requires: %{name}-devel = %{version}-%{release}
56
57%description -n compat32-%{name}-devel
58X.Org X11 libXrender development package
59
60%prep
61%setup -q
62
63# Disable static library creation by default.
64%define with_static 0
65
66%build
67%configure \
68%if ! %{with_static}
69        --disable-static
70%endif
71make
72
73%install
74rm -rf $RPM_BUILD_ROOT
75
76make install DESTDIR=$RPM_BUILD_ROOT
77
78# We intentionally don't ship *.la files
79rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
80
81rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
82
83%clean
84rm -rf $RPM_BUILD_ROOT
85
86%post -p /sbin/ldconfig
87%postun -p /sbin/ldconfig
88
89%post -n compat32-%{name} -p /sbin/ldconfig
90%postun -n compat32-%{name} -p /sbin/ldconfig
91
92%files
93%defattr(-,root,root,-)
94%license COPYING
95%doc AUTHORS README ChangeLog
96%{_libdir}/libXrender.so.1
97%{_libdir}/libXrender.so.1.3.0
98
99%files devel
100%defattr(-,root,root,-)
101%doc doc/libXrender.txt
102%dir %{_includedir}/X11
103%dir %{_includedir}/X11/extensions
104%{_includedir}/X11/extensions/Xrender.h
105%if %{with_static}
106%{_libdir}/libXrender.a
107%endif
108%{_libdir}/libXrender.so
109%{_libdir}/pkgconfig/xrender.pc
110
111# compat32
112%if %{build_compat32}
113%files -n compat32-%{name}
114%defattr(-,root,root,-)
115%{_libdir}/libXrender.so.1
116%{_libdir}/libXrender.so.1.3.0
117
118%files -n compat32-%{name}-devel
119%defattr(-,root,root,-)
120%if %{with_static}
121%{_libdir}/libXrender.a
122%endif
123%{_libdir}/libXrender.so
124%endif
125
126%changelog
127* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.10-1
128- new upstream release.
129
130* Sun May 24 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.9-1
131- new upstream release
132
133* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8-2
134- rebuild with VineSeed environment
135
136* Mon Aug 12 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.8-1
137- new upstream release
138- remove Patch0 (libXrender-0.9.7-git20130505.patch)
139
140* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.7-2
141- add Patch0 (libXrender-0.9.7-git20130505.patch)
142  (including security fix for CVE-2013-1987)
143
144* Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.7-1
145- new upstream release
146- add BuildRequires: xorg-x11-util-macros
147
148* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.9.6-2
149- build with rpm-4.8.1-1 for pkg-config file
150
151* Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.6-1
152- new upstream release
153
154* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.5-1
155- new upstream release
156
157* Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.9.4-3
158- added compat32 package for x86_64 arch support
159
160* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.4-2
161- spec in utf-8
162
163* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.4-1
164- new versioning policy
165
166* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.4-0vl1
167- initial build for Vine Linux
168
169* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 0.9.4-1
170- libXrender 0.9.4
171
172* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> 0.9.3-1
173- libXrender 0.9.3
174
175* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 0.9.2-2
176- Don't install INSTALL
177
178* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 0.9.2-1
179- Update to 0.9.2
180
181* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 0.9.1-3.1
182- rebuild
183
184* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 0.9.1-3
185- Added "Requires: libX11-devel" to devel package for xrender.pc
186
187* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 0.9.1-2
188- Added "BuildRequires: pkgconfig" for (#193429)
189- Replace "makeinstall" with "make install DESTDIR=..."
190- Remove package ownership of mandir/libdir/etc.
191
192* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 0.9.1-1
193- Update to 0.9.1
194
195* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9.0.2-3.2
196- bump again for double-long bug on ppc(64)
197
198* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9.0.2-3.1
199- rebuilt for new gcc4.1 snapshot and glibc changes
200
201* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 0.9.0.2-3
202- Bump and rebuild
203
204* Mon Jan 16 2006 Mike A. Harris <mharris@redhat.com> 0.9.0.2-2
205- Added "Requires: xorg-x11-proto-devel" to resolve bug (#176742)
206
207* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 0.9.0.2-1
208- Updated libXrender to version 0.9.0.2 from X11R7 RC4
209
210* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.9.0.1-1
211- Updated libXrender to version 0.9.0.1 from X11R7 RC3
212- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
213  that /usr/lib/X11 and /usr/include/X11 pre-exist.
214- Removed 'x' suffix from manpage directories to match RC3 upstream.
215
216* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
217- rebuilt
218
219* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.9.0-5
220- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
221- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
222
223* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.9.0-4
224- Updated libXrender to version 0.9.0 from X11R7 RC1
225
226* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.9.0-3
227- Renamed package to remove xorg-x11 from the name due to unanimous decision
228  between developers.
229- Use Fedora Extras style BuildRoot tag.
230- Disable static library creation by default.
231- Add missing defattr to devel subpackage
232- Add missing documentation files to doc macro
233
234* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.9.0-2
235- Renamed package to prepend "xorg-x11" to the name for consistency with
236  the rest of the X11R7 packages.
237- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
238  subpackage to ensure the devel package matches the installed shared libs.
239- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
240  allow applications to use implementation agnostic dependencies.
241- Added post/postun scripts which call ldconfig.
242- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
243  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
244
245* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.9.0-1
246- Initial build.
Note: See TracBrowser for help on using the repository browser.