Hello community,

here is the log from the commit of package sazanami-fonts for openSUSE:Factory 
checked in at 2012-05-26 09:28:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sazanami-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.sazanami-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sazanami-fonts", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sazanami-fonts/sazanami-fonts.changes    
2011-09-23 12:45:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sazanami-fonts.new/sazanami-fonts.changes       
2012-05-26 09:28:48.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:26 UTC 2012 - [email protected]
+
+- call spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sazanami-fonts.spec ++++++
--- /var/tmp/diff_new_pack.onnjMX/_old  2012-05-26 09:28:52.000000000 +0200
+++ /var/tmp/diff_new_pack.onnjMX/_new  2012-05-26 09:28:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package sazanami-fonts (Version 20040629)
+# spec file for package sazanami-fonts
 #
-# Copyright (c) 2010 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
@@ -15,41 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           sazanami-fonts
-BuildRequires:  fontforge
-%define        fontdir     /usr/share/fonts/truetype
-License:        BSD-3-Clause ; SUSE-Public-Domain
-Group:          System/X11/Fonts
-Provides:       scalable-font-ja
-AutoReqProv:    on
-PreReq:         %suseconfig_fonts_prereq
-Provides:       locale(ja)
 Version:        20040629
 Release:        188
+%define        fontdir     /usr/share/fonts/truetype
+License:        BSD-3-Clause ; SUSE-Public-Domain
+Summary:        Japanese "Sazanami" TrueType Fonts
 # http://wiki.fdiary.net/font/?sazanami
 Url:            http://sourceforge.jp/projects/efont/files/
+Group:          System/X11/Fonts
 Source0:        
http://kyushu-u.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2
 Source1:        fonts.scale.sazanami-fonts
 Source2:        copy-uni3231
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         license-translation.patch
-BuildArch:      noarch
+BuildRequires:  fontforge
+Requires(pre):  %suseconfig_fonts_prereq
+Provides:       scalable-font-ja
+Provides:       locale(ja)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        Japanese "Sazanami" TrueType Fonts
+BuildArch:      noarch
 
 %description
 Japanese "Sazanami" TrueType Fonts
 
-
-
-Authors:
---------
-    Kazuhiko <[email protected]>
-    KANOU Hiroki <[email protected]>
-    FURUKAWA yasuyuki   <[email protected]>
-
 %prep
 %setup -n sazanami-%{version}
 %patch0 -p1 
@@ -70,19 +61,19 @@
 done
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{fontdir}/
-install -c -m 644 *.ttf $RPM_BUILD_ROOT%{fontdir}
-install -c -m 644 $RPM_SOURCE_DIR/fonts.scale.* $RPM_BUILD_ROOT%{fontdir}
+mkdir -p %{buildroot}%{fontdir}/
+install -c -m 644 *.ttf %{buildroot}%{fontdir}
+install -c -m 644 $RPM_SOURCE_DIR/fonts.scale.* %{buildroot}%{fontdir}
 # these symlinks and the fonts.scale.sazanami-fonts are a hack
 # to make flash-player work with Japanese in SUSE Linux 10.1/SLES10/SLED10
 # see Bugzilla #196191:
-pushd $RPM_BUILD_ROOT%{fontdir}
+pushd %{buildroot}%{fontdir}
     ln -s sazanami-mincho.ttf smincho.ttf
     ln -s sazanami-gothic.ttf sgothic.ttf
 popd
 
 %clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT; 
+[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
 
 %post
 %run_suseconfig_fonts -c

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to