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

Revision 9579, 7.2 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

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