msttcorefonts: update download path and specfile (1.3-7mamba)

This commit is contained in:
Silvan Calarco 2011-06-01 18:15:23 +02:00
parent c213d68810
commit 9701e31b4b
2 changed files with 8 additions and 7 deletions

View File

@ -7,6 +7,7 @@ HAS_MS_LICENSE=no
# Select the server that is closest to you by removing the '#' # Select the server that is closest to you by removing the '#'
# character in one of the following lines: # character in one of the following lines:
MSTTCF_URL=http://mesh.dl.sourceforge.net/project/corefonts/the%20fonts/final/
#MSTTCF_URL=http://aleron.dl.sourceforge.net/sourceforge/corefonts #MSTTCF_URL=http://aleron.dl.sourceforge.net/sourceforge/corefonts
#MSTTCF_URL=http://belnet.dl.sourceforge.net/sourceforge/corefonts #MSTTCF_URL=http://belnet.dl.sourceforge.net/sourceforge/corefonts
#MSTTCF_URL=http://cesnet.dl.sourceforge.net/sourceforge/corefonts #MSTTCF_URL=http://cesnet.dl.sourceforge.net/sourceforge/corefonts
@ -15,5 +16,5 @@ HAS_MS_LICENSE=no
#MSTTCF_URL=http://twtelecom.dl.sourceforge.net/sourceforge/corefonts #MSTTCF_URL=http://twtelecom.dl.sourceforge.net/sourceforge/corefonts
#MSTTCF_URL=http://unc.dl.sourceforge.net/sourceforge/corefonts #MSTTCF_URL=http://unc.dl.sourceforge.net/sourceforge/corefonts
#MSTTCF_URL=http://umn.dl.sourceforge.net/sourceforge/corefonts #MSTTCF_URL=http://umn.dl.sourceforge.net/sourceforge/corefonts
MSTTCF_URL=http://easynews.dl.sourceforge.net/sourceforge/corefonts/ #MSTTCF_URL=http://easynews.dl.sourceforge.net/sourceforge/corefonts/

View File

@ -14,7 +14,7 @@
Name: %{name} Name: %{name}
Version: 1.3 Version: 1.3
Release: 5@distroext@ Release: 7@distroext@
Summary: TrueType core fonts for the web Summary: TrueType core fonts for the web
Group: Graphical Desktop/Fonts Group: Graphical Desktop/Fonts
Vendor: @vendor@ Vendor: @vendor@
@ -30,11 +30,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The TrueType core fonts for the web that was once available from The TrueType core fonts for the web that was once available from http://www.microsoft.com/typography/fontpack/. The src rpm is cleverly constructed so that the actual fonts are downloaded from Sourceforge's site at build time. Therefore this package technically does not 'redistribute' the fonts, it just makes it easy to install them on a linux system.
http://www.microsoft.com/typography/fontpack/. The src rpm is cleverly
constructed so that the actual fonts are downloaded from Sourceforge's site
at build time. Therefore this package technically does not 'redistribute'
the fonts, it just makes it easy to install them on a linux system.
%prep %prep
rm -rf %{name} rm -rf %{name}
@ -101,6 +97,10 @@ exit 0
%dir %{fontdir} %dir %{fontdir}
%changelog %changelog
* Wed Jun 01 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-7mamba
- retry times raised to 5
- replace use of wget with curl
* Fri Feb 02 2007 Davide Madrisan <davide.madrisan@qilinux.it> 1.3-6qilnx * Fri Feb 02 2007 Davide Madrisan <davide.madrisan@qilinux.it> 1.3-6qilnx
- get download parameters from a sysconfig file - get download parameters from a sysconfig file