Hello community,
here is the log from the commit of package google-anonymouspro-fonts for
openSUSE:Factory checked in at 2012-09-14 12:23:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-anonymouspro-fonts (Old)
and /work/SRC/openSUSE:Factory/.google-anonymouspro-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-anonymouspro-fonts", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-anonymouspro-fonts/google-anonymouspro-fonts.changes
2012-05-26 09:25:01.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.google-anonymouspro-fonts.new/google-anonymouspro-fonts.changes
2012-09-14 12:23:52.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-anonymouspro-fonts.spec ++++++
--- /var/tmp/diff_new_pack.py47Gl/_old 2012-09-14 12:23:53.000000000 +0200
+++ /var/tmp/diff_new_pack.py47Gl/_new 2012-09-14 12:23:53.000000000 +0200
@@ -16,18 +16,19 @@
#
-%define fontdir %{_datadir}/fonts/truetype
%define fontname anonymouspro
Name: google-anonymouspro-fonts
Version: 1.002
Release: 0
-License: OFL-1.1
Summary: A Free Monospace Font
-Url: http://www.ms-studio.com/FontSales/anonymouspro.html
+License: OFL-1.1
Group: System/X11/Fonts
+Url: http://www.ms-studio.com/FontSales/anonymouspro.html
Source0: %{fontname}.tar.bz2
-Requires(pre): %suseconfig_fonts_prereq
+BuildRequires: dos2unix
+BuildRequires: fontpackages-devel
+%reconfigure_fonts_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -42,6 +43,8 @@
and Cyrillic. It also includes special "box drawing" characters for those
who need them.
+Designer: Mark Simonson
+
%prep
%setup -n %{fontname}
chmod 644 *.ttf
@@ -50,19 +53,16 @@
# -- Nothing to do ---
%install
-mkdir -p %{buildroot}%{fontdir}/
-install -m 0644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p %{buildroot}%{_ttfontsdir}/
+install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
+dos2unix OFL.txt
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
%doc README.txt FONTLOG.txt OFL.txt
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]