commit google-anonymouspro-fonts for openSUSE:Factory

2012-09-14 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-anonymouspro-fonts.new/google-anonymouspro-fonts.changes
 2012-09-14 12:23:52.0 +0200
@@ -1,0 +2,6 @@
+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-anonymouspro-fonts.spec ++
--- /var/tmp/diff_new_pack.py47Gl/_old  2012-09-14 12:23:53.0 +0200
+++ /var/tmp/diff_new_pack.py47Gl/_new  2012-09-14 12:23:53.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit google-anonymouspro-fonts for openSUSE:Factory

2012-05-26 Thread h_root
Hello community,

here is the log from the commit of package google-anonymouspro-fonts for 
openSUSE:Factory checked in at 2012-05-26 09:24:57

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-04-23 09:14:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-anonymouspro-fonts.new/google-anonymouspro-fonts.changes
 2012-05-26 09:25:01.0 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:07 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---



Other differences:
--
++ google-anonymouspro-fonts.spec ++
--- /var/tmp/diff_new_pack.mxMTCO/_old  2012-05-26 09:25:02.0 +0200
+++ /var/tmp/diff_new_pack.mxMTCO/_new  2012-05-26 09:25:02.0 +0200
@@ -2,26 +2,34 @@
 # spec file for package google-anonymouspro-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  anonymouspro
 
 Name:   google-anonymouspro-fonts
-License:OFL-1.1
-Group:  System/X11/Fonts
-PreReq: %suseconfig_fonts_prereq
 Version:1.002
 Release:0
-URL:http://www.ms-studio.com/FontSales/anonymouspro.html
+License:OFL-1.1
+Summary:A Free Monospace Font
+Url:http://www.ms-studio.com/FontSales/anonymouspro.html
+Group:  System/X11/Fonts
 Source0:%{fontname}.tar.bz2
-BuildArch:  noarch
+Requires(pre):  %suseconfig_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:A Free Monospace Font
+BuildArch:  noarch
 
 %description
 Anonymous Pro is a family of four fixed-width fonts designed especially
@@ -34,17 +42,16 @@
 and Cyrillic. It also includes special "box drawing" characters for those
 who need them.
 
-
 %prep
 %setup -n %{fontname}
-%{__chmod} 644 *.ttf
+chmod 644 *.ttf
 
 %build
 # -- Nothing to do ---
 
 %install
-%{__mkdir_p} $RPM_BUILD_ROOT%{fontdir}/
-%{__install} -m 0644 *.ttf $RPM_BUILD_ROOT%{fontdir}
+mkdir -p %{buildroot}%{fontdir}/
+install -m 0644 *.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