[Bug 465900] Symlinks of fontconfig .conf files are inaccurated.)

2008-10-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=465900





--- Comment #3 from Caius CHANCE <[EMAIL PROTECTED]>  2008-10-06 23:49:23 EDT 
---
Done: http://koji.fedoraproject.org/koji/taskinfo?taskID=865796

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


rpms/cjkunifonts/devel cjkunifonts.spec,1.13,1.14

2008-10-06 Thread Caius Chance
Author: cchance

Update of /cvs/pkgs/rpms/cjkunifonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19452

Modified Files:
cjkunifonts.spec 
Log Message:
* Tue Oct 07 2008 Caius Chance <[EMAIL PROTECTED]> - 0.2.20080216.1-6.fc10
- Resolves: rhbz#465900 (Symlinks of fontconfig .conf files are inaccurated.)
- Macro'ed all 'ln -s'.




Index: cjkunifonts.spec
===
RCS file: /cvs/pkgs/rpms/cjkunifonts/devel/cjkunifonts.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- cjkunifonts.spec1 Oct 2008 01:04:36 -   1.13
+++ cjkunifonts.spec7 Oct 2008 03:31:44 -   1.14
@@ -10,7 +10,7 @@
 
 Name:cjkunifonts
 Version: 0.2.20080216.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Chinese TrueType Fonts -- Simplified and Traditional Chinese Ming 
and Kai Face
 License: Arphic
 Group:   User Interface/X
@@ -91,24 +91,28 @@
 install -m 0644 $conf $RPM_BUILD_ROOT%{fcdiravail}/
 if [ $conf != %{umingbuilddir}/25-ttf-arphic-uming-bitmaps.conf ]
 then
-ln -s $conf $RPM_BUILD_ROOT%{fcdir}/
+cd $RPM_BUILD_ROOT%{fcdiravail}/
+%{__ln_s} ../conf.avail/`basename $conf` $RPM_BUILD_ROOT%{fcdir}/
+cd -
 fi
 done
 for conf in `ls %{ukaibuilddir}/*-ttf-arphic-ukai*.conf`
 do
 install -m 0644 $conf $RPM_BUILD_ROOT%{fcdiravail}/
-ln -s $conf $RPM_BUILD_ROOT%{fcdir}/
+cd $RPM_BUILD_ROOT%{fcdiravail}/
+%{__ln_s} ../conf.avail/`basename $conf` $RPM_BUILD_ROOT%{fcdir}/
+cd -
 done
 
 # backward compat
 install -d $RPM_BUILD_ROOT%{_datadir}/fonts/zh_CN/TrueType
 install -d $RPM_BUILD_ROOT%{_datadir}/fonts/zh_TW/TrueType
-ln -s ../../%{name}-uming/uming.ttc 
$RPM_BUILD_ROOT%{_datadir}/fonts/zh_CN/TrueType/zysong.ttf
-ln -s ../../%{name}-uming/uming.ttc 
$RPM_BUILD_ROOT%{_datadir}/fonts/zh_TW/TrueType/bsmi00lp.ttf
+%{__ln_s} ../../%{name}-uming/uming.ttc 
$RPM_BUILD_ROOT%{_datadir}/fonts/zh_CN/TrueType/zysong.ttf
+%{__ln_s} ../../%{name}-uming/uming.ttc 
$RPM_BUILD_ROOT%{_datadir}/fonts/zh_TW/TrueType/bsmi00lp.ttf
 
 # catalogue
-ln -s %{umingfontdir} $RPM_BUILD_ROOT%{catalogue}/%{name}-uming
-ln -s %{ukaifontdir} $RPM_BUILD_ROOT%{catalogue}/%{name}-ukai
+%{__ln_s} %{umingfontdir} $RPM_BUILD_ROOT%{catalogue}/%{name}-uming
+%{__ln_s} %{ukaifontdir} $RPM_BUILD_ROOT%{catalogue}/%{name}-ukai
 
 # ghostscript
 install -d $RPM_BUILD_ROOT%{cidmapdir}
@@ -209,6 +213,10 @@
 %{catalogue}/%{name}-ukai
 
 %changelog
+* Tue Oct 07 2008 Caius Chance <[EMAIL PROTECTED]> - 0.2.20080216.1-6.fc10
+- Resolves: rhbz#465900 (Symlinks of fontconfig .conf files are inaccurated.)
+- Macro'ed all 'ln -s'.
+
 * Wed Oct 01 2008 Caius Chance <[EMAIL PROTECTED]> - 0.2.20080216.1-5.fc10
 - Resolves: rhbz#459680 (Unsymlinked 25-ttf-arphic-uming-bitmaps.conf.)
 

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 465900] Symlinks of fontconfig .conf files are inaccurated.)

2008-10-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=465900





--- Comment #2 from Caius CHANCE <[EMAIL PROTECTED]>  2008-10-06 23:27:58 EDT 
---
(In reply to comment #1)
> It seems that kernel-2.6.27-0.392.rc8.git7.fc10 has a bad /lib/modules/$(uname
> -r)/build symbol link...

Nono, I guess is my bad. :)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 465900] Symlinks of fontconfig .conf files are inaccurated.)

2008-10-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=465900





--- Comment #1 from Baif <[EMAIL PROTECTED]>  2008-10-06 23:19:24 EDT ---
It seems that kernel-2.6.27-0.392.rc8.git7.fc10 has a bad /lib/modules/$(uname
-r)/build symbol link...

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 465900] Symlinks of fontconfig .conf files are inaccurated.)

2008-10-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=465900


Caius CHANCE <[EMAIL PROTECTED]> changed:

   What|Removed |Added

   Keywords||i18n
 Status|NEW |ASSIGNED
Summary|Wrong symbol links for  |Symlinks of fontconfig
   |confs   |.conf files are
   ||inaccurated.)




-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 465900] New: Wrong symbol links for confs

2008-10-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Wrong symbol links for confs

https://bugzilla.redhat.com/show_bug.cgi?id=465900

   Summary: Wrong symbol links for confs
   Product: Fedora
   Version: rawhide
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: low
  Priority: medium
 Component: cjkunifonts
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], [EMAIL PROTECTED],
fedora-fonts-bugs-list@redhat.com
Classification: Fedora


Description of problem:


It's seems that the symbiol links in conf.d for cjkunitfonts-uming, after the
package was updated.

Version-Release number of selected component (if applicable):

cjkunifonts-uming-0.2.20080216.1


Actual results:

[EMAIL PROTECTED] conf.avail]$ ll /etc/fonts/conf.d/*uming*
lrwxrwxrwx 1 root root 46 2008-10-07 09:14
/etc/fonts/conf.d/25-ttf-arphic-uming-bitmaps.conf ->
../cjkunifonts-uming-0.2.20080216.1/25-ttf-arphic-uming-bitmaps.conf
lrwxrwxrwx 1 root root 45 2008-10-07 09:14
/etc/fonts/conf.d/25-ttf-arphic-uming-render.conf ->
../cjkunifonts-uming-0.2.20080216.1/25-ttf-arphic-uming-render.conf
lrwxrwxrwx 1 root root 46 2008-10-07 09:14
/etc/fonts/conf.d/35-ttf-arphic-uming-aliases.conf ->
../cjkunifonts-uming-0.2.20080216.1/35-ttf-arphic-uming-aliases.conf
lrwxrwxrwx 1 root root 38 2008-10-07 09:14
/etc/fonts/conf.d/41-ttf-arphic-uming.conf ->
../cjkunifonts-uming-0.2.20080216.1/41-ttf-arphic-uming.conf
lrwxrwxrwx 1 root root 38 2008-10-07 09:14
/etc/fonts/conf.d/64-ttf-arphic-uming.conf ->
../cjkunifonts-uming-0.2.20080216.1/64-ttf-arphic-uming.conf
lrwxrwxrwx 1 root root 47 2008-10-07 09:14
/etc/fonts/conf.d/90-ttf-arphic-uming-embolden.conf ->
../cjkunifonts-uming-0.2.20080216.1/90-ttf-arphic-uming-embolden.conf


Expected results:

[EMAIL PROTECTED] conf.avail]$ ll /etc/fonts/conf.d/*uming*
lrwxrwxrwx 1 root root 46 2008-10-07 09:14
/etc/fonts/conf.d/25-ttf-arphic-uming-bitmaps.conf ->
../conf.avail/25-ttf-arphic-uming-bitmaps.conf
lrwxrwxrwx 1 root root 45 2008-10-07 09:14
/etc/fonts/conf.d/25-ttf-arphic-uming-render.conf ->
../conf.avail/25-ttf-arphic-uming-render.conf
lrwxrwxrwx 1 root root 46 2008-10-07 09:14
/etc/fonts/conf.d/35-ttf-arphic-uming-aliases.conf ->
../conf.avail/35-ttf-arphic-uming-aliases.conf
lrwxrwxrwx 1 root root 38 2008-10-07 09:14
/etc/fonts/conf.d/41-ttf-arphic-uming.conf ->
../conf.avail/41-ttf-arphic-uming.conf
lrwxrwxrwx 1 root root 38 2008-10-07 09:14
/etc/fonts/conf.d/64-ttf-arphic-uming.conf ->
../conf.avail/64-ttf-arphic-uming.conf
lrwxrwxrwx 1 root root 47 2008-10-07 09:14
/etc/fonts/conf.d/90-ttf-arphic-uming-embolden.conf ->
../conf.avail/90-ttf-arphic-uming-embolden.conf

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 458169] implement downloadable font support on Linux

2008-10-06 Thread bugzilla-daemon
Do not reply to this email.  You can add comments to this bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=458169


Karl Tomlinson (:karlt) <[EMAIL PROTECTED]> changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
   Target Milestone|--- |mozilla1.9.1




-- 
Configure bugmail: https://bugzilla.mozilla.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list


[Bug 457281] Review Request: unikurd-fonts - A widely used Kurdish font

2008-10-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=457281





--- Comment #4 from Michal Nowak <[EMAIL PROTECTED]>  2008-10-06 03:22:47 EDT 
---
(In reply to comment #3)
> Sorry, could you elaborate on what this means?

The package unikurd-fonts-web is sub-package of unikurd-fonts. I could create
package unikurd-web-font and then package unikurd-penos-font, but I thought it
will be better to have package unikurd-fonts and sub-package them according to
actual font (web, penos, ...).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list