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.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.motoya-lmaru-fonts.new/motoya-lmaru-fonts.changes
2012-05-26 09:27:10.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:21 UTC 2012 - [email protected]
+
+- call spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ motoya-lmaru-fonts.spec ++++++
--- /var/tmp/diff_new_pack.9YBFqw/_old 2012-05-26 09:27:11.000000000 +0200
+++ /var/tmp/diff_new_pack.9YBFqw/_new 2012-05-26 09:27:11.000000000 +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
-%define fontdir /usr/share/fonts/truetype
-License: Apache-2.0
-Group: System/X11/Fonts
-PreReq: %suseconfig_fonts_prereq
Version: 1.0.0
Release: 1
+%define fontdir /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: [email protected]
For additional commands, e-mail: [email protected]