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 148860 Details for
Bug 225762
Merge Review: fonts-hebrew
[?]
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.
[patch]
Modified SPEC file
heb.patch (text/plain), 1.68 KB, created by
Parag AN(पराग)
on 2007-02-27 12:35:30 UTC
(
hide
)
Description:
Modified SPEC file
Filename:
MIME Type:
Creator:
Parag AN(पराग)
Created:
2007-02-27 12:35:30 UTC
Size:
1.68 KB
patch
obsolete
>--- fonts-hebrew.spec 2007-02-27 17:50:41.000000000 +0530 >+++ fonts-hebrew-modified.spec 2007-02-27 17:50:02.000000000 +0530 >@@ -1,4 +1,6 @@ > %define culmus_version 0.100 >+%define xfontdir %{_datadir}/fonts >+%define update_cache /usr/bin/fc-cache > > Name: fonts-hebrew > Version: 0.100 >@@ -6,13 +8,13 @@ > License: GPL > Source: culmus-%{culmus_version}.tar.gz > Source1: LICENSE-BITSTREAM >-BuildRoot: %{_tmppath}/%{name}-root >+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildArch: noarch > Group: User Interface/X > Summary: Fonts for Hebrew > URL: http://culmus.sourceforge.net/ > # Require this version to get CLM names in fonts.conf >-Prereq: fontconfig >= 2.2.3-4 >+Requires: fontconfig >= 2.2.3-4 > > %description > The fonts-hebrew package contains fonts for the display of >@@ -22,25 +24,29 @@ > %setup -q -n culmus-%{culmus_version} > cp %SOURCE1 . > >+%build >+echo "Nothing to do in Build." >+ > %install > rm -rf $RPM_BUILD_ROOT > >-mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts/hebrew >-cp *.pfa *.afm $RPM_BUILD_ROOT%{_datadir}/fonts/hebrew >+mkdir -p $RPM_BUILD_ROOT%{xfontdir}/hebrew >+cp *.pfa *.afm $RPM_BUILD_ROOT%{xfontdir}/hebrew > # %%ghost the fonts.cache-1 file >-touch $RPM_BUILD_ROOT%{_datadir}/fonts/hebrew/fonts.cache-1 >+touch $RPM_BUILD_ROOT%{xfontdir}/hebrew/fonts.cache-1 > > %clean > rm -rf $RPM_BUILD_ROOT > >-%post >-fc-cache %{_datadir}/fonts >+%post >+[ -x %{update_cache} ] && HOME=/ %{update_cache} -f %{xfontdir} 2> /dev/null > >-%postun >+%postun > if [ "$1" = "0" ]; then >- fc-cache %{_datadir}/fonts >+ [ -x %{update_cache} ] && HOME=/ %{update_cache} -f %{xfontdir} 2> /dev/null > fi > >+ > %files > %defattr(-,root,root) > %doc CHANGES GNU-GPL LICENSE LICENSE-BITSTREAM
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225762
:
148860
|
160098