diff --git a/NotoFonts-hinted-2013-04-11.tgz b/NotoFonts-hinted-2013-04-11.tgz new file mode 100644 index 0000000..9b3e3c9 --- /dev/null +++ b/NotoFonts-hinted-2013-04-11.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7fc867b4d7bf1f07f288d1515bd47d7f2b573877f0fbdf702b3aeac5eeed20 +size 3275115 diff --git a/NotoFonts-unhinted-2013-04-18.tgz b/NotoFonts-unhinted-2013-04-18.tgz new file mode 100644 index 0000000..11ffb15 --- /dev/null +++ b/NotoFonts-unhinted-2013-04-18.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e639ec5720715e49f2ced85a23ab492b62d46bb40f792d367657b4965136125a +size 1395138 diff --git a/cousine.zip b/cousine.zip deleted file mode 100644 index 0428500..0000000 --- a/cousine.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4e3b4e4c3794695a264d6d9988804c478f71ba74d23ede6dc51d9df854ea251 -size 123952 diff --git a/google-cousine-fonts.changes b/google-cousine-fonts.changes deleted file mode 100644 index 7177ece..0000000 --- a/google-cousine-fonts.changes +++ /dev/null @@ -1,5 +0,0 @@ -------------------------------------------------------------------- -Wed Feb 6 09:44:32 UTC 2013 - toms@opensuse.org - -- Initial release (2010-11-18) - diff --git a/google-noto-fonts.changes b/google-noto-fonts.changes new file mode 100644 index 0000000..7acf70f --- /dev/null +++ b/google-noto-fonts.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Fri Oct 25 11:48:41 UTC 2013 - pgajdos@suse.com + +- package created, version 20130418 + diff --git a/google-cousine-fonts.spec b/google-noto-fonts.spec similarity index 54% rename from google-cousine-fonts.spec rename to google-noto-fonts.spec index 0cce45f..90cf194 100644 --- a/google-cousine-fonts.spec +++ b/google-noto-fonts.spec @@ -1,5 +1,5 @@ # -# spec file for package google-cousine-fonts +# spec file for package google-noto-fonts # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,50 +15,46 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%define hyear 2013 +%define hmonth 04 +%define hday 11 +%define uhyear 2013 +%define uhmonth 04 +%define uhday 18 +%define src_name NotoFonts -%define fontname cousine - -Name: google-cousine-fonts -Version: 1.0 +Name: google-noto-fonts +Version: %{hyear}%{hmonth}%{hday} Release: 0 -Summary: Monospace Font, Metrically Compatible with Courier New -License: OFL-1.1 +Summary: Noto Font Families +License: Apache-2.0 Group: System/X11/Fonts -Url: http://code.google.com/webfonts/family?family=Cousine -Source0: %{fontname}.zip +Url: https://code.google.com/p/noto/ +Source0: https://noto.googlecode.com/files/%{src_name}-hinted-%{hyear}-%{hmonth}-%{hday}.tgz +Source1: https://noto.googlecode.com/files/%{src_name}-unhinted-%{uhyear}-%{uhmonth}-%{uhday}.tgz BuildRequires: fontpackages-devel -BuildRequires: unzip %reconfigure_fonts_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description -Cousine was designed by Steve Matteson as an innovative, refreshing sans serif -design that is metrically compatible with Courier New. Cousine offers improved -on-screen readability characteristics and the pan-European WGL character set -and solves the needs of developers looking for width-compatible fonts to -address document portability across platforms. - -Designer: Steve Matteson +Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke +thicknesses) across languages. %prep -%setup -T -c %{name} -n %{name} -unzip %{SOURCE0} - +%setup -q -c -T -a0 -a1 %build -# -- nothing to do -- -mv "SIL Open Font License 1.1.txt" OFL.txt %install mkdir -p %{buildroot}%{_ttfontsdir} -cp *.ttf %{buildroot}%{_ttfontsdir}/ +cp fonts/individual/hinted/*.ttf %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets %files %defattr(0644,root,root,755) -#%doc OFL.txt +%doc COPYING %dir %{_ttfontsdir} %{_ttfontsdir}/*.ttf