rpms/ecolier-court-fonts/devel README-Fedora.txt, NONE, 1.1 ecolier-court-fonts-fontconfig.conf, NONE, 1.1 ecolier-court-fonts.spec, NONE, 1.1 import.log, NONE, 1.1 lisez_moi.txt, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Mailhot (nim) fedora-extras-commits at redhat.com
Sat Jul 19 16:38:53 UTC 2008


Author: nim

Update of /cvs/extras/rpms/ecolier-court-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20150/devel

Modified Files:
	.cvsignore sources 
Added Files:
	README-Fedora.txt ecolier-court-fonts-fontconfig.conf 
	ecolier-court-fonts.spec import.log lisez_moi.txt 
Log Message:
Initial packaging ✌


--- NEW FILE README-Fedora.txt ---
[Unofficial English translation of lisez_moi.txt]

WARNING

The two fonts named:

— Ecolier court
— Ecolier lignes court

are released under the OFL (Open Font Licence):
http://scripts.sil.org/OFL

An (unofficial) translation in French is available here:
http://fontforge.sourceforge.net/OFL-Unofficial-fr.html

Please read the conditions of use of the two fonts listed here.

If you want to display my fonts on your site, please add it the OFL logo (with
its link), the OFL translation and the lisez_moi.txt file.

You can also (and this is often preferable), link to my site:
http://perso.orange.fr/jm.douteau/

The author makes those fonts available to everyone free of charge and disclaims
any responsibility for possible malfunctions.

Those fonts were created by Jean-Marie Douteau.
e-mail : douteau.ecolier at orange.fr


--- NEW FILE ecolier-court-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
  <alias>
    <family>Ecolier_court</family>
    <default>
      <family>cursive</family>
    </default>
  </alias>
  <alias>
    <family>cursive</family>
    <prefer>
      <family>Ecolier_court</family>
    </prefer>
  </alias>
  <alias>
    <family>Ecolier_lignes_court</family>
    <default>
      <family>fantasy</family>
    </default>
  </alias>
  <alias>
    <family>fantasy</family>
    <prefer>
      <family>Ecolier_lignes_court</family>
    </prefer>
  </alias>
</fontconfig>


--- NEW FILE ecolier-court-fonts.spec ---
%define fontname    ecolier-court
%define fontdir     %{_datadir}/fonts/%{fontname}
%define fontconfdir %{_sysconfdir}/fonts/conf.d

Name:    %{fontname}-fonts
Version: 20070702
Release: 1%{?dist}
Summary: Écolier court cursive fonts

Group:   User Interface/X
License: OFL
URL:     http://perso.orange.fr/jm.douteau/page_ecolier.htm
# The author links to third-party licence documents not included there
Source0: http://perso.orange.fr/jm.douteau/polices/ecl_cour.ttf
Source1: http://perso.orange.fr/jm.douteau/polices/ec_cour.ttf
Source2: http://perso.orange.fr/jm.douteau/polices/lisez_moi.txt
Source3: README-Fedora.txt
Source4: %{name}-fontconfig.conf

BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch

%description
Écolier are a set of Latin fonts created by Jean-Marie Douteau to mimic the
traditional cursive writing French children are taught in school.

He kindly released two of them under the OFL, which are redistributed in this
package.


%prep
%setup -q -c -T
iconv -f iso-8859-15 -t utf-8 %{SOURCE2} > lisez_moi.txt
touch -r %{SOURCE2} lisez_moi.txt
for txt in *.txt ; do
   fold -s $txt > $txt.new
   sed -i 's/\r//' $txt.new
   touch -r $txt $txt.new
   mv $txt.new $txt
done
install -m 0644 -p %{SOURCE3} .


%build
# Nothing there


%install
rm -fr %{buildroot}

install -m 0755 -d %{buildroot}%{fontdir}
install -m 0644 -p %{SOURCE0} %{SOURCE1} %{buildroot}%{fontdir}

install -m 0755 -d %{buildroot}%{fontconfdir}
install -m 0644 -p %{SOURCE4} %{buildroot}%{fontconfdir}/61-%{fontname}.conf


%clean
rm -fr %{buildroot}


%post
if [ -x %{_bindir}/fc-cache ] ; then
    %{_bindir}/fc-cache %{fontdir} || :
fi


%postun
if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then
    %{_bindir}/fc-cache %{fontdir} || :
fi


%files
%defattr(0644,root,root,0755)
%doc *.txt

%config(noreplace) %{fontconfdir}/61-%{fontname}.conf

%dir %{fontdir}/
%{fontdir}/*.ttf


%changelog
* Sat Jul 19 2008 <nicolas.mailhot at laposte.net>
- 20070702-1
âš± Stop waitting for upstream to answer distribution change requests
â™” FESCO chickened out on UTF-8 names
♿ FESCO decision unimplementable due to bug #455119
âš™ Sync spec style with the way our font packaging guidelines have evolved
⚤ Package both fonts in a single package
  I'm going to consider they are two faces of the same font
∞ Register in new fontconfig generic families
⬢ Add upstream readme translation as asked in review

* Sun Nov 25 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
☺ 1.00-0.4.20070628
✓ sync with packaging guidelines

* Sat Sep 8 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
☺ 1.00-0.2.20070628
✓ use more accurate naming
✓ add an ASCII alias as suggested in review

* Tue Aug 28 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
☺ 1.00-0.1.20070628
✓ Initial packaging (based on DejaVu & Charis specs)


--- NEW FILE import.log ---
ecolier-court-fonts-20070702-1_fc10:HEAD:ecolier-court-fonts-20070702-1.fc10.src.rpm:1216485467


--- NEW FILE lisez_moi.txt ---
AVERTISSEMENT

Les 2 polices nommées :

Ecolier court
Ecolier lignes court

sont placées sous licence OFL (Open Font Licence): http://scripts.sil.org/OFL

Une traduction (non-officielle) en langue française est disponible ici :
http://fontforge.sourceforge.net/OFL-Unofficial-fr.html

Merci de prendre connaissance des conditions d'utilisation des 2 polices citées ci-dessus.

Si vous souhaitez afficher mes polices sur votre site, merci d'y joindre le logo de la licence OFL (avec son lien) ainsi que la traduction et le fichier lisez-moi.txt.

Vous pouvez également (et c'est souvent préférable), mettre un lien vers mon site :
http://perso.orange.fr/jm.douteau/

L’auteur met gratuitement ces polices à la disposition de chacun 
et décline toute responsabilité concernant d’éventuels dysfonctionnements.

Ces polices de caractères ont été créées par Jean-Marie Douteau
e-mail : douteau.ecolier at orange.fr



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ecolier-court-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jul 2008 14:03:49 -0000	1.1
+++ .cvsignore	19 Jul 2008 16:38:06 -0000	1.2
@@ -0,0 +1,2 @@
+ec_cour.ttf
+ecl_cour.ttf


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ecolier-court-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jul 2008 14:03:49 -0000	1.1
+++ sources	19 Jul 2008 16:38:06 -0000	1.2
@@ -0,0 +1,2 @@
+22138c551a0252edca92171e20c20a40  ec_cour.ttf
+5a096077d2619ad399799f07fbaa1d78  ecl_cour.ttf




More information about the fedora-extras-commits mailing list