From f2f27591ce9edbdc8124bd1dde1db08b1d539005 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 20 Feb 2009 13:56:52 +0100 Subject: Change all %define instances to %global http://fedoraproject.org/wiki/PackagingDrafts/global_preferred_over_define --- terminus-fonts.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/terminus-fonts.spec b/terminus-fonts.spec index b50dcbd..36b0439 100644 --- a/terminus-fonts.spec +++ b/terminus-fonts.spec @@ -1,18 +1,18 @@ -%define fontname terminus -%define fontconf 63-%{fontname}.conf +%global fontname terminus +%global fontconf 63-%{fontname}.conf -%define archivename terminus-font-%{version} +%global archivename terminus-font-%{version} # This is the directory where we install our console fonts. # Owned by the kbd package, which hardcodes it as /lib/kbd (without macros). -%define consolefontdir /lib/kbd/consolefonts +%global consolefontdir /lib/kbd/consolefonts # Font catalog -%define catalog /etc/X11/fontpath.d +%global catalog /etc/X11/fontpath.d -%define common_desc \ +%global common_desc \ The Terminus Font is designed for long (8 and more hours per day)\ work with computers.\ \ -- cgit