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

Revision 8133, 9.1 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

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