]> git.pld-linux.org Git - packages/fonts-TTF-microsoft.git/commitdiff
- freebsd.org links are out of date, switch to corefonts.sf.net
authorwrobell <wrobell@pld-linux.org>
Sat, 21 Jun 2003 15:09:04 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- extract filenames into lowercase

Changed files:
    fonts-TTF-microsoft.spec -> 1.12

fonts-TTF-microsoft.spec

index 703c8d476dc5452c7cf7033429ca1fc4713da339..ac1a6f1f6838f5de227d60f1d004db2c382e9b06 100644 (file)
@@ -10,27 +10,27 @@ Release:    4
 License:       Microsoft EULA (for non-commercial use)
 Group:         X11/Fonts
 URL:           http://www.microsoft.com/truetype/fontpack/
-Source0:       ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/andale32.exe
+Source0:       http://dl.sourceforge.net/corefonts/andale32.exe
 # Source0-md5: cbdc2fdd7d2ed0832795e86a8b9ee19a
-Source1:       ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/arial32.exe
+Source1:       http://dl.sourceforge.net/corefonts/arial32.exe
 # Source1-md5: 9637df0e91703179f0723ec095a36cb5
-Source2:       ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/arialb32.exe
+Source2:       http://dl.sourceforge.net/corefonts/arialb32.exe
 # Source2-md5: c9089ae0c3b3d0d8c4b0a95979bb9ff0
-Source3:       ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/comic32.exe
+Source3:       http://dl.sourceforge.net/corefonts/comic32.exe
 # Source3-md5: 2b30de40bb5e803a0452c7715fc835d1
-Source4:       ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/courie32.exe
+Source4:       http://dl.sourceforge.net/corefonts/courie32.exe
 # Source4-md5: 4e412c772294403ab62fb2d247d85c60
-Source5:       ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/georgi32.exe
+Source5:       http://dl.sourceforge.net/corefonts/georgi32.exe
 # Source5-md5: 4d90016026e2da447593b41a8d8fa8bd
-Source6:       ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/impact32.exe
+Source6:       http://dl.sourceforge.net/corefonts/impact32.exe
 # Source6-md5: 7907c7dd6684e9bade91cff82683d9d7
-Source7:       ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/times32.exe
+Source7:       http://dl.sourceforge.net/corefonts/times32.exe
 # Source7-md5: ed39c8ef91b9fb80f76f702568291bd5
-Source8:       ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/trebuc32.exe
+Source8:       http://dl.sourceforge.net/corefonts/trebuc32.exe
 # Source8-md5: 0d7ea16cac6261f8513a061fbfcdb2b5
-Source9:       ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/verdan32.exe
+Source9:       http://dl.sourceforge.net/corefonts/verdan32.exe
 # Source9-md5: 12d2a75f8156e10607be1eaa8e8ef120
-Source10:      ftp://cvsup.pl.freebsd.org/pub/FreeBSD/ports/distfiles/webfonts/webdin32.exe
+Source10:      http://dl.sourceforge.net/corefonts/webdin32.exe
 # Source10-md5:        230a1d13a365b22815f502eb24d9149b
 %if %{!?_with_license_agreement:1}%{?_with_license_agreement:0}
 NoSource:      0
@@ -61,7 +61,7 @@ Kolekcja darmowych font
 
 %prep
 %setup -q -c -T
-/usr/bin/cabextract %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \
+/usr/bin/cabextract -L %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \
 %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} \
 %{SOURCE10}
 
@@ -81,7 +81,7 @@ exit 1
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{ttffontsdir}
-install *.ttf *.TTF $RPM_BUILD_ROOT%{ttffontsdir}
+install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.072316 seconds and 4 git commands to generate.