commit google-alegreya-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package google-alegreya-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:23:37

Comparing /work/SRC/openSUSE:Factory/google-alegreya-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-alegreya-fonts.new (New)


Package is google-alegreya-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/google-alegreya-fonts/google-alegreya-fonts.changes  
2012-05-26 09:24:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-alegreya-fonts.new/google-alegreya-fonts.changes
 2012-09-14 12:23:39.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-alegreya-fonts.spec ++
--- /var/tmp/diff_new_pack.ePflj4/_old  2012-09-14 12:23:39.0 +0200
+++ /var/tmp/diff_new_pack.ePflj4/_new  2012-09-14 12:23:39.0 +0200
@@ -16,20 +16,20 @@
 #
 
 
-%define fontdir  %{_datadir}/fonts/truetype
 %define fontname alegreya
 
 Name:   google-alegreya-fonts
 Version:1.003
-Release:1
-License:OFL-1.1
+Release:0
 Summary:Serif Font for Literature
-Url:http://code.google.com/webfonts/family?family=Alegreya
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://code.google.com/webfonts/family?family=Alegreya
 Source0:%{fontname}.tar.bz2
 Source1:%{fontname}sc.tar.bz2
 BuildRequires:  bzip2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -47,28 +47,26 @@
 referring to the calligraphic letter, not as a literal
 interpretation, but rather in a contemporary typographic language.
 
+Designed by Juan Pablo del Peral for Huerta Tipográfica.
+
 %prep
 %setup -c %{name} -n %{name}
 tar xjvf %{SOURCE1}
 
 %build
-# -- Nothing to do --
+chmod 644 alegreyasc/OFL.txt
 
 %install
-mkdir -p %{buildroot}%{fontdir}
+mkdir -p %{buildroot}%{_ttfontsdir}
 install -m 0644 %{fontname}/*.ttf %{fontname}sc/*.ttf \
-  %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+  %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
-%dir %{fontdir}/
-%{fontdir}/*
+%dir %{_ttfontsdir}/
+%{_ttfontsdir}/*
 %doc %{fontname}sc/OFL.txt
 
 %changelog

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



commit google-alegreya-fonts for openSUSE:Factory

2012-05-26 Thread h_root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/google-alegreya-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-alegreya-fonts.new (New)


Package is google-alegreya-fonts, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/google-alegreya-fonts/google-alegreya-fonts.changes  
2012-05-03 10:56:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-alegreya-fonts.new/google-alegreya-fonts.changes
 2012-05-26 09:24:47.0 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:06 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---



Other differences:
--
++ google-alegreya-fonts.spec ++
--- /var/tmp/diff_new_pack.X3okou/_old  2012-05-26 09:24:48.0 +0200
+++ /var/tmp/diff_new_pack.X3okou/_new  2012-05-26 09:24:48.0 +0200
@@ -2,28 +2,36 @@
 # spec file for package google-alegreya-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 alegreya
 
 Name:   google-alegreya-fonts
-BuildRequires:  bzip2
-License:OFL-1.1
-Group:  System/X11/Fonts
-PreReq: %suseconfig_fonts_prereq
 Version:1.003
 Release:1
-URL:http://code.google.com/webfonts/family?family=Alegreya
+License:OFL-1.1
+Summary:Serif Font for Literature
+Url:http://code.google.com/webfonts/family?family=Alegreya
+Group:  System/X11/Fonts
 Source0:%{fontname}.tar.bz2
 Source1:%{fontname}sc.tar.bz2
-BuildArch:  noarch
+BuildRequires:  bzip2
+Requires(pre):  %suseconfig_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Serif Font for Literature
+BuildArch:  noarch
 
 %description
 Alegreya was chosen as one of 53 Fonts of the Decade at
@@ -39,10 +47,9 @@
 referring to the calligraphic letter, not as a literal 
 interpretation, but rather in a contemporary typographic language.
   
-
 %prep
 %setup -c %{name} -n %{name}
-tar xjvf %{S:1}
+tar xjvf %{SOURCE1}
 
 %build
 # -- Nothing to do --

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