Hello community, here is the log from the commit of package culmus for openSUSE:11.3 checked in at Tue May 10 17:28:48 CEST 2011.
-------- --- old-versions/11.3/all/culmus/culmus.changes 2010-03-15 09:40:05.000000000 +0100 +++ 11.3/culmus/culmus.changes 2011-05-05 10:27:46.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 5 10:28:19 CEST 2011 - [email protected] + +- package missed TTF fonts -- thanks to andrei.levi at gmail.com + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.3/all/culmus Destination is old-versions/11.3/UPDATES/all/culmus calling whatdependson for 11.3-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ culmus.spec ++++++ --- /var/tmp/diff_new_pack.NlfwD1/_old 2011-05-10 17:28:18.000000000 +0200 +++ /var/tmp/diff_new_pack.NlfwD1/_new 2011-05-10 17:28:18.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package culmus (Version 0.104) +# spec file for package culmus # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -25,7 +25,7 @@ PreReq: %suseconfig_fonts_prereq Provides: locale(he) Version: 0.104 -Release: 1 +Release: 4.<RELEASE2> Url: http://culmus.sourceforge.net/ Source0: %{name}-%{version}.tar.bz2 BuildArch: noarch @@ -51,11 +51,15 @@ %build %install -%define fontdir /usr/share/fonts/Type1 -mkdir -p $RPM_BUILD_ROOT%fontdir -install -c -m 644 *.afm *.pf? $RPM_BUILD_ROOT%fontdir +%define type1dir /usr/share/fonts/Type1 +%define ttfdir /usr/share/fonts/truetype +mkdir -p $RPM_BUILD_ROOT%ttfdir +install -m 0644 *.ttf \ + $RPM_BUILD_ROOT%ttfdir +mkdir -p $RPM_BUILD_ROOT%type1dir +install -c -m 644 *.afm *.pf? $RPM_BUILD_ROOT%type1dir install -c -m 644 fonts.scale-type1 \ - $RPM_BUILD_ROOT%fontdir/fonts.scale.culmus + $RPM_BUILD_ROOT%type1dir/fonts.scale.culmus %clean rm -rf $RPM_BUILD_ROOT @@ -69,6 +73,7 @@ %files %defattr(-, root,root) %doc CHANGES fonts.scale-ttf culmus.conf local.conf GNU-GPL LICENSE LICENSE-BITSTREAM -%fontdir +%type1dir +%ttfdir %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
