auto-import dejavu-fonts-2.13-1.fc7 on branch devel from dejavu-fonts-2.13-1.fc7.src.rpm
2.13
This commit is contained in:
parent
0148f2503b
commit
bcd73bd23a
@ -1 +1 @@
|
||||
dejavu-sfd-2.12.tar.bz2
|
||||
dejavu-sfd-2.13.tar.bz2
|
||||
|
@ -1,8 +1,8 @@
|
||||
%define archivename dejavu-sfd
|
||||
# This macro has the same value as %{version}, except when testing pre-release snapshots
|
||||
#%define alphatag .rc1
|
||||
#define alphatag .rc1
|
||||
|
||||
#%define archiveversion 20061115-1287
|
||||
#define archiveversion 20061115-1287
|
||||
%define archiveversion %{version}
|
||||
%define fontdir %{_datadir}/fonts/%{name}
|
||||
%define fontconfdir %{_sysconfdir}/fonts
|
||||
@ -12,7 +12,7 @@
|
||||
%define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
|
||||
|
||||
Name: dejavu-fonts
|
||||
Version: 2.12
|
||||
Version: 2.13
|
||||
Release: 1%{?alphatag}%{?dist}
|
||||
Summary: DejaVu fonts
|
||||
Group: User Interface/X
|
||||
@ -32,6 +32,14 @@ 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
|
||||
# However these packages do install configuration files in
|
||||
# %{_sysconfdir}/fonts; also they rely on the current release fontconfig cache
|
||||
# handling style, should it be available on the system.
|
||||
# To prevent strange things should anyone try to install them on a system
|
||||
# with an older fontconfig, we explicitely conflict with fontconfig versions
|
||||
# found in older Fedora releases
|
||||
Conflicts: fontconfig < 2.4.0
|
||||
|
||||
Obsoletes: %{name}-fontconfig < 2.7.0-0.15
|
||||
@ -155,6 +163,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 17 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
- 2.13
|
||||
|
||||
* Tue Nov 21 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
- 2.12
|
||||
- only in devel for now
|
||||
|
Loading…
Reference in New Issue
Block a user