Hello community,

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

Package is "vlgothic-fonts", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlgothic-fonts/vlgothic-fonts.changes    
2012-04-12 09:55:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vlgothic-fonts.new/vlgothic-fonts.changes       
2012-05-26 09:30:34.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:34 UTC 2012 - [email protected]
+
+- call spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlgothic-fonts.spec ++++++
--- /var/tmp/diff_new_pack.n6lyDc/_old  2012-05-26 09:30:36.000000000 +0200
+++ /var/tmp/diff_new_pack.n6lyDc/_new  2012-05-26 09:30:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vlgothic-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
@@ -15,30 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           vlgothic-fonts
+Version:        20110722
+Release:        0
+License:        BSD-3-Clause and SUSE-mplus
+Summary:        VL-Gothic TrueType font family
 %define        fontdir     /usr/share/fonts/truetype
 Url:            http://dicey.org/vlgothic/
-Summary:        VL-Gothic TrueType font family
-License:        BSD-3-Clause and SUSE-mplus
-PreReq:         %suseconfig_fonts_prereq
 Group:          System/X11/Fonts
-Version:        20110722
-Release:        0
+Source0:        VLGothic-%{version}.tar.bz2
+Requires(pre):  %suseconfig_fonts_prereq
 Provides:       scalable-font-ja
 Provides:       locale(ja)
-Source0:        VLGothic-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 Provides:       vlgothic = %{version}
 Obsoletes:      vlgothic <= 20110722
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 This package provides "VLGothic" Japanese TrueType fonts which are
 based on the M+ fonts and the Sazanami fonts.
 
-
-
-
 %prep
 %setup -q -n VLGothic
 
@@ -50,14 +49,14 @@
 done
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{fontdir}
+mkdir -p %{buildroot}%{fontdir}
 for i in *.ttf
 do
-    install -m 644 $i $RPM_BUILD_ROOT%{fontdir}
+    install -m 644 $i %{buildroot}%{fontdir}
 done
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+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