- call spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-merriweather-fonts?expand=0&rev=6
This commit is contained in:
parent
de82d1dd66
commit
c6c0154353
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 17 09:10:12 UTC 2012 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- call spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 19 12:22:52 UTC 2012 - pgajdos@suse.com
|
Thu Apr 19 12:22:52 UTC 2012 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -9,26 +9,27 @@
|
|||||||
# file, is the same license as for the pristine package itself (unless 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
|
# 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
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license taht conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by thee Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
# Please submit bugfixe or comments via http://bugs.opensuse.org/
|
|
||||||
|
|
||||||
%define fontdir %{_datadir}/fonts/truetype
|
%define fontdir %{_datadir}/fonts/truetype
|
||||||
%define fontname merriweather
|
%define fontname merriweather
|
||||||
|
|
||||||
|
Name: google-merriweather-fonts
|
||||||
Name: google-merriweather-fonts
|
Version: 1.3
|
||||||
Summary: Readable Text Serif Font for Screen
|
Release: 0
|
||||||
License: OFL-1.1
|
License: OFL-1.1
|
||||||
Group: System/X11/Fonts
|
Summary: Readable Text Serif Font for Screen
|
||||||
BuildArch: noarch
|
Url: http://www.google.com/webfonts/specimen/Merriweather
|
||||||
Version: 1.3
|
Group: System/X11/Fonts
|
||||||
Release: 0
|
Source0: %{fontname}-%{version}.tar.bz2
|
||||||
Source0: %{fontname}-%{version}.tar.bz2
|
|
||||||
Source1: OFL.txt
|
Source1: OFL.txt
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: http://www.google.com/webfonts/specimen/Merriweather
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Merriweather was designed to be a text face that is pleasant to read on screens.
|
Merriweather was designed to be a text face that is pleasant to read on screens.
|
||||||
@ -48,17 +49,15 @@ and even fund specific features if if they are outside of the current scope of w
|
|||||||
For more information and to stay updated see Eben Sorkin's blog and Flickr stream and
|
For more information and to stay updated see Eben Sorkin's blog and Flickr stream and
|
||||||
the Merriweather Twitter microblog.
|
the Merriweather Twitter microblog.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{fontname}-%{version}
|
%setup -n %{fontname}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp %{S:1} .
|
cp %{SOURCE1} .
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT%{fontdir}
|
mkdir -p %{buildroot}%{fontdir}
|
||||||
cp *.ttf $RPM_BUILD_ROOT%{fontdir}
|
cp *.ttf %{buildroot}%{fontdir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user