Hello community, here is the log from the commit of package alee-fonts for openSUSE:Factory checked in at 2012-09-14 12:12:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alee-fonts (Old) and /work/SRC/openSUSE:Factory/.alee-fonts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alee-fonts", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/alee-fonts/alee-fonts.changes 2012-05-26 09:21:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.alee-fonts.new/alee-fonts.changes 2012-09-14 12:12:10.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jul 4 12:39:06 CEST 2012 - [email protected] + +- amend spec file to reflect new font packaging scheme + (see openFATE#313536); + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alee-fonts.spec ++++++ --- /var/tmp/diff_new_pack.F3tf0c/_old 2012-09-14 12:12:11.000000000 +0200 +++ /var/tmp/diff_new_pack.F3tf0c/_new 2012-09-14 12:12:11.000000000 +0200 @@ -16,20 +16,20 @@ # - Name: alee-fonts Version: 12 -Release: 2 -License: SUSE-Artistic-1.0+ -%define ttf_fontdir /usr/share/fonts/truetype +Release: 0 +%define _ttfontsdir /usr/share/fonts/truetype Summary: Korean TrueType fonts -Url: http://packages.debian.org/unstable/source/ttf-alee +License: SUSE-Artistic-1.0+ Group: System/X11/Fonts +Url: http://packages.debian.org/unstable/source/ttf-alee Source0: http://ftp.debian.org/debian/pool/main/t/ttf-alee/ttf-alee_12.tar.gz -Requires(pre): %suseconfig_fonts_prereq +BuildRequires: fontpackages-devel +%reconfigure_fonts_prereq Provides: scalable-font-ko -Provides: locale(ko) Provides: ttf-alee = %{version} +Provides: locale(ko) Obsoletes: ttf-alee <= 12 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -44,22 +44,15 @@ chmod 644 debian/rules %install -mkdir -p %{buildroot}%{ttf_fontdir}/ -install -c -m 644 *.ttf %{buildroot}%{ttf_fontdir}/ - -%clean -[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot}; - -%post -%run_suseconfig_fonts -c +mkdir -p %{buildroot}%{_ttfontsdir}/ +install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}/ -%postun -%run_suseconfig_fonts -c +%reconfigure_fonts_scriptlets -c %files %defattr(-, root,root) %doc COPYING %doc debian -%{ttf_fontdir} +%{_ttfontsdir} %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
