Hello community,
here is the log from the commit of package google-opensans-fonts for
openSUSE:Factory checked in at 2012-09-14 12:25:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-opensans-fonts (Old)
and /work/SRC/openSUSE:Factory/.google-opensans-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-opensans-fonts", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-opensans-fonts/google-opensans-fonts.changes
2012-05-26 09:25:48.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.google-opensans-fonts.new/google-opensans-fonts.changes
2012-09-14 12:25:32.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 4 12:39:06 CEST 2012 - [email protected]
+
+- amend spec file to reflect new font packaging scheme
+ (see openFATE#313536);
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-opensans-fonts.spec ++++++
--- /var/tmp/diff_new_pack.fJjXKd/_old 2012-09-14 12:25:43.000000000 +0200
+++ /var/tmp/diff_new_pack.fJjXKd/_new 2012-09-14 12:25:43.000000000 +0200
@@ -16,19 +16,20 @@
#
-%define fontdir %{_datadir}/fonts/truetype
%define fontname opensans
Name: google-opensans-fonts
Version: 1.0
Release: 0
-License: Apache-2.0
Summary: Humanist Sans Serif Typeface
-Url: http://code.google.com/webfonts/family?family=Open+Sans
+License: Apache-2.0
Group: System/X11/Fonts
+Url: http://code.google.com/webfonts/family?family=Open+Sans
Source0: %{fontname}.tar.bz2
BuildRequires: bzip2
-Requires(pre): %suseconfig_fonts_prereq
+BuildRequires: dos2unix
+BuildRequires: fontpackages-devel
+%reconfigure_fonts_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -43,26 +44,25 @@
optimized for print, web, and mobile interfaces, and has
excellent legibility characteristics in its letterforms.
+Designer: Steve Matteson
+
%prep
%setup -q -n %{fontname} -c %{fontname}
%build
-# -- nothing to do --
+chmod 644 %{fontname}/LICENSE.txt
+dos2unix %{fontname}/LICENSE.txt
%install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 %{fontname}/*.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 %{fontname}/*.ttf %{buildroot}%{_ttfontsdir}
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
%doc %{fontname}/LICENSE.txt
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]