Hello community, here is the log from the commit of package arabic-fonts for openSUSE:Factory checked in at 2012-05-26 09:21:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/arabic-fonts (Old) and /work/SRC/openSUSE:Factory/.arabic-fonts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arabic-fonts", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/arabic-fonts/arabic-fonts.changes 2012-03-20 11:25:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.arabic-fonts.new/arabic-fonts.changes 2012-05-26 09:21:28.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 17 09:09:49 UTC 2012 - [email protected] + +- call spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ arabic-fonts.spec ++++++ --- /var/tmp/diff_new_pack.CvaG20/_old 2012-05-26 09:21:29.000000000 +0200 +++ /var/tmp/diff_new_pack.CvaG20/_new 2012-05-26 09:21:29.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package fonts-arabic (Version 0.20091208) +# spec file for package arabic-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,21 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: arabic-fonts -BuildRequires: xorg-x11 +Version: 0.20091208 +Release: 2 %define bitmap_fontdir /usr/share/fonts/misc %define ttf_fontdir /usr/share/fonts/truetype License: GPL-2.0+ -Group: System/X11/Fonts -Provides: scalable-font-ar -PreReq: %suseconfig_fonts_prereq -Provides: locale(ar) -# FIXME: This causes a rpmlint warning; change <= to < once here's a new upstream version -Obsoletes: fonts-arabic <= %{version} -Provides: fonts-arabic == %{version} -Version: 0.20091208 -Release: 2 +Summary: A Collection of Free Arabic Fonts Url: http://www.arabeyes.org/resources.php +Group: System/X11/Fonts # public domain: Source0: ae_fonts_mono.tar.bz2 Source1: http://heanet.dl.sourceforge.net/sourceforge/arabeyes/haydar_fonts.tar.bz2 @@ -37,9 +33,15 @@ Source3: http://heanet.dl.sourceforge.net/sourceforge/arabeyes/lateef.shaikh_fonts.tar.bz2 Source4: http://heanet.dl.sourceforge.net/sourceforge/arabeyes/sharif.univ_ttf.bz2 Source5: http://downloads.sourceforge.net/arabeyes/ae_fonts_2.0.tar.bz2 -BuildArch: noarch +BuildRequires: xorg-x11 +Requires(pre): %suseconfig_fonts_prereq +Provides: scalable-font-ar +Provides: locale(ar) +# FIXME: This causes a rpmlint warning; change <= to < once here's a new upstream version +Obsoletes: fonts-arabic <= %{version} +Provides: fonts-arabic = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: A Collection of Free Arabic Fonts +BuildArch: noarch %description A collection of free Arabic fonts available from @@ -57,8 +59,8 @@ %build %install -mkdir -p $RPM_BUILD_ROOT%{bitmap_fontdir} -mkdir -p $RPM_BUILD_ROOT%{ttf_fontdir} +mkdir -p %{buildroot}%{bitmap_fontdir} +mkdir -p %{buildroot}%{ttf_fontdir} for i in *.ttf */*.ttf */*/*.ttf do # one of the kacst TrueType font files has size zero @@ -66,13 +68,13 @@ # (OpenOffice even coredumps when .ttf files with size zero # are in the path). if [ -s $i ] ; then - install -c -m 644 $i $RPM_BUILD_ROOT%{ttf_fontdir} + install -c -m 644 $i %{buildroot}%{ttf_fontdir} fi done for i in */*.bdf do bdftopcf $i | gzip -9 > \ - $RPM_BUILD_ROOT%{bitmap_fontdir}/`basename $i .bdf`.pcf.gz + %{buildroot}%{bitmap_fontdir}/`basename $i .bdf`.pcf.gz done %post -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
