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

Revision 521, 8.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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