Hello community, here is the log from the commit of package google-lato-fonts for openSUSE:Factory checked in at 2012-05-26 09:25:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/google-lato-fonts (Old) and /work/SRC/openSUSE:Factory/.google-lato-fonts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-lato-fonts", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/google-lato-fonts/google-lato-fonts.changes 2012-04-23 09:14:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.google-lato-fonts.new/google-lato-fonts.changes 2012-05-26 09:25:26.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 17 09:10:10 UTC 2012 - [email protected] + +- call spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ google-lato-fonts.spec ++++++ --- /var/tmp/diff_new_pack.cQOn4w/_old 2012-05-26 09:25:26.000000000 +0200 +++ /var/tmp/diff_new_pack.cQOn4w/_new 2012-05-26 09:25:26.000000000 +0200 @@ -1,30 +1,37 @@ # # spec file for package google-lato-fonts # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2012 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 fontdir %{_datadir}/fonts/truetype +%define fontdir %{_datadir}/fonts/truetype Name: google-lato-fonts -BuildRequires: unzip dos2unix -License: OFL-1.1 -Group: System/X11/Fonts -Autoreqprov: on -PreReq: %suseconfig_fonts_prereq Version: 1.102 Release: 1 -URL: http://code.google.com/webfonts/family?family=Lato +License: OFL-1.1 +Summary: Easily Readable Sans Serif Font +Url: http://code.google.com/webfonts/family?family=Lato +Group: System/X11/Fonts Source0: Lato.zip Source1: OFL.txt -BuildArchitectures: noarch +BuildRequires: dos2unix +BuildRequires: unzip +Requires(pre): %suseconfig_fonts_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: Easily Readable Sans Serif Font +BuildArch: noarch %description Lato is a sanserif typeface family designed in the Summer @@ -43,18 +50,17 @@ Cyrillic and Greek extensions, as well as small caps and other typographic niceties are expected in 2011. - %prep %setup -T -c %{name} -n %{name} -%{__unzip} -j %{S:0} -%{__chmod} 644 *.ttf +unzip -j %{SOURCE0} +chmod 644 *.ttf %build -cp %{S:1} . +cp %{SOURCE1} . %install -mkdir -p $RPM_BUILD_ROOT%{fontdir}/ -install -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir} +mkdir -p %{buildroot}%{fontdir}/ +install -m 0644 *.ttf %{buildroot}%{fontdir} %post %run_suseconfig_fonts -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
