Hello community,
here is the log from the commit of package google-cousine-fonts for
openSUSE:Factory checked in at 2012-09-14 12:24:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-cousine-fonts (Old)
and /work/SRC/openSUSE:Factory/.google-cousine-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-cousine-fonts", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-cousine-fonts/google-cousine-fonts.changes
2012-05-26 09:25:08.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.google-cousine-fonts.new/google-cousine-fonts.changes
2012-09-14 12:24:16.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-cousine-fonts.spec ++++++
--- /var/tmp/diff_new_pack.ICnlDx/_old 2012-09-14 12:24:16.000000000 +0200
+++ /var/tmp/diff_new_pack.ICnlDx/_new 2012-09-14 12:24:16.000000000 +0200
@@ -16,19 +16,20 @@
#
-%define fontdir %{_datadir}/fonts/truetype
%define fontname cousine
Name: google-cousine-fonts
Version: 1.0
Release: 0
-License: OFL-1.1
Summary: Monospace Sans Serif Font
-Url: http://code.google.com/webfonts/family?family=Cousine
+License: OFL-1.1
Group: System/X11/Fonts
+Url: http://code.google.com/webfonts/family?family=Cousine
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
@@ -41,6 +42,8 @@
of developers looking for width-compatible fonts to address
document portability across platforms.
+Designer: Steve Matteson
+
%prep
%setup -q -n %{fontname} -c %{fontname}
@@ -48,19 +51,16 @@
# -- nothing to do --
%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}
+dos2unix cousine/OFL.txt
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
%doc cousine/OFL.txt
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]