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

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

updated X11 libs

Line 
1Summary: X.Org X11 libXfont runtime library
2Summary(ja): X.Org X11 libXfont ランタイムライブラリ
3Name: libXfont
4Version: 1.5.4
5Release: 1%{?_dist_release}
6License: MIT/X11
7Group: System Environment/Libraries
8URL: http://www.x.org
9
10Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
13BuildRequires: pkgconfig
14BuildRequires: xorg-x11-util-macros
15BuildRequires: xorg-x11-proto-devel
16BuildRequires: xorg-x11-xtrans-devel
17BuildRequires: libfontenc-devel
18BuildRequires: freetype2-devel
19Obsoletes: XFree86-libs, XOrg-libs
20
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25X.Org X11 libXfont runtime library
26
27%package devel
28Summary: X.Org X11 libXfont development package
29Summary(ja): X.Org X11 libXfont 開発パッケージ
30Group: Development/Libraries
31Requires(pre): xorg-x11-filesystem
32Requires: %{name} = %{version}-%{release}
33Requires: libfontenc-devel
34Requires: xorg-x11-proto-devel
35Obsoletes: XFree86-devel, XOrg-devel
36
37%description devel
38X.Org X11 libXfont development package
39
40%prep
41%setup -q
42
43%build
44%configure --disable-static
45make
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50make install DESTDIR=$RPM_BUILD_ROOT
51
52# We intentionally don't ship *.la files
53rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%post -p /sbin/ldconfig
59%postun -p /sbin/ldconfig
60
61%files
62%defattr(-,root,root,-)
63# FIXME:  Missing README/INSTALL - should file bug upstream.
64#%doc AUTHORS COPYING README INSTALL ChangeLog NEWS
65%license COPYING
66%doc AUTHORS ChangeLog
67%{_libdir}/libXfont.so.1
68%{_libdir}/libXfont.so.1.4.*
69
70%files devel
71%defattr(-,root,root,-)
72%dir %{_includedir}/X11
73%dir %{_includedir}/X11/fonts
74%{_includedir}/X11/fonts/bdfint.h
75%{_includedir}/X11/fonts/bitmap.h
76%{_includedir}/X11/fonts/bufio.h
77%{_includedir}/X11/fonts/fntfil.h
78%{_includedir}/X11/fonts/fntfilio.h
79%{_includedir}/X11/fonts/fntfilst.h
80%{_includedir}/X11/fonts/fontconf.h
81%{_includedir}/X11/fonts/fontencc.h
82%{_includedir}/X11/fonts/fontmisc.h
83%{_includedir}/X11/fonts/fontshow.h
84%{_includedir}/X11/fonts/fontutil.h
85%{_includedir}/X11/fonts/fontxlfd.h
86%{_includedir}/X11/fonts/pcf.h
87%{_includedir}/X11/fonts/ft.h
88%{_includedir}/X11/fonts/ftfuncs.h
89%{_libdir}/libXfont.so
90%{_libdir}/pkgconfig/xfont.pc
91
92%changelog
93* Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.4-1
94- new upstream release.
95
96* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.1-1
97- new upstream release
98
99* Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.0-1
100- new upstream release
101- remove Patch0 (libXfont-1.4.7-git20140513.patch)
102
103* Wed May 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-2
104- add Patch0 (libXfont-1.4.7-git20140513.patch)
105  (including security fix for CVE-2014-0209,0210,0211)
106
107* Wed Jan 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-1
108- new upstream release
109
110* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-2
111- rebuild with VineSeed environment
112
113* Mon Aug 12 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-1
114- new upstream release
115
116* Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-1
117- new upstream release
118
119* Tue Sep  6 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.4.4-2
120- add Vendor/Distri Tags
121
122* Thu Aug 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-1
123- new upstream release
124  (including security fix for CVE-2011-2895)
125
126* Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
127- new upstream release
128
129* Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-2
130- rebuild with rpm-4.8.1 for pkg-config file
131
132* Sat Jul 31 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.2-1
133- new upstream release
134
135* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-1
136- new upstream release
137
138* Sun Dec 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.4-1
139- new upstream release
140
141* Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.3-1
142- new upstream release
143
144* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
145- new versioning policy
146
147* Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-0vl1
148- initial build for Vine Linux
149
150* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.3.1-1
151- libXfont 1.3.1
152
153* Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.2.9-4
154- Rebuild for abstract socket support.
155
156* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 1.2.9-3
157- Rebuild for PPC toolchain bug
158
159* Tue Jun 26 2007 Kristian H淡gsberg <krh@redhat.com> - 1.2.9-2
160- Put in stop-gap patch to fix comparing links with no attributes.
161
162* Fri Jun 22 2007 Kristian H淡gsberg <krh@redhat.com> - 1.2.9-1
163- Pull 1.2.9 down to get the catalogue feature.
164
165* Fri Apr 06 2007 Adam Jackson <ajax@redhat.com> 1.2.8-1
166- libXfont 1.2.8.
167
168* Wed Jan 17 2007 Kristian H淡gsberg <krh@redhat.com> 1.2.6-2
169- Add built-in-scalable.patch to prevent crash when trying to scale
170  built-in bitmap fonts.
171
172* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.2.6-1
173- Update to 1.2.6
174
175* Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.2.5-1
176- Update to 1.2.5 from upstream.  Drops CID font support.
177
178* Sat Nov 25 2006 Adam Jackson <ajax@redhat.com> 1.2.3-4.fc7
179- Revert the namespace whatsit until xfs is sorted out.
180
181* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-3.fc7
182- libXdmcp-1.0.2-namespace-pollution.patch: One more collision avoider.
183
184* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-2.fc7
185- libXfont-1.2.3-namespace-pollution.patch: Hide some symbols from the dynamic
186  linker to avoid colliding with other libs.
187
188* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.2.3-1.fc6
189- Update to 1.2.3
190
191* Tue Sep 12 2006 Adam Jackson <ajackson@redhat.com> 1.2.2-1.fc6
192- Update to 1.2.2, misc security fixes
193
194* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.2.0-1.1.fc6
195- rebuild
196
197* Mon Jul 10 2006 Mike A. Harris <mharris@redhat.com> 1.2.0-1.fc6
198- Update to 1.2.0
199
200* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
201- Remove package ownership of mandir/libdir/etc.
202
203* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
204- Added "Requires: libfontenc-devel" for (#185778)
205
206* Sat Apr 01 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
207- Update to 1.1.0 for crash fix and new headers
208
209* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
210- bump again for double-long bug on ppc(64)
211
212* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
213- rebuilt for new gcc4.1 snapshot and glibc changes
214
215* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
216- Bumped and rebuilt
217
218* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
219- Updated libXfont to version 1.0.0 from X11R7 RC4
220
221* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
222- Updated libXfont to version 0.99.3 from X11R7 RC3
223- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
224  that /usr/lib/X11 and /usr/include/X11 pre-exist.
225- Removed 'x' suffix from manpage directories to match RC3 upstream.
226- Removed libXfont-0.99.2-fontdir-attrib-fix-bug-172997.patch, which is now
227  integrated upstream.
228
229* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
230- rebuilt
231
232* Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
233- Added libXfont-0.99.2-fontdir-attrib-fix-bug-172997.patch to remove
234  conditionalization of FONTDIRATTRIB from sources instead of tweaking
235  CFLAGS for bug (#172997, fdo#5047).
236
237* Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
238- Added "-DFONTDIRATTRIB" to CFLAGS, to work around bug (#172997, fdo#5047)
239
240* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
241- Updated libXfont to version 0.99.2 from X11R7 RC2
242- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
243- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
244
245* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
246- Updated libXfont to version 0.99.1 from X11R7 RC1
247- Remove libfontcache* from file manifests, as it is static linked into Xfont
248
249* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
250- Renamed package to remove xorg-x11 from the name due to unanimous decision
251  between developers.
252- Use Fedora Extras style BuildRoot tag.
253- Disable static library creation by default.
254- Add missing defattr to devel subpackage
255- Add missing documentation files to doc macro
256- Fix BuildRequires to use new libX* style package names
257
258* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
259- Added xorg-x11-proto-devel dependency to 'devel' subpackage, because the
260  libXfont headers use some of the protocol headers, but the autotooling of
261  libXfont doesn't autodetect this yet.  Discovered when bdftopcf failed to
262  compile while trying to package xorg-x11-font-utils, even though libXfont
263  headers were installed.
264
265* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
266- Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
267  package names, as we want xorg-x11 libs to explicitly build against
268  X.Org supplied libs, rather than "any implementation", which is what the
269  virtual provides is intended for.
270- Added freetype-devel build dependency
271
272* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
273- Renamed package to prepend "xorg-x11" to the name for consistency with
274  the rest of the X11R7 packages.
275- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
276  subpackage to ensure the devel package matches the installed shared libs.
277- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
278  allow applications to use implementation agnostic dependencies.
279- Added post/postun scripts which call ldconfig.
280- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
281  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
282
283* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
284- Initial build.
Note: See TracBrowser for help on using the repository browser.