Hello community, here is the log from the commit of package culmus for openSUSE:11.4 checked in at Tue May 10 17:32:34 CEST 2011.
-------- --- old-versions/11.4/all/culmus/culmus.changes 2010-11-22 10:00:48.000000000 +0100 +++ 11.4/culmus/culmus.changes 2011-05-05 10:24:37.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 5 10:18:06 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.4/all/culmus Destination is old-versions/11.4/UPDATES/all/culmus calling whatdependson for 11.4-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ culmus.spec ++++++ --- /var/tmp/diff_new_pack.WmDv8X/_old 2011-05-10 17:32:21.000000000 +0200 +++ /var/tmp/diff_new_pack.WmDv8X/_new 2011-05-10 17:32:21.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package culmus (Version 0.120) +# 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 @@ -17,7 +17,8 @@ # norootforbuild -%define fontdir /usr/share/fonts/Type1 +%define type1dir /usr/share/fonts/Type1 +%define ttfdir /usr/share/fonts/truetype Name: culmus License: GPLv2+ @@ -26,7 +27,7 @@ PreReq: %suseconfig_fonts_prereq Provides: locale(he) Version: 0.120 -Release: 1 +Release: 4.<RELEASE5> Url: http://culmus.sourceforge.net/ Source0: %{name}-%{version}.tar.bz2 BuildArch: noarch @@ -52,10 +53,13 @@ %build %install -mkdir -p $RPM_BUILD_ROOT%fontdir -install -c -m 644 *.afm *.pf? $RPM_BUILD_ROOT%fontdir +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 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]
