Hello community,

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

Package is "ipa-fonts", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ipa-fonts/ipa-fonts.changes      2012-04-03 
09:20:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ipa-fonts.new/ipa-fonts.changes 2012-05-26 
09:25:52.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 17 09:10:15 UTC 2012 - [email protected]
+
+- call spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ipa-fonts.spec ++++++
--- /var/tmp/diff_new_pack.bl4mHN/_old  2012-05-26 09:25:54.000000000 +0200
+++ /var/tmp/diff_new_pack.bl4mHN/_new  2012-05-26 09:25:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ipa-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,20 +16,21 @@
 #
 
 
+
 Name:           ipa-fonts
-BuildRequires:  dos2unix
+Version:        003.02
+Release:        0
+License:        IPA
+Summary:        Japanese TrueType font made by IPA
 %define        ttf_fontdir     /usr/share/fonts/truetype
 Url:            http://ossipedia.ipa.go.jp/ipafont/
-Summary:        Japanese TrueType font made by IPA
-License:        IPA
 Group:          System/X11/Fonts
-PreReq:         %suseconfig_fonts_prereq
-Version:        003.02
-Release:        0
-Provides:       scalable-font-ja
-Provides:       locale(ja)
 Source0:        IPAfont00302.tar.bz2
 Source1:        ipa-hinting.conf
+BuildRequires:  dos2unix
+Requires(pre):  %suseconfig_fonts_prereq
+Provides:       scalable-font-ja
+Provides:       locale(ja)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -40,9 +41,9 @@
 %package -n ipa-pgothic-fonts
 Summary:        "Proportional Gothic" Japanese TrueType font made by IPA
 Group:          System/X11/Fonts
+Requires:       ipa-fonts-config
 Provides:       scalable-font-ja
 Provides:       locale(ja)
-Requires:       ipa-fonts-config
 Provides:       IPAPGothic = %{version}
 Obsoletes:      IPAPGothic <= 003.02
 
@@ -53,9 +54,9 @@
 %package -n ipa-gothic-fonts
 Summary:        "Gothic" Japanese TrueType font made by IPA
 Group:          System/X11/Fonts
+Requires:       ipa-fonts-config
 Provides:       scalable-font-ja
 Provides:       locale(ja)
-Requires:       ipa-fonts-config
 Provides:       IPAGothic = %{version}
 Obsoletes:      IPAGothic <= 003.02
 
@@ -66,9 +67,9 @@
 %package -n ipa-mincho-fonts
 Summary:        "Mincho" Japanese TrueType font made by IPA
 Group:          System/X11/Fonts
+Requires:       ipa-fonts-config
 Provides:       scalable-font-ja
 Provides:       locale(ja)
-Requires:       ipa-fonts-config
 Provides:       IPAMincho = %{version}
 Obsoletes:      IPAMincho <= 003.02
 
@@ -79,9 +80,9 @@
 %package -n ipa-pmincho-fonts
 Summary:        "Proportional Mincho" Japanese TrueType font made by IPA
 Group:          System/X11/Fonts
+Requires:       IPA-fonts-config
 Provides:       scalable-font-ja
 Provides:       locale(ja)
-Requires:       IPA-fonts-config
 Provides:       IPAPMincho = %{version}
 Obsoletes:      IPAPMincho <= 003.02
 
@@ -108,16 +109,16 @@
 done
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{ttf_fontdir}
+mkdir -p %{buildroot}%{ttf_fontdir}
 for i in *.ttf
 do
-    install -m 644 $i $RPM_BUILD_ROOT%{ttf_fontdir}
+    install -m 644 $i %{buildroot}%{ttf_fontdir}
 done
-mkdir -p $RPM_BUILD_ROOT/etc/fonts/conf.avail
-mkdir -p $RPM_BUILD_ROOT/etc/fonts/conf.d
-install -m 644 %{SOURCE1} 
$RPM_BUILD_ROOT/etc/fonts/conf.avail/21-ipa-hinting.conf
+mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.avail
+mkdir -p %{buildroot}%{_sysconfdir}/fonts/conf.d
+install -m 644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/fonts/conf.avail/21-ipa-hinting.conf
 ln -s ../conf.avail/21-ipa-hinting.conf \
-  $RPM_BUILD_ROOT/etc/fonts/conf.d/21-ipa-hinting.conf
+  %{buildroot}%{_sysconfdir}/fonts/conf.d/21-ipa-hinting.conf
 
 %post -n ipa-pgothic-fonts
 %run_suseconfig_fonts -c
@@ -151,7 +152,7 @@
 
 %files -n ipa-fonts-config
 %defattr(-,root,root)
-/etc/fonts
+%{_sysconfdir}/fonts
 
 %files -n ipa-gothic-fonts
 %defattr(-,root,root)


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

Reply via email to