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

Nicolas Mailhot nim at fedoraproject.org
Tue Jan 27 06:57:51 UTC 2009


Author: nim

Update of /cvs/extras/rpms/sil-andika-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25698/devel

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


--- NEW FILE import.log ---
sil-andika-fonts-1_0-4_fc11:HEAD:sil-andika-fonts-1.0-4.fc11.src.rpm:1233039407


--- NEW FILE sil-andika-fonts-fontconfig.conf ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
  <alias>
    <family>sans-serif</family>
    <prefer>
      <family>Andika</family>
    </prefer>
  </alias>
  <alias>
    <family>Andika</family>
    <default>
      <family>sans-serif</family>
    </default>
  </alias>
</fontconfig>


--- NEW FILE sil-andika-fonts.spec ---
%define fontname sil-andika
%define fontconf 60-%{fontname}.conf

# Someday SIL will release sanely named archives
%define archivename AndikaBasicR_10

Name:    %{fontname}-fonts
Version: 1.0
Release: 4%{?dist}
Summary: A font for literacy and beginning readers

Group:     User Interface/X
License:   OFL
URL:       http://scripts.sil.org/Andika
# Actual download URL
# http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=%{archivename}&filename=%{archivename}.zip
Source0:   %{archivename}.zip
Source1:   %{name}-fontconfig.conf
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:     noarch
BuildRequires: fontpackages-devel
Requires:      fontpackages-filesystem
Obsoletes:     andika-fonts < 1.0-4

%description
Andika is a sans serif, Unicode-compliant font designed especially for
literacy use, taking into account the needs of beginning readers. The focus is
on clear, easy-to-perceive letterforms that will not be readily confused with
one another.

A sans serif font is preferred by some literacy personnel for teaching people
to read. Its forms are simpler and less cluttered than those of most serif
fonts. For years, literacy workers have had to make do with fonts that were
not really suitable for beginning readers and writers. In some cases, literacy
specialists have had to tediously assemble letters from a variety of fonts in
order to get all of the characters they need for their particular language
project, resulting in confusing and unattractive publications. Andika
addresses those issues.


%prep
%setup -q -n %{archivename}

# Text files sanitization
for txt in *.txt ; do
   # Unicode compliant, check
   iconv -f WINDOWS-1252 -t UTF-8 -o $txt.1 $txt
   fold -s $txt.1 > $txt.2
   sed -i 's/\r//' $txt.2
   touch -r $txt $txt.2
   mv $txt.2 $txt
   rm $txt.1
done


%build


%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
%dir %{_fontdir}


%changelog
* Sun Jan 25 2009 <nicolas.mailhot at laposte.net>
- 1.0-4
► renamed to “sil-andika-fonts” to apply Packaging:FontsPolicy#Naming

* Sun Nov 23 2008 <nicolas.mailhot at laposte.net>
- 1.0-3
ᛤ ‘rpm-fonts’ renamed to “fontpackages”

* Fri Nov 14 2008 <nicolas.mailhot at laposte.net>
- 1.0-2
▤ Rebuild using new « rpm-fonts »

* Tue Jun 24 2008 <nicolas.mailhot at laposte.net>
- 1.0-1
Ṑ Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sil-andika-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jan 2009 23:02:25 -0000	1.1
+++ .cvsignore	27 Jan 2009 06:57:20 -0000	1.2
@@ -0,0 +1 @@
+AndikaBasicR_10.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sil-andika-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jan 2009 23:02:25 -0000	1.1
+++ sources	27 Jan 2009 06:57:21 -0000	1.2
@@ -0,0 +1 @@
+1a8b028ccea53e93fc4f34ca226f2b02  AndikaBasicR_10.zip




More information about the Fedora-fonts-bugs-list mailing list