Hello community, here is the log from the commit of package indic-fonts for openSUSE:Factory checked in at 2012-09-20 15:31:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/indic-fonts (Old) and /work/SRC/openSUSE:Factory/.indic-fonts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "indic-fonts", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/indic-fonts/indic-fonts.changes 2011-09-23 02:03:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.indic-fonts.new/indic-fonts.changes 2012-09-20 15:31:13.000000000 +0200 @@ -1,0 +2,11 @@ +Wed Jul 4 12:39:06 CEST 2012 - [email protected] + +- amend spec file to reflect new font packaging scheme + (see openFATE#313536); + +------------------------------------------------------------------- +Thu May 17 09:10:13 UTC 2012 - [email protected] + +- call spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ indic-fonts.spec ++++++ --- /var/tmp/diff_new_pack.VuKZnV/_old 2012-09-20 15:31:14.000000000 +0200 +++ /var/tmp/diff_new_pack.VuKZnV/_new 2012-09-20 15:31:14.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package indic-fonts (Version 2009.12.08) +# spec file for package indic-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,41 +15,38 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: indic-fonts -%define ttf_fontdir /usr/share/fonts/truetype +Version: 2009.12.08 +Release: 0 +Summary: Professional Indian Language TrueType Fonts License: GPL-2.0+ Group: System/X11/Fonts -Provides: scalable-font-ta, scalable-font-bn, scalable-font-gu, scalable-font-hi, scalable-font-pa, scalable-font-mr -Provides: locale(ta;bn;gu;hi;mr;pa) -AutoReqProv: on -Recommends: pothana2000 -Summary: Professional Indian Language TrueType Fonts -Version: 2009.12.08 -Release: 2 %define lohit_version 2.4.2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch Url: https://fedorahosted.org/lohit/ # Lohit fonts: http://rbhalera.fedorapeople.org/released/lohit Source0: http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-%{lohit_version}.tar.bz2 # Other free indic fonts collected by # Amish Munshi <[email protected]> (he is not working at Novell anymore): Source1: indic-fonts.tar.bz2 +BuildRequires: fontpackages-devel +Recommends: pothana2000 +Provides: scalable-font-bn +Provides: scalable-font-gu +Provides: scalable-font-hi +Provides: scalable-font-mr +Provides: scalable-font-pa +Provides: scalable-font-ta +Provides: locale(ta;bn;gu;hi;mr;pa) +%reconfigure_fonts_prereq +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description This package contains many professional Indian language TrueType fonts contributed by the community and some also donated by organizations to open source. All fonts are available under GPL. - - -Authors: --------- - Amish Munshi ([email protected]) - %prep %setup -q -n lohit-fonts-%{lohit_version} -a 1 mv indic/doc docs-for-non-lohit-fonts @@ -57,24 +54,18 @@ %build %install -mkdir -p $RPM_BUILD_ROOT%{ttf_fontdir}/ +mkdir -p %{buildroot}%{_ttfontsdir}/ # Lohit fonts: -install -m 644 ./*/*.?tf $RPM_BUILD_ROOT%{ttf_fontdir} +install -m 644 ./*/*.?tf %{buildroot}%{_ttfontsdir} # other fonts: -install -m 644 ./indic//fonts/*/*.?tf $RPM_BUILD_ROOT%{ttf_fontdir} +install -m 644 ./indic//fonts/*/*.?tf %{buildroot}%{_ttfontsdir} + +%reconfigure_fonts_scriptlets %files %defattr(-, root,root) %doc docs-for-non-lohit-fonts %doc AUTHORS ChangeLog COPYING README -%{ttf_fontdir} - -%clean - -%post -%run_suseconfig_fonts - -%postun -%run_suseconfig_fonts +%{_ttfontsdir} %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
