commit google-cabin-fonts for openSUSE:Factory

2012-09-14 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-cabin-fonts.new/google-cabin-fonts.changes   
2012-09-14 12:24:00.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 30 11:09:00 UTC 2012 - t...@opensuse.org
+
+- Fixed bad syntax error in spec file which let to an 
+  uninstallable font
+
+---
+Wed Jul  4 12:39:06 CEST 2012 - pgaj...@suse.cz
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.4aOfuo/_new  2012-09-14 12:24:01.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit google-cabin-fonts for openSUSE:Factory

2012-05-26 Thread h_root
Hello community,

here is the log from the commit of package google-cabin-fonts for 
openSUSE:Factory checked in at 2012-05-26 09:25:02

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-03 10:56:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-cabin-fonts.new/google-cabin-fonts.changes   
2012-05-26 09:25:05.0 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:08 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---



Other differences:
--
++ google-cabin-fonts.spec ++
--- /var/tmp/diff_new_pack.s5vxyC/_old  2012-05-26 09:25:06.0 +0200
+++ /var/tmp/diff_new_pack.s5vxyC/_new  2012-05-26 09:25:06.0 +0200
@@ -2,28 +2,37 @@
 # spec file for package google-cabin-fonts
 #
 # Copyright (c) 2012 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.
 #
+# 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 fontname cabin
 
 Name:   google-cabin-fonts
-BuildRequires:  bzip2 dos2unix
-License:OFL-1.1
-Group:  System/X11/Fonts
-PreReq: %suseconfig_fonts_prereq
 Version:1.005
 Release:1
-URL:http://www.impallari.com
+License:OFL-1.1
+Summary:Humanist Sans Serif Font
+Url:http://www.impallari.com
+Group:  System/X11/Fonts
 Source0:%{fontname}.tar.bz2
 Source1:%{fontname}condensed.tar.bz2
-BuildArchitectures: noarch
+BuildRequires:  bzip2
+BuildRequires:  dos2unix
+Requires(pre):  %suseconfig_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Humanist Sans Serif Font
+BuildArch:  noarch
 
 %description
 The Cabin font family is a humanist sans with 4 weights and true
@@ -42,19 +51,17 @@
 curved stem endings have a 10 degree angle. E and F have shorter
 center arms. M is splashed.
 
-
 %prep
 %setup -c %{fontname} -n %{fontname}
-tar xjvf %{S:1}
-
+tar xjvf %{SOURCE1}
 
 %build
 # -- Nothing to do --
 
 %install
-%{__mkdir_p}  $RPM_BUILD_ROOT%{fontdir}/
-%{__install} -m 644 %{fontname}/*.ttf %{fontname}condensed/*.ttf \
-  $RPM_BUILD_ROOT%{fontdir}
+mkdir -p  %{buildroot}%{fontdir}/
+install -m 644 %{fontname}/*.ttf %{fontname}condensed/*.ttf \
+  %{buildroot}%{fontdir}
 
 %post
 %run_suseconfig_fonts

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org