]> git.pld-linux.org Git - packages/fonts-TTF-microsoft-tahoma.git/commitdiff
- new bcond type
authorMichal Chruszcz <mchruszcz@gmail.com>
Sat, 23 Oct 2004 09:39:52 +0000 (09:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-TTF-microsoft-tahoma.spec -> 1.3

fonts-TTF-microsoft-tahoma.spec

index d16d668b92a815637beb7ac4f9c3d77710db7d71..1b4180bd1391ac53f0666730e4d7082b57089cfa 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Conditional build:
+%bcond_with    license_agreement
 # _with_license_agreement       - generates package (may require Windows license?)
 #
 Summary:       Microsoft Tahoma True Type font
@@ -13,7 +14,7 @@ Group:                Fonts
 # also at http://dl.sourceforge.net/corefonts/
 Source0:       http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IELPKTH.CAB
 # NoSource0-md5: 358584cddb75ac90472c25f01b308ebe
-%if 0%{!?_with_license_agreement:1}
+%if ! %{with license_agreement}
 NoSource:      0
 %endif
 BuildRequires: cabextract
@@ -32,7 +33,7 @@ Font True Type Tahoma firmy Microsoft.
 
 %prep
 %setup -q -c -T
-%if 0%{!?_with_license_agreement:1}
+%if ! %{with license_agreement}
 exit 1
 %endif
 /usr/bin/cabextract -L %{SOURCE0}
This page took 0.025861 seconds and 4 git commands to generate.