From 7fa2605f874647410fad37b64720e8d6ae3805c8 Mon Sep 17 00:00:00 2001 From: nim Date: Feb 17 2010 06:25:00 +0000 Subject: initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..04d48ff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +PTSans.zip diff --git a/import.log b/import.log new file mode 100644 index 0000000..14ee94e --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +paratype-pt-sans-fonts-20100112-2_fc13:F-13:paratype-pt-sans-fonts-20100112-2.fc13.src.rpm:1266387850 diff --git a/paratype-pt-sans-fonts-caption-fontconfig.conf b/paratype-pt-sans-fonts-caption-fontconfig.conf new file mode 100644 index 0000000..cbceb7f --- /dev/null +++ b/paratype-pt-sans-fonts-caption-fontconfig.conf @@ -0,0 +1,16 @@ + + + + + PT Sans Caption] + + sans-serif + + + + PT Sans + + PT Sans Caption + + + diff --git a/paratype-pt-sans-fonts-fontconfig.conf b/paratype-pt-sans-fonts-fontconfig.conf new file mode 100644 index 0000000..ccdf3a6 --- /dev/null +++ b/paratype-pt-sans-fonts-fontconfig.conf @@ -0,0 +1,28 @@ + + + + + sans-serif + + PT Sans + + + + PT Sans + + sans-serif + + + + PT Sans Narrow + + sans-serif + + + + PT Sans Caption + + PT Sans + + + diff --git a/paratype-pt-sans-fonts.spec b/paratype-pt-sans-fonts.spec new file mode 100644 index 0000000..8ec0085 --- /dev/null +++ b/paratype-pt-sans-fonts.spec @@ -0,0 +1,122 @@ +%global fontname paratype-pt-sans +%global fontconf 57-%{fontname} + +%global archivename PTSans.zip + +%global common_desc \ +The PT Sans family was developed as part of the “Public Types of Russian \ +Federation” project. This project aims at enabling the peoples of Russia to \ +read and write their native languages, using free/libre fonts. It is \ +dedicated to the 300-year anniversary of the Russian civil type invented by \ +Peter the Great from 1708 to 1710, and was realized with financial support \ +from the Russian Federal Agency for Press and Mass Communications. \ +\ +The fonts include support for all 54 title¹ languages of the Russian \ +Federation as well as more common Western, Central European and Cyrillic \ +blocks making them unique and a very important tool for modern digital \ +communications. \ +\ +PT Sans is a grotesque font based on Russian type designs of the second part \ +of the 20th century. However, it also includes very distinctive features of \ +modern humanistic design, fulfilling present day aesthetic and functional \ +requirements. \ +\ +It was designed by Alexandra Korolkova, Olga Umpeleva and Vladimir Yefimov \ +and released by ParaType. \ +\ +¹ A “title” language is named after an ethnic group. + + +Name: %{fontname}-fonts +Version: 20100112 +Release: 2%{?dist} +Summary: A pan-Cyrillic typeface + +Group: User Interface/X +License: PTFL +URL: http://www.paratype.com/public/ +Source0: http://204.12.46.182/public/%{archivename} +Source10: %{name}-fontconfig.conf +Source11: %{name}-caption-fontconfig.conf +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +BuildArch: noarch +Requires: fontpackages-filesystem +BuildRequires: fontpackages-devel + +%description +%common_desc + +This package includes the four basic styles and two narrows styles for +economic setting. + +%_font_pkg -f %{fontconf}.conf PTS*.ttf PTN*.ttf +%doc *.txt *.pdf + + +%package -n %{fontname}-caption-fonts +Summary: A pan-Cyrillic typeface (caption forms for small text) +BuildRequires: fontpackages-devel +Requires: %{name}-common = %{version}-%{release} + +%description -n %{fontname}-caption-fonts +%common_desc + +This package includes 2 captions styles for small text sizes. + +%_font_pkg -n caption -f %{fontconf}-caption.conf PTC*.ttf +%doc *.txt *.pdf + + +%prep +%setup -q -c + +for txt in *.txt ; do + if $(echo "$txt" | grep -q "rus\.txt") ; then + iconv --from=UTF-16 --to=UTF-8 "$txt" > "$txt.1" + else + iconv --from=WINDOWS-1251 --to=UTF-8 "$txt" > "$txt.1" + fi + sed -i 's/\r//' "$txt.1" + touch -r "$txt" "$txt.1" + mv "$txt.1" "$txt" +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 %{SOURCE10} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf}.conf +install -m 0644 -p %{SOURCE11} \ + %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-caption.conf + +for fconf in %{fontconf}.conf \ + %{fontconf}-caption.conf ; do + ln -s %{_fontconfig_templatedir}/$fconf \ + %{buildroot}%{_fontconfig_confdir}/$fconf +done + + +%clean +rm -fr %{buildroot} + + +%changelog +* Sat Feb 13 2010 Nicolas Mailhot +- 20100112-2 +— Update for review + +* Sun Jan 17 2010 Nicolas Mailhot +- 20100112-1 +— Initial release + diff --git a/sources b/sources index e69de29..d24da5b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c3f5a0e20a75cf628387510a720924a7 PTSans.zip