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:
nim 2006-12-17 18:49:23 +00:00
parent 0148f2503b
commit bcd73bd23a
3 changed files with 18 additions and 7 deletions

View File

@ -1 +1 @@
dejavu-sfd-2.12.tar.bz2 dejavu-sfd-2.13.tar.bz2

View File

@ -1,8 +1,8 @@
%define archivename dejavu-sfd %define archivename dejavu-sfd
# This macro has the same value as %{version}, except when testing pre-release snapshots # 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 archiveversion %{version}
%define fontdir %{_datadir}/fonts/%{name} %define fontdir %{_datadir}/fonts/%{name}
%define fontconfdir %{_sysconfdir}/fonts %define fontconfdir %{_sysconfdir}/fonts
@ -12,13 +12,13 @@
%define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt %define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
Name: dejavu-fonts Name: dejavu-fonts
Version: 2.12 Version: 2.13
Release: 1%{?alphatag}%{?dist} Release: 1%{?alphatag}%{?dist}
Summary: DejaVu fonts Summary: DejaVu fonts
Group: User Interface/X Group: User Interface/X
License: Redistributable, with restrictions License: Redistributable, with restrictions
URL: http://dejavu.sf.net/ URL: http://dejavu.sf.net/
Source0: http://prdownloads.sourceforge.net/dejavu/%{archivename}-%{archiveversion}.tar.bz2 Source0: http://prdownloads.sourceforge.net/dejavu/%{archivename}-%{archiveversion}.tar.bz2
# DejaVu fontconfig setup # DejaVu fontconfig setup
Source1: %{name}-fontconfig.conf Source1: %{name}-fontconfig.conf
# DejaVu fontconfig setup (experimental families) # DejaVu fontconfig setup (experimental families)
@ -32,6 +32,14 @@ BuildRequires: %{Blocks} %{UnicodeData}
# If we add this the package will require fontconfig # If we add this the package will require fontconfig
# Requires: %{fontconfdir}/conf.d # Requires: %{fontconfdir}/conf.d
BuildArch: noarch 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 Conflicts: fontconfig < 2.4.0
Obsoletes: %{name}-fontconfig < 2.7.0-0.15 Obsoletes: %{name}-fontconfig < 2.7.0-0.15
@ -155,7 +163,10 @@ fi
%changelog %changelog
* Tue Nov 21 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> * 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 - 2.12
- only in devel for now - only in devel for now

View File

@ -1 +1 @@
9dc019f130d23d54cf01f7936158a482 dejavu-sfd-2.12.tar.bz2 1db3589969da9cb154d8cfefe703af88 dejavu-sfd-2.13.tar.bz2