commit motoya-lmaru-fonts for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package motoya-lmaru-fonts for 
openSUSE:Factory checked in at 2012-09-14 12:31:29

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


Package is motoya-lmaru-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/motoya-lmaru-fonts/motoya-lmaru-fonts.changes
2012-05-26 09:27:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.motoya-lmaru-fonts.new/motoya-lmaru-fonts.changes   
2012-09-14 12:31:31.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:
--
++ motoya-lmaru-fonts.spec ++
--- /var/tmp/diff_new_pack.BzoXBk/_old  2012-09-14 12:31:32.0 +0200
+++ /var/tmp/diff_new_pack.BzoXBk/_new  2012-09-14 12:31:32.0 +0200
@@ -16,17 +16,16 @@
 #
 
 
-
 Name:   motoya-lmaru-fonts
 Version:1.0.0
-Release:1
-%definefontdir /usr/share/fonts/truetype
+Release:0
+Summary:Japanese Round-Gothic-Typeface Fonts Designed by Motoya
 License:Apache-2.0
-Summary:Japanese round-gothic-typeface fonts designed by Motoya
-Url:http://android.googlesource.com/
 Group:  System/X11/Fonts
+Url:http://android.googlesource.com/
 Source0:%{name}-%{version}.tar.bz2
-Requires(pre):  %suseconfig_fonts_prereq
+BuildRequires:  fontpackages-devel
+%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -40,20 +39,15 @@
 %build
 
 %install
-[ -e %{buildroot} ] || mkdir %{buildroot}
-mkdir -p  %{buildroot}%{fontdir}/
-install -c -m 644 *.ttf %{buildroot}%{fontdir}
-
-%post
-%run_suseconfig_fonts
+mkdir -p  %{buildroot}%{_ttfontsdir}/
+install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
 
-%postun
-%run_suseconfig_fonts
+%reconfigure_fonts_scriptlets
 
 %files
 %defattr(-, root,root)
 %doc NOTICE
-%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 motoya-lmaru-fonts for openSUSE:Factory

2012-05-26 Thread h_root
Hello community,

here is the log from the commit of package motoya-lmaru-fonts for 
openSUSE:Factory checked in at 2012-05-26 09:27:07

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


Package is motoya-lmaru-fonts, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/motoya-lmaru-fonts/motoya-lmaru-fonts.changes
2012-05-03 10:58:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.motoya-lmaru-fonts.new/motoya-lmaru-fonts.changes   
2012-05-26 09:27:10.0 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:21 UTC 2012 - pgaj...@suse.com
+
+- call spec-cleaner
+
+---



Other differences:
--
++ motoya-lmaru-fonts.spec ++
--- /var/tmp/diff_new_pack.9YBFqw/_old  2012-05-26 09:27:11.0 +0200
+++ /var/tmp/diff_new_pack.9YBFqw/_new  2012-05-26 09:27:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mplus-fonts
+# spec file for package motoya-lmaru-fonts
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,33 +16,33 @@
 #
 
 
+
 Name:   motoya-lmaru-fonts
-%definefontdir /usr/share/fonts/truetype
-License:Apache-2.0
-Group:  System/X11/Fonts
-PreReq: %suseconfig_fonts_prereq
 Version:1.0.0
 Release:1
+%definefontdir /usr/share/fonts/truetype
+License:Apache-2.0
+Summary:Japanese round-gothic-typeface fonts designed by Motoya
 Url:http://android.googlesource.com/
+Group:  System/X11/Fonts
 Source0:%{name}-%{version}.tar.bz2
-BuildArch:  noarch
+Requires(pre):  %suseconfig_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Japanese round-gothic-typeface fonts designed by Motoya
+BuildArch:  noarch
 
 %description
 This package provides a font family named MotoyaLMaru W3 mono.
 It was provided to Android platform by Motoya.
 
-
 %prep
 %setup -q
 
 %build
 
 %install
-[ -e %buildroot ] || %{__mkdir} %buildroot
-%{__mkdir_p}  $RPM_BUILD_ROOT%{fontdir}/
-%{__install} -c -m 644 *.ttf $RPM_BUILD_ROOT%{fontdir}
+[ -e %{buildroot} ] || mkdir %{buildroot}
+mkdir -p  %{buildroot}%{fontdir}/
+install -c -m 644 *.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