Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 270631 Details for
Bug 386131
Fonts not added to the font path catalogue
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Revised spec file based on reported patch.
taipeifonts.spec (text/plain), 2.86 KB, created by
Caius Chance
on 2007-11-28 01:08:09 UTC
(
hide
)
Description:
Revised spec file based on reported patch.
Filename:
MIME Type:
Creator:
Caius Chance
Created:
2007-11-28 01:08:09 UTC
Size:
2.86 KB
patch
obsolete
>%define bmpfontdir %{_datadir}/fonts/%{name} >%define catalogue /etc/X11/fontpath.d > >Name: taipeifonts >Version: 1.2 >Release: 5%{?dist} >Summary: Chinese Bitmap Fonts > >Group: User Interface/X >License: Public Domain >URL: http://cle.linux.org.tw/ > >BuildArch: noarch >BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) >BuildRequires: xorg-x11-font-utils > >Source0: ftp://cle.linux.org.tw/pub/CLE/devel/wjwu/slackware/slackware-10.0/source/%{name}-%{version}/%{name}-%{version}.tar.gz >Source1: ftp://cle.linux.org.tw/pub/CLE/devel/wjwu/slackware/slackware-10.0/source/%{name}-%{version}/%{name}.alias >Source2: ftp://cle.linux.org.tw/pub/CLE/devel/wjwu/slackware/slackware-10.0/source/%{name}-%{version}/re-build.readme > >%description >Traditional Chinese bitmap fonts. > >%prep >%setup -q >cp -p %SOURCE2 README > >%build >bdftopcf taipei24.bdf | gzip -c > taipei24.pcf.gz >bdftopcf taipei20.bdf | gzip -c > taipei20.pcf.gz >bdftopcf taipei16.bdf | gzip -c > taipei16.pcf.gz > >%install >rm -rf $RPM_BUILD_ROOT > >install -d $RPM_BUILD_ROOT%{bmpfontdir} >install -m 0644 taipei24.pcf.gz $RPM_BUILD_ROOT%{bmpfontdir} >install -m 0644 taipei20.pcf.gz $RPM_BUILD_ROOT%{bmpfontdir} >install -m 0644 taipei16.pcf.gz $RPM_BUILD_ROOT%{bmpfontdir} >install -m 0644 vga12x24.pcf.gz $RPM_BUILD_ROOT%{bmpfontdir} >install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{bmpfontdir}/fonts.alias > >mkfontdir $RPM_BUILD_ROOT%{bmpfontdir} > ># catalogue >install -d $RPM_BUILD_ROOT%{catalogue} >ln -s %{bmpfontdir} $RPM_BUILD_ROOT%{catalogue}/%{name} > >%clean >rm -rf $RPM_BUILD_ROOT > >%post >if [ -x %{_bindir}/fc-cache ]; then > %{_bindir}/fc-cache %{_datadir}/fonts >fi > >%postun >if [ "$1" = "0" ]; then > if [ -x %{_bindir}/fc-cache ]; then > %{_bindir}/fc-cache %{_datadir}/fonts > fi >fi > >%files >%defattr(-, root, root) >%doc README >%dir %{bmpfontdir} >%{bmpfontdir}/*.gz >%{bmpfontdir}/fonts.alias >%verify(not md5 size mtime) %{bmpfontdir}/fonts.dir >%dir %{catalogue} >%{catalogue}/%{name} > >%changelog >* Thu Nov 15 2007 Philippe Troin <phil@fifi.org> - 1.2-5.fc9 >- Resolves: rhbz#386131 (Fonts not added to the font path catalogue.) > <<<<< Put the fonts in the font catalogue. > >* Thu Sep 28 2007 Caius Chance <cchance@redhat.com> - 1.2-4 >- Resolves: rhbz#253812 (Package Review: taipeifonts.) > <<<<< Updated URL and Source tags. > >* Thu Sep 27 2007 Caius Chance <cchance@redhat.com> - 1.2-3 >- Resolves: rhbz#253812 (Package Review: taipeifonts.) > <<<<< Updated BuildRoot value according to Fedora specs. > >* Tue Sep 25 2007 Jens Petersen <petersen@redhat.com> - 1.2-2 >- various cleanup and fixes (#253812): >- use upstream name and version >- drop requires and ghost files >- make fonts.dir at buildtime >- use standard fc-cache scriptlets > >* Wed Aug 22 2007 Caius Chance <cchance@redhat.com> - 1.2-1.fc8 >- package split from fonts-chinese >Resolves: rhbz#253812 (New package separated from fonts-chinese.)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 386131
:
260671
| 270631