diff --git a/.paratype-pt-sans-fonts.metadata b/.paratype-pt-sans-fonts.metadata new file mode 100644 index 0000000..32e0ca9 --- /dev/null +++ b/.paratype-pt-sans-fonts.metadata @@ -0,0 +1 @@ +d7c7030425f75e9450e6f891366e524d375ad2bb SOURCES/PTSans_OFL.zip diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/paratype-pt-sans-fonts-caption-fontconfig.conf b/SOURCES/paratype-pt-sans-fonts-caption-fontconfig.conf new file mode 100644 index 0000000..cbceb7f --- /dev/null +++ b/SOURCES/paratype-pt-sans-fonts-caption-fontconfig.conf @@ -0,0 +1,16 @@ + + + + + PT Sans Caption] + + sans-serif + + + + PT Sans + + PT Sans Caption + + + diff --git a/SOURCES/paratype-pt-sans-fonts-fontconfig.conf b/SOURCES/paratype-pt-sans-fonts-fontconfig.conf new file mode 100644 index 0000000..ccdf3a6 --- /dev/null +++ b/SOURCES/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/SPECS/paratype-pt-sans-fonts.spec b/SPECS/paratype-pt-sans-fonts.spec new file mode 100644 index 0000000..c0d1ba8 --- /dev/null +++ b/SPECS/paratype-pt-sans-fonts.spec @@ -0,0 +1,140 @@ +%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: 20101909 +Release: 2%{?dist} +Summary: A pan-Cyrillic typeface + +Group: User Interface/X +License: OFL +URL: http://www.paratype.com/public/ +Source0: http://www.fontstock.com/public/PTSans_OFL.zip +Source10: %{name}-fontconfig.conf +Source11: %{name}-caption-fontconfig.conf + + +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 + + +%package -n %{fontname}-caption-fonts +Summary: A pan-Cyrillic typeface (caption forms for small text) +BuildRequires: fontpackages-devel + +%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 + + +%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 +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 + + + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 20101909-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Nov 30 2012 Parag - 20101909-1 +- Resolves:rh#882107 - source files does not match with upstream + +* Fri Jul 20 2012 Fedora Release Engineering - 20100408-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 20100408-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 20100408-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sun Jul 25 2010 Nicolas Mailhot +- 20100408-1 +— Update to latest upstream release +— Switch to the OFL version + +* Thu Feb 18 2010 Nicolas Mailhot +- 20100112-3 +— Remove vestigial dep in caption subpackage + +* Sat Feb 13 2010 Nicolas Mailhot +- 20100112-2 +— Update for review + +* Sun Jan 17 2010 Nicolas Mailhot +- 20100112-1 +— Initial release +