diff --git a/nted.spec b/nted.spec index a319378..bc7b2d8 100644 --- a/nted.spec +++ b/nted.spec @@ -1,9 +1,11 @@ %define fontname ntedfont -#define fontconf XX-%{fontname}.conf + +# ntedfont is a special purpose symbol font, and thus needs +# no fontconfig magic. Name: nted Version: 1.4.17 -Release: 1.1%{?dist} +Release: 2%{?dist} Summary: Musical score editor Summary(de): Partitureditor @@ -13,7 +15,6 @@ License: GPLv2+ and GFDL URL: http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml Source0: http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted-%{version}.tar.gz Source1: nted.desktop -#Source2: nted-fonts-fontconfig.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: gtk2-devel alsa-lib-devel @@ -75,15 +76,6 @@ mv -f %{buildroot}%{_datadir}/%{name}/ntedfont.pfa \ ln -s %{_fontdir}/ntedfont.pfa \ %{buildroot}%{_datadir}/%{name}/ntedfont.pfa \ -# fontconfig magic -#install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ -# %{buildroot}%{_fontconfig_confdir} - -#install -m 0644 -p %{SOURCE2} \ -# %{buildroot}%{_fontconfig_templatedir}/%{fontconf} -#ln -s %{_fontconfig_templatedir}/%{fontconf} \ -# %{buildroot}%{_fontconfig_confdir}/%{fontconf} - %clean rm -rf %{buildroot} @@ -99,7 +91,6 @@ rm -rf %{buildroot} %{_mandir}/*/* -#_font_pkg -n fonts -f %{fontconf} *.pfa %_font_pkg -n fonts *.pfa %doc @@ -107,6 +98,9 @@ rm -rf %{buildroot} %changelog +* Mon Jan 11 2009 Hans Ulrich Niedermann - 1.4.17-2 +- remove unneeded fontconfig hooks from spec + * Sun Jan 11 2009 Hans Ulrich Niedermann - 1.4.17-1.1 - remove wrongly encoded german description - use new font packaging rules