commit a4a3cea4efc4a7b9f6cbac5eea615cf96c2fe66f4261ce82dd632fa2644bbc25 Author: Petr Gajdos Date: Fri Oct 25 11:48:09 2013 +0000 osc copypac from project:M17N:fonts package:google-cousine-fonts revision:1 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-noto-fonts?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/cousine.zip b/cousine.zip new file mode 100644 index 0000000..0428500 --- /dev/null +++ b/cousine.zip @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..7177ece --- /dev/null +++ b/google-cousine-fonts.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Feb 6 09:44:32 UTC 2013 - toms@opensuse.org + +- Initial release (2010-11-18) + diff --git a/google-cousine-fonts.spec b/google-cousine-fonts.spec new file mode 100644 index 0000000..0cce45f --- /dev/null +++ b/google-cousine-fonts.spec @@ -0,0 +1,65 @@ +# +# spec file for package google-cousine-fonts +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +%define fontname cousine + +Name: google-cousine-fonts +Version: 1.0 +Release: 0 +Summary: Monospace Font, Metrically Compatible with Courier New +License: OFL-1.1 +Group: System/X11/Fonts +Url: http://code.google.com/webfonts/family?family=Cousine +Source0: %{fontname}.zip +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 + +%prep +%setup -T -c %{name} -n %{name} +unzip %{SOURCE0} + + +%build +# -- nothing to do -- +mv "SIL Open Font License 1.1.txt" OFL.txt + +%install +mkdir -p %{buildroot}%{_ttfontsdir} +cp *.ttf %{buildroot}%{_ttfontsdir}/ + +%reconfigure_fonts_scriptlets + +%files +%defattr(0644,root,root,755) +#%doc OFL.txt +%dir %{_ttfontsdir} +%{_ttfontsdir}/*.ttf + +%changelog