integrate changes in BRs

This commit is contained in:
nim 2007-05-26 19:40:27 +00:00
parent 21ca4ed3f0
commit 493bee9251

View File

@ -18,7 +18,7 @@
Name: %{fontname}-fonts
Version: 2.17
Release: 1%{?alphatag}%{?dist}
Release: 2%{?alphatag}%{?dist}
Summary: DejaVu fonts
Group: User Interface/X
License: Redistributable, with restrictions
@ -33,12 +33,9 @@ Source4: %{name}-experimental-fontconfig-unhint-small.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Older fontforge versions may not work, current fontforge definitely won't
BuildRequires: fontforge = 20061220
# The CPAN sources do not declare perl(Font::TTF)
BuildRequires: perl-Font-TTF
BuildRequires: perl(Font::TTF)
# Needed to compute unicode coverage
BuildRequires: %{Blocks} %{UnicodeData}
# If we add this the package will require fontconfig
# Requires: %{fontconfdir}/conf.d
BuildArch: noarch
# We do not want font packages to depend on fontconfig
@ -171,6 +168,12 @@ fi
%changelog
* Sat May 26 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
2.17-2
perl-Font-TTF has been fixed upstream, use perl(Font::TTF) BR
remove comment about %{_sysconfdir}/fonts ownership, as it's now owned
by filesystem
* Sun May 13 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
2.17-1
rebase scriptlets from guidelines