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 159993 Details for
Bug 225767
Merge Review: fonts-korean
[?]
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.
Final Cleaned SPEC
fonts-korean.spec (text/x-rpm-spec), 4.12 KB, created by
Parag AN(पराग)
on 2007-07-26 07:51:17 UTC
(
hide
)
Description:
Final Cleaned SPEC
Filename:
MIME Type:
Creator:
Parag AN(पराग)
Created:
2007-07-26 07:51:17 UTC
Size:
4.12 KB
patch
obsolete
>%define language korean >%define basefontdir %{_datadir}/fonts/%{language} >%define ttfontdir %{basefontdir}/TrueType >%define bmpfontdir %{basefontdir}/misc >%define cidmapdir %{_datadir}/ghostscript/conf.d > > >Name: fonts-korean >Version: 1.0.11 >Release: 10%{?dist} >License: Distributable >Group: User Interface/X >BuildArch: noarch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: xorg-x11-font-utils gzip > >Source0: ftp://ftp.mizi.com/pub/baekmuk/baekmuk-ttf-2.1.tar.gz >Source1: ftp://ftp.mizi.com/pub/baekmuk/baekmuk-doc-2.1.tar.gz >Source2: baekmuk-2.1.tar.gz >Source3: FAPIcidfmap.ko >Source4: cidfmap.ko > > >Summary: Free Korean Bitmap/TrueType fonts > >Requires(post): ttmkfdir >= 3.0.6, mkfontdir, fontconfig, /usr/sbin/chkfontpath >Requires(postun): fontconfig, /usr/sbin/chkfontpath > >Obsoletes: ttfonts-ko >Provides: ttfonts-ko >%description >This package provides the free Korean Bitmap/TrueType fonts. > > >%prep >%setup -q -T -c -a 0 -a 2 > >%build >for file in *.bdf; do > bdftopcf $file | gzip -9 > ${file%.bdf}.pcf.gz >done >mkdir doc; pushd doc >tar xvfz %{SOURCE1} >popd > >%install >rm -rf $RPM_BUILD_ROOT > >install -d $RPM_BUILD_ROOT%{ttfontdir} >install -d $RPM_BUILD_ROOT%{bmpfontdir} >install -d $RPM_BUILD_ROOT%{cidmapdir} > >install -m 0644 *.ttf $RPM_BUILD_ROOT%{ttfontdir}/ >install -m 0644 *.pcf.gz $RPM_BUILD_ROOT%{bmpfontdir}/ >install -m 0444 fonts.alias $RPM_BUILD_ROOT%{bmpfontdir}/ttfonts-ko.alias > ># for ghostscript >install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{cidmapdir}/ >install -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{cidmapdir}/ > ># for dummy >touch $RPM_BUILD_ROOT%{basefontdir}/fonts.cache-1 >touch $RPM_BUILD_ROOT%{ttfontdir}/fonts.cache-1 >touch $RPM_BUILD_ROOT%{ttfontdir}/fonts.dir >touch $RPM_BUILD_ROOT%{ttfontdir}/fonts.scale >touch $RPM_BUILD_ROOT%{bmpfontdir}/fonts.cache-1 >touch $RPM_BUILD_ROOT%{bmpfontdir}/fonts.dir >touch $RPM_BUILD_ROOT%{bmpfontdir}/encodings.dir > >%clean >rm -rf $RPM_BUILD_ROOT > > >%post >{ > umask 133 > touch %{ttfontdir} 2> /dev/null && { > /usr/bin/ttmkfdir -d %{ttfontdir} -o %{ttfontdir}/fonts.scale > mkfontdir %{ttfontdir} > /usr/sbin/chkfontpath -q -a %{ttfontdir} > } > mkfontdir %{bmpfontdir} && /usr/sbin/chkfontpath -q -a %{bmpfontdir} > fc-cache 2> /dev/null >} > >%postun >{ > if [ "$1" = "0" ]; then > /usr/sbin/chkfontpath -q -r %{ttfontdir} > /usr/sbin/chkfontpath -q -r %{bmpfontdir} > fi > fc-cache 2> /dev/null >} > > >%files >%defattr(-, root, root) >%doc doc >%dir %{basefontdir} >%dir %{ttfontdir} >%dir %{bmpfontdir} >%dir %{cidmapdir} >%{ttfontdir}/*.ttf >%{bmpfontdir}/*.gz >%{bmpfontdir}/ttfonts-ko.alias >%ghost %verify(not md5 size mtime) %{basefontdir}/fonts.cache-1 >%ghost %verify(not md5 size mtime) %{ttfontdir}/fonts.cache-1 >%ghost %verify(not md5 size mtime) %{ttfontdir}/fonts.dir >%ghost %verify(not md5 size mtime) %{ttfontdir}/fonts.scale >%ghost %verify(not md5 size mtime) %{bmpfontdir}/fonts.cache-1 >%ghost %verify(not md5 size mtime) %{bmpfontdir}/fonts.dir >%ghost %verify(not md5 size mtime) %{bmpfontdir}/encodings.dir >%{cidmapdir}/FAPIcidfmap.ko >%{cidmapdir}/cidfmap.ko > > > >%changelog >* Thu Jul 26 2006 Parag Nemade <pnemade@redhat.com> - 1.0.11-10 >- spec cleanup. > >* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.11-9.1.1 >- rebuild > >* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> >- rebuilt > >* Thu Nov 17 2005 Warren Togami <wtogami@redhat.com> - 1.0.11-9 >- split req(foo,bar) for erasure ordering > >* Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 1.0.11-8 >- better mkfontdir call > >* Mon Nov 14 2005 Warren Togami <wtogami@redhat.com> - 1.0.11-7 >- mkfontdir for modular X > >* Tue Aug 16 2005 Akira TAGOH <tagoh@redhat.com> - 1.0.11-6 >- Added cidfmap.ko for the latest ghostscript. > >* Thu Jul 14 2005 Akira TAGOH <tagoh@redhat.com> - 1.0.11-5 >- use FAPIcidfmap instead of CIDFnmap for gs8. > >* Wed Apr 20 2005 Akira TAGOH <tagoh@redhat.com> - 1.0.11-4 >- Updated the font path in CIDFnmap,ko (John Thacker, #155405) > >* Thu Feb 24 2005 Akira TAGOH <tagoh@redhat.com> - 1.0.11-2 >- Use /usr/share/fonts/korean instead of /usr/share/fonts/ko > >* Tue Feb 22 2005 Akira TAGOH <tagoh@redhat.com> - 1.0.11-1 >- Initial release for the integrated Korean fonts package.
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 225767
:
148910
|
159993
|
160193
|
160194
|
160215
|
160296