Re: Unable to download Fedora 12 beta using jigdo

2009-10-22 Thread Hedayat Vatankhah

Hi again,
I finally managed to create the image by downloading net install .iso 
image and providing its install.img to jigdo!


Good luck,
Hedayat

On ۰۹/۱۰/۲۲  03:55, Hedayat Vatankhah wrote:

Hi,
I'm trying to download F12 beta DVD x86_64 iso using jigdo (I've used 
jigdo to download previous versions too). It successfully downloaded 
all files, but it doesn't accept downloaded install.img file and tries 
to download it again and again. I've tried downloading install.img 
several times (also using stand alone download applications) but jigdo 
doesn't accept any of them. As a result, jigdo doesn't compose the 
final .iso image because of 1 missing file. Does anybody have any 
ideas about the reason of failure? Has anybody downloaded F12 beta 
x86_64 using jigdo successfully?


Thanks,
Hedayat



--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Unable to download Fedora 12 beta using jigdo

2009-10-21 Thread Hedayat Vatankhah

Hi,
I'm trying to download F12 beta DVD x86_64 iso using jigdo (I've used 
jigdo to download previous versions too). It successfully downloaded all 
files, but it doesn't accept downloaded install.img file and tries to 
download it again and again. I've tried downloading install.img several 
times (also using stand alone download applications) but jigdo doesn't 
accept any of them. As a result, jigdo doesn't compose the final .iso 
image because of 1 missing file. Does anybody have any ideas about the 
reason of failure? Has anybody downloaded F12 beta x86_64 using jigdo 
successfully?


Thanks,
Hedayat

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


SIL Scheherazade font is now in Fedora

2009-10-19 Thread Hedayat Vatankhah

Hi all,
The packaging process of SIL Scheherazade font 
(http://fedoraproject.org/wiki/SIL_Scheherazade_fonts) is now completed 
and it is going to the living phase! :)
Also, SIL Lateef font will finish the birth phase soon and go to the 
living phase.


Good luck,
Hedayat

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


rpms/sil-lateef-fonts/devel import.log, NONE, 1.1 sil-lateef-fonts-fontconfig.conf, NONE, 1.1 sil-lateef-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-10-17 Thread Hedayat Vatankhah
Author: hedayat

Update of /cvs/pkgs/rpms/sil-lateef-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5933/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log sil-lateef-fonts-fontconfig.conf 
sil-lateef-fonts.spec 
Log Message:
initial import



--- NEW FILE import.log ---
sil-lateef-fonts-1_001-1_fc11:HEAD:sil-lateef-fonts-1.001-1.fc11.src.rpm:1255815801


--- NEW FILE sil-lateef-fonts-fontconfig.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
  alias
familyserif/family
prefer
  familyLateef/family
/prefer
  /alias
  alias
familyLateef/family
default
  familyserif/family
/default
  /alias
/fontconfig


--- NEW FILE sil-lateef-fonts.spec ---
%global fontname sil-lateef
%global fontconf 65-%{fontname}.conf

Name:   %{fontname}-fonts
Version:1.001
Release:1%{?dist}
Summary:An Arabic script unicode font

Group:  User Interface/X
License:OFL
URL:http://scripts.sil.org/ArabicFonts
# The file complete URL is as follows:
# 
http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsiformat=filemedia_id=Lateef_OT_1_001filename=LateefRegOT_1.001.zip
Source0:LateefRegOT_1.001.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
Lateef is named after Shah Abdul Lateef Bhitai, the famous Sindhi mystic and
poet. It is intended to be an appropriate style for use in Sindhi and other
languages of the South Asian region.

%prep
%setup -q -c %{name}-%{version}


%build
for docfile in *.txt; do
fold -s $docfile  $docfile.new  \
sed -i s|\r||g $docfile.new  \
touch -r $docfile $docfile.new  \
mv $docfile.new $docfile
done

%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}

install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
   %{buildroot}%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}


%clean
rm -fr %{buildroot}

%_font_pkg -f %{fontconf} *.ttf

%doc *.txt

%changelog
* Tue Oct 06 2009 Hedayat Vatankhah heda...@grad.com - 1.001-1
- Initial version



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/sil-lateef-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  15 Oct 2009 17:17:00 -  1.1
+++ .cvsignore  17 Oct 2009 21:59:50 -  1.2
@@ -0,0 +1 @@
+LateefRegOT_1.001.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/sil-lateef-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 15 Oct 2009 17:17:00 -  1.1
+++ sources 17 Oct 2009 21:59:51 -  1.2
@@ -0,0 +1 @@
+c060ab84ab33ae8f991103258b8e7f22  LateefRegOT_1.001.zip

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


rpms/sil-lateef-fonts/F-12 import.log, NONE, 1.1 sil-lateef-fonts-fontconfig.conf, NONE, 1.1 sil-lateef-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-10-17 Thread Hedayat Vatankhah
Author: hedayat

Update of /cvs/pkgs/rpms/sil-lateef-fonts/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9769/F-12

Modified Files:
.cvsignore sources 
Added Files:
import.log sil-lateef-fonts-fontconfig.conf 
sil-lateef-fonts.spec 
Log Message:
initial import



--- NEW FILE import.log ---
sil-lateef-fonts-1_001-1_fc11:F-12:sil-lateef-fonts-1.001-1.fc11.src.rpm:1255817092


--- NEW FILE sil-lateef-fonts-fontconfig.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
  alias
familyserif/family
prefer
  familyLateef/family
/prefer
  /alias
  alias
familyLateef/family
default
  familyserif/family
/default
  /alias
/fontconfig


--- NEW FILE sil-lateef-fonts.spec ---
%global fontname sil-lateef
%global fontconf 65-%{fontname}.conf

Name:   %{fontname}-fonts
Version:1.001
Release:1%{?dist}
Summary:An Arabic script unicode font

Group:  User Interface/X
License:OFL
URL:http://scripts.sil.org/ArabicFonts
# The file complete URL is as follows:
# 
http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsiformat=filemedia_id=Lateef_OT_1_001filename=LateefRegOT_1.001.zip
Source0:LateefRegOT_1.001.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
Lateef is named after Shah Abdul Lateef Bhitai, the famous Sindhi mystic and
poet. It is intended to be an appropriate style for use in Sindhi and other
languages of the South Asian region.

%prep
%setup -q -c %{name}-%{version}


%build
for docfile in *.txt; do
fold -s $docfile  $docfile.new  \
sed -i s|\r||g $docfile.new  \
touch -r $docfile $docfile.new  \
mv $docfile.new $docfile
done

%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}

install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
   %{buildroot}%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}


%clean
rm -fr %{buildroot}

%_font_pkg -f %{fontconf} *.ttf

%doc *.txt

%changelog
* Tue Oct 06 2009 Hedayat Vatankhah heda...@grad.com - 1.001-1
- Initial version



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/sil-lateef-fonts/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  15 Oct 2009 17:17:00 -  1.1
+++ .cvsignore  17 Oct 2009 22:07:04 -  1.2
@@ -0,0 +1 @@
+LateefRegOT_1.001.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/sil-lateef-fonts/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 15 Oct 2009 17:17:00 -  1.1
+++ sources 17 Oct 2009 22:07:04 -  1.2
@@ -0,0 +1 @@
+c060ab84ab33ae8f991103258b8e7f22  LateefRegOT_1.001.zip

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


rpms/sil-scheherazade-fonts/devel import.log, NONE, 1.1 sil-scheherazade-fonts-fontconfig.conf, NONE, 1.1 sil-scheherazade-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-10-06 Thread Hedayat Vatankhah
Author: hedayat

Update of /cvs/pkgs/rpms/sil-scheherazade-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9555/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log sil-scheherazade-fonts-fontconfig.conf 
sil-scheherazade-fonts.spec 
Log Message:
Initial commit



--- NEW FILE import.log ---
sil-scheherazade-fonts-1_001-2_fc11:HEAD:sil-scheherazade-fonts-1.001-2.fc11.src.rpm:1254873370


--- NEW FILE sil-scheherazade-fonts-fontconfig.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
  alias
familyserif/family
prefer
  familyScheherazade/family
/prefer
  /alias
  alias
familyScheherazade/family
default
  familyserif/family
/default
  /alias
  alias binding=same
familyMonotype Naskh/family
accept
  familyScheherazade/family
/accept
  /alias
/fontconfig


--- NEW FILE sil-scheherazade-fonts.spec ---
%global fontname sil-scheherazade
%global fontconf 65-%{fontname}.conf

Name:   %{fontname}-fonts
Version:1.001
Release:2%{?dist}
Summary:An Arabic script unicode font

Group:  User Interface/X
License:OFL
URL:http://scripts.sil.org/ArabicFonts
# The file complete URL is as follows:
# 
http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsiformat=filemedia_id=scheherazade_OT_1_001filename=ScheherazadeRegOT_1.001.zip
Source0:ScheherazadeRegOT_1.001.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
Scheherazade, named after the heroine of the classic Arabian Nights tale, is
designed in a similar style to traditional typefaces such as Monotype Naskh,
extended to cover the full Unicode Arabic repertoire.

%prep
%setup -q -c %{name}-%{version}


%build
for docfile in *.txt; do
fold -s $docfile  $docfile.new  \
sed -i s|\r||g $docfile.new  \
touch -r $docfile $docfile.new  \
mv $docfile.new $docfile
done

%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}

install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
   %{buildroot}%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}


%clean
rm -fr %{buildroot}

%_font_pkg -f %{fontconf} *.ttf

%doc *.txt

%changelog
* Sat Oct 03 2009 Hedayat Vatankhah heda...@grad.com - 1.001-2
- Fixed summary to not include font name
- Removed some parts of the description
- Added fontconfig rules

* Mon Sep 28 2009 Hedayat Vatankhah heda...@grad.com - 1.001-1
- Initial version



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/sil-scheherazade-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  6 Oct 2009 17:28:23 -   1.1
+++ .cvsignore  6 Oct 2009 23:58:16 -   1.2
@@ -0,0 +1 @@
+ScheherazadeRegOT_1.001.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/sil-scheherazade-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 6 Oct 2009 17:28:23 -   1.1
+++ sources 6 Oct 2009 23:58:16 -   1.2
@@ -0,0 +1 @@
+c09ced85441dac34930ae661a2e0a6ca  ScheherazadeRegOT_1.001.zip

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


rpms/sil-scheherazade-fonts/F-10 import.log, NONE, 1.1 sil-scheherazade-fonts-fontconfig.conf, NONE, 1.1 sil-scheherazade-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-10-06 Thread Hedayat Vatankhah
Author: hedayat

Update of /cvs/pkgs/rpms/sil-scheherazade-fonts/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24044/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log sil-scheherazade-fonts-fontconfig.conf 
sil-scheherazade-fonts.spec 
Log Message:
Initial commit



--- NEW FILE import.log ---
sil-scheherazade-fonts-1_001-2_fc11:F-10:sil-scheherazade-fonts-1.001-2.fc11.src.rpm:1254874978


--- NEW FILE sil-scheherazade-fonts-fontconfig.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
  alias
familyserif/family
prefer
  familyScheherazade/family
/prefer
  /alias
  alias
familyScheherazade/family
default
  familyserif/family
/default
  /alias
  alias binding=same
familyMonotype Naskh/family
accept
  familyScheherazade/family
/accept
  /alias
/fontconfig


--- NEW FILE sil-scheherazade-fonts.spec ---
%global fontname sil-scheherazade
%global fontconf 65-%{fontname}.conf

Name:   %{fontname}-fonts
Version:1.001
Release:2%{?dist}
Summary:An Arabic script unicode font

Group:  User Interface/X
License:OFL
URL:http://scripts.sil.org/ArabicFonts
# The file complete URL is as follows:
# 
http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsiformat=filemedia_id=scheherazade_OT_1_001filename=ScheherazadeRegOT_1.001.zip
Source0:ScheherazadeRegOT_1.001.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
Scheherazade, named after the heroine of the classic Arabian Nights tale, is
designed in a similar style to traditional typefaces such as Monotype Naskh,
extended to cover the full Unicode Arabic repertoire.

%prep
%setup -q -c %{name}-%{version}


%build
for docfile in *.txt; do
fold -s $docfile  $docfile.new  \
sed -i s|\r||g $docfile.new  \
touch -r $docfile $docfile.new  \
mv $docfile.new $docfile
done

%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}

install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
   %{buildroot}%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}


%clean
rm -fr %{buildroot}

%_font_pkg -f %{fontconf} *.ttf

%doc *.txt

%changelog
* Sat Oct 03 2009 Hedayat Vatankhah heda...@grad.com - 1.001-2
- Fixed summary to not include font name
- Removed some parts of the description
- Added fontconfig rules

* Mon Sep 28 2009 Hedayat Vatankhah heda...@grad.com - 1.001-1
- Initial version



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/sil-scheherazade-fonts/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  6 Oct 2009 17:28:23 -   1.1
+++ .cvsignore  7 Oct 2009 00:29:54 -   1.2
@@ -0,0 +1 @@
+ScheherazadeRegOT_1.001.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/sil-scheherazade-fonts/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 6 Oct 2009 17:28:23 -   1.1
+++ sources 7 Oct 2009 00:29:55 -   1.2
@@ -0,0 +1 @@
+c09ced85441dac34930ae661a2e0a6ca  ScheherazadeRegOT_1.001.zip

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


rpms/sil-scheherazade-fonts/F-11 import.log, NONE, 1.1 sil-scheherazade-fonts-fontconfig.conf, NONE, 1.1 sil-scheherazade-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-10-06 Thread Hedayat Vatankhah
Author: hedayat

Update of /cvs/pkgs/rpms/sil-scheherazade-fonts/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26314/F-11

Modified Files:
.cvsignore sources 
Added Files:
import.log sil-scheherazade-fonts-fontconfig.conf 
sil-scheherazade-fonts.spec 
Log Message:
Initial Import



--- NEW FILE import.log ---
sil-scheherazade-fonts-1_001-2_fc11:F-11:sil-scheherazade-fonts-1.001-2.fc11.src.rpm:1254875582


--- NEW FILE sil-scheherazade-fonts-fontconfig.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
  alias
familyserif/family
prefer
  familyScheherazade/family
/prefer
  /alias
  alias
familyScheherazade/family
default
  familyserif/family
/default
  /alias
  alias binding=same
familyMonotype Naskh/family
accept
  familyScheherazade/family
/accept
  /alias
/fontconfig


--- NEW FILE sil-scheherazade-fonts.spec ---
%global fontname sil-scheherazade
%global fontconf 65-%{fontname}.conf

Name:   %{fontname}-fonts
Version:1.001
Release:2%{?dist}
Summary:An Arabic script unicode font

Group:  User Interface/X
License:OFL
URL:http://scripts.sil.org/ArabicFonts
# The file complete URL is as follows:
# 
http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsiformat=filemedia_id=scheherazade_OT_1_001filename=ScheherazadeRegOT_1.001.zip
Source0:ScheherazadeRegOT_1.001.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
Scheherazade, named after the heroine of the classic Arabian Nights tale, is
designed in a similar style to traditional typefaces such as Monotype Naskh,
extended to cover the full Unicode Arabic repertoire.

%prep
%setup -q -c %{name}-%{version}


%build
for docfile in *.txt; do
fold -s $docfile  $docfile.new  \
sed -i s|\r||g $docfile.new  \
touch -r $docfile $docfile.new  \
mv $docfile.new $docfile
done

%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}

install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
   %{buildroot}%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}


%clean
rm -fr %{buildroot}

%_font_pkg -f %{fontconf} *.ttf

%doc *.txt

%changelog
* Sat Oct 03 2009 Hedayat Vatankhah heda...@grad.com - 1.001-2
- Fixed summary to not include font name
- Removed some parts of the description
- Added fontconfig rules

* Mon Sep 28 2009 Hedayat Vatankhah heda...@grad.com - 1.001-1
- Initial version



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/sil-scheherazade-fonts/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  6 Oct 2009 17:28:23 -   1.1
+++ .cvsignore  7 Oct 2009 00:35:50 -   1.2
@@ -0,0 +1 @@
+ScheherazadeRegOT_1.001.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/sil-scheherazade-fonts/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 6 Oct 2009 17:28:23 -   1.1
+++ sources 7 Oct 2009 00:35:50 -   1.2
@@ -0,0 +1 @@
+c09ced85441dac34930ae661a2e0a6ca  ScheherazadeRegOT_1.001.zip

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


rpms/sil-scheherazade-fonts/F-12 import.log, NONE, 1.1 sil-scheherazade-fonts-fontconfig.conf, NONE, 1.1 sil-scheherazade-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-10-06 Thread Hedayat Vatankhah
Author: hedayat

Update of /cvs/pkgs/rpms/sil-scheherazade-fonts/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27733/F-12

Modified Files:
.cvsignore sources 
Added Files:
import.log sil-scheherazade-fonts-fontconfig.conf 
sil-scheherazade-fonts.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
sil-scheherazade-fonts-1_001-2_fc11:F-12:sil-scheherazade-fonts-1.001-2.fc11.src.rpm:1254875963


--- NEW FILE sil-scheherazade-fonts-fontconfig.conf ---
?xml version=1.0?
!DOCTYPE fontconfig SYSTEM fonts.dtd
fontconfig
  alias
familyserif/family
prefer
  familyScheherazade/family
/prefer
  /alias
  alias
familyScheherazade/family
default
  familyserif/family
/default
  /alias
  alias binding=same
familyMonotype Naskh/family
accept
  familyScheherazade/family
/accept
  /alias
/fontconfig


--- NEW FILE sil-scheherazade-fonts.spec ---
%global fontname sil-scheherazade
%global fontconf 65-%{fontname}.conf

Name:   %{fontname}-fonts
Version:1.001
Release:2%{?dist}
Summary:An Arabic script unicode font

Group:  User Interface/X
License:OFL
URL:http://scripts.sil.org/ArabicFonts
# The file complete URL is as follows:
# 
http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsiformat=filemedia_id=scheherazade_OT_1_001filename=ScheherazadeRegOT_1.001.zip
Source0:ScheherazadeRegOT_1.001.zip
Source1:%{name}-fontconfig.conf
BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)

BuildArch:  noarch
BuildRequires:  fontpackages-devel
Requires:   fontpackages-filesystem

%description
Scheherazade, named after the heroine of the classic Arabian Nights tale, is
designed in a similar style to traditional typefaces such as Monotype Naskh,
extended to cover the full Unicode Arabic repertoire.

%prep
%setup -q -c %{name}-%{version}


%build
for docfile in *.txt; do
fold -s $docfile  $docfile.new  \
sed -i s|\r||g $docfile.new  \
touch -r $docfile $docfile.new  \
mv $docfile.new $docfile
done

%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}

install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
   %{buildroot}%{_fontconfig_confdir}

install -m 0644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
  %{buildroot}%{_fontconfig_confdir}/%{fontconf}


%clean
rm -fr %{buildroot}

%_font_pkg -f %{fontconf} *.ttf

%doc *.txt

%changelog
* Sat Oct 03 2009 Hedayat Vatankhah heda...@grad.com - 1.001-2
- Fixed summary to not include font name
- Removed some parts of the description
- Added fontconfig rules

* Mon Sep 28 2009 Hedayat Vatankhah heda...@grad.com - 1.001-1
- Initial version



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/sil-scheherazade-fonts/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  6 Oct 2009 17:28:23 -   1.1
+++ .cvsignore  7 Oct 2009 00:44:22 -   1.2
@@ -0,0 +1 @@
+ScheherazadeRegOT_1.001.zip


Index: sources
===
RCS file: /cvs/pkgs/rpms/sil-scheherazade-fonts/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 6 Oct 2009 17:28:23 -   1.1
+++ sources 7 Oct 2009 00:44:23 -   1.2
@@ -0,0 +1 @@
+c09ced85441dac34930ae661a2e0a6ca  ScheherazadeRegOT_1.001.zip

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


Re: New font package review request for Sheherazade SIL font

2009-10-06 Thread Hedayat Vatankhah


On ۰۹/۱۰/۰۶  01:12, Nicolas Mailhot wrote:


Le Lun 28 septembre 2009 17:25, Hedayat Vatankhah a écrit :
   

Hi all,
I've created a new font package request at
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=526058
Any comments and/or suggestions are highly appreciated. Notice that this
is my first font package :)
 

And this one is now approved, I hope its was less painful than you feared. And
BTW, we have a few other SIL unicode fonts on the wishlist, now you've done
one it should not be too difficult to do others
   
:) My only fear was about fontconfig rules, which was not that 
complicated for simple ones (I'm still unsure if I can do better in this 
area).

BTW, I've created a new review request for SIL Lateef font:
https://bugzilla.redhat.com/show_bug.cgi?id=527406

I hope it's better than the first try ;)

Thanks again,
Hedayat


(but just packaging one font is fine too)

Regards,

   



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


New font package review request for Sheherazade SIL font

2009-09-28 Thread Hedayat Vatankhah

Hi all,
I've created a new font package request at 
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=526058
Any comments and/or suggestions are highly appreciated. Notice that this 
is my first font package :)


Thanks,
Hedayat

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


Re: Some ideas/questions about yum

2009-08-29 Thread Hedayat Vatankhah



/*Seth Vidal skvi...@fedoraproject.org*/ wrote on ‫جمعه ۲۸ اوت ۰۹، 
۲۲:۰۳:۱۰‬:



On Fri, 28 Aug 2009, Hedayat Vatnakhah wrote:



You don't need to know about all existing repositories, since you can 
still resolve file level dependencies. In such
cases you'll be forced to download the other file I mentioned 
(primary_file_deps.db).
I don't see why you'll need to recreate all repos when one of them 
changes! Sorry :( And its impossible to state anything

about the last item.


You're going to pretty much instantly download the complete filelists 
then b/c if you add ANY 3rd party repo you're going to need /bin/sh 
probably immediately along with various and sundry items in /etc/.
Yes, that's true if the third party repositories do not use this 
feature. BTW, I think if you make an exception for /bin/ and /etc/ 
contents, you'll still save a reasonable amount of space in the primary 
repo (I think it would be enough to remove library dependencies).




Now - an argument could be made for nuking /bin/sh deps from orbit but 
that's going to have to happen at another layer than this.


IMHO, even a single php/python script can provide such a XML RPC 
service (web service was just an example). Mirrors could
get this file just like the other files when syncing. But well, it'll 
be http only. The GPG sign issue could be

problematic, but would you really need to sign the traffic?!


1. a lot of our mirrors won't want to run any app
2. some of our mirrors are not running on linux (or sometimes not even 
on a unix)

3. it makes 'mirroring' things much harder in the traditional sense
4. yes you need to sign it otherwise you'll get the same set of 
problems we just dealt with last fall. We have to sign the metadata to 
make sure clients aren't screwed.

OK, so, the last item is enough to reject the whole idea.

Thanks,
Hedayat





-sv

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

Introduction

2009-08-24 Thread Hedayat Vatankhah

Hi all,

I'm Hedayat Vatankhah, a fedora package maintainer who is currently 
maintaining mostly Robotic related packages. You can find more about me 
here: https://fedoraproject.org/wiki/User:Hedayat



I'd like to package some Persian fonts (located in 
http://wiki.irmug.org/index.php/X_Series_2) (some of them are explicitly 
covered by SIL license, others include a reference to GNU GPL in their 
.ttf files) and maybe some other fonts suitable for Persian. So, I 
decided to join Fedora Fonts SIG. :)



I'm going to start going through the process of adding a new font 
package. Wish me luck! :P



Thanks,

Hedayat


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


Re: Can anybody help me with this build issue? (related to pdflatex)

2009-07-21 Thread Hedayat Vatankhah

Hi,

Thanks a lot.

Hedayat

On 07/20/2009 11:21 AM, � wrote:

Hi Hedayat Vatankhah

https://bugzilla.redhat.com/show_bug.cgi?id=508522
latex in rawhide is broken

Greetings
Josephine

2009/7/20 Hedayat Vatankhah heda...@grad.com mailto:heda...@grad.com

Hi all,
Recently, one of my packages does not build against rawhide. Using
pdflatex to generate documentation fails in rawhide. I don't know
what's the problem specially that it seems that tex related
packages have not bean changed since Fedora 11. (I can
successfully build the package on an updated Fedora 11).
This is the build log:
https://bugzilla.redhat.com/attachment.cgi?id=353754

Thanks in Advance,
Hedayat

-- 
fedora-devel-list mailing list

fedora-devel-list@redhat.com mailto:fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list

Can anybody help me with this build issue? (related to pdflatex)

2009-07-20 Thread Hedayat Vatankhah

Hi all,
Recently, one of my packages does not build against rawhide. Using 
pdflatex to generate documentation fails in rawhide. I don't know what's 
the problem specially that it seems that tex related packages have not 
bean changed since Fedora 11. (I can successfully build the package on 
an updated Fedora 11).

This is the build log: https://bugzilla.redhat.com/attachment.cgi?id=353754

Thanks in Advance,
Hedayat

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list