Hello community,
here is the log from the commit of package google-cabin-fonts for
openSUSE:Factory checked in at 2012-09-14 12:23:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-cabin-fonts (Old)
and /work/SRC/openSUSE:Factory/.google-cabin-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-cabin-fonts", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/google-cabin-fonts/google-cabin-fonts.changes
2012-05-26 09:25:05.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.google-cabin-fonts.new/google-cabin-fonts.changes
2012-09-14 12:24:00.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Aug 30 11:09:00 UTC 2012 - [email protected]
+
+- Fixed bad syntax error in spec file which let to an
+ uninstallable font
+
+-------------------------------------------------------------------
+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-cabin-fonts.spec ++++++
--- /var/tmp/diff_new_pack.4aOfuo/_old 2012-09-14 12:24:01.000000000 +0200
+++ /var/tmp/diff_new_pack.4aOfuo/_new 2012-09-14 12:24:01.000000000 +0200
@@ -16,23 +16,24 @@
#
-%define fontdir %{_datadir}/fonts/truetype
%define fontname cabin
Name: google-cabin-fonts
Version: 1.005
-Release: 1
-License: OFL-1.1
+Release: 0
Summary: Humanist Sans Serif Font
-Url: http://www.impallari.com
+License: OFL-1.1
Group: System/X11/Fonts
+Url: http://www.impallari.com
Source0: %{fontname}.tar.bz2
Source1: %{fontname}condensed.tar.bz2
BuildRequires: bzip2
BuildRequires: dos2unix
-Requires(pre): %suseconfig_fonts_prereq
+BuildRequires: dos2unix
+BuildRequires: fontpackages-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+%reconfigure_fonts_prereq
%description
The Cabin font family is a humanist sans with 4 weights and true
@@ -51,6 +52,8 @@
curved stem endings have a 10 degree angle. E and F have shorter
center arms. M is splashed.
+Designer: Pablo Impallari
+
%prep
%setup -c %{fontname} -n %{fontname}
tar xjvf %{SOURCE1}
@@ -59,20 +62,18 @@
# -- Nothing to do --
%install
-mkdir -p %{buildroot}%{fontdir}/
+mkdir -p %{buildroot}%{_ttfontsdir}/
install -m 644 %{fontname}/*.ttf %{fontname}condensed/*.ttf \
- %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+ %{buildroot}%{_ttfontsdir}
+dos2unix cabin/OFL.txt
+chmod 644 cabin/OFL.txt
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
%doc cabin/OFL.txt
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]