packages: fonts-TTF-microsoft/fonts-TTF-microsoft.spec - subpackage for ari...
glen
glen at pld-linux.org
Tue Mar 23 17:02:38 CET 2010
Author: glen Date: Tue Mar 23 16:02:39 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- subpackage for arial black; rel 10
---- Files affected:
packages/fonts-TTF-microsoft:
fonts-TTF-microsoft.spec (1.41 -> 1.42)
---- Diffs:
================================================================
Index: packages/fonts-TTF-microsoft/fonts-TTF-microsoft.spec
diff -u packages/fonts-TTF-microsoft/fonts-TTF-microsoft.spec:1.41 packages/fonts-TTF-microsoft/fonts-TTF-microsoft.spec:1.42
--- packages/fonts-TTF-microsoft/fonts-TTF-microsoft.spec:1.41 Sat Dec 26 13:54:49 2009
+++ packages/fonts-TTF-microsoft/fonts-TTF-microsoft.spec Tue Mar 23 17:02:30 2010
@@ -8,7 +8,7 @@
%bcond_with license_agreement # generates package
%define base_name fonts-TTF-microsoft
-%define rel 9
+%define rel 10
Summary: Microsoft TrueType fonts
Summary(pl.UTF-8): Fonty TrueType firmy Microsoft
%if %{with license_agreement}
@@ -21,27 +21,27 @@
License: Microsoft EULA (for non-commercial use)
Group: Fonts
%if %{with license_agreement}
-Source0: http://dl.sourceforge.net/corefonts/andale32.exe
+Source0: http://downloads.sourceforge.net/corefonts/andale32.exe
# Source0-md5: cbdc2fdd7d2ed0832795e86a8b9ee19a
-Source1: http://dl.sourceforge.net/corefonts/arial32.exe
+Source1: http://downloads.sourceforge.net/corefonts/arial32.exe
# Source1-md5: 9637df0e91703179f0723ec095a36cb5
-Source2: http://dl.sourceforge.net/corefonts/arialb32.exe
+Source2: http://downloads.sourceforge.net/corefonts/arialb32.exe
# Source2-md5: c9089ae0c3b3d0d8c4b0a95979bb9ff0
-Source3: http://dl.sourceforge.net/corefonts/comic32.exe
+Source3: http://downloads.sourceforge.net/corefonts/comic32.exe
# Source3-md5: 2b30de40bb5e803a0452c7715fc835d1
-Source4: http://dl.sourceforge.net/corefonts/courie32.exe
+Source4: http://downloads.sourceforge.net/corefonts/courie32.exe
# Source4-md5: 4e412c772294403ab62fb2d247d85c60
-Source5: http://dl.sourceforge.net/corefonts/georgi32.exe
+Source5: http://downloads.sourceforge.net/corefonts/georgi32.exe
# Source5-md5: 4d90016026e2da447593b41a8d8fa8bd
-Source6: http://dl.sourceforge.net/corefonts/impact32.exe
+Source6: http://downloads.sourceforge.net/corefonts/impact32.exe
# Source6-md5: 7907c7dd6684e9bade91cff82683d9d7
-Source7: http://dl.sourceforge.net/corefonts/times32.exe
+Source7: http://downloads.sourceforge.net/corefonts/times32.exe
# Source7-md5: ed39c8ef91b9fb80f76f702568291bd5
-Source8: http://dl.sourceforge.net/corefonts/trebuc32.exe
+Source8: http://downloads.sourceforge.net/corefonts/trebuc32.exe
# Source8-md5: 0d7ea16cac6261f8513a061fbfcdb2b5
-Source9: http://dl.sourceforge.net/corefonts/verdan32.exe
+Source9: http://downloads.sourceforge.net/corefonts/verdan32.exe
# Source9-md5: 12d2a75f8156e10607be1eaa8e8ef120
-Source10: http://dl.sourceforge.net/corefonts/webdin32.exe
+Source10: http://downloads.sourceforge.net/corefonts/webdin32.exe
# Source10-md5: 230a1d13a365b22815f502eb24d9149b
%else
Source21: http://svn.pld-linux.org/svn/license-installer/license-installer.sh
@@ -54,6 +54,7 @@
BuildRequires: cabextract
Requires(post,postun): fontpostinst
Requires: %{_fontsdir}/TTF
+Requires: %{name}-ariblk
Requires: fontpostinst
%else
Requires: cabextract
@@ -71,18 +72,28 @@
%description -l pl.UTF-8
Kolekcja darmowych fontów TrueType firmy Microsoft.
+%package ariblk
+Summary: Microsoft TrueType fonts - Arial Black
+Group: Fonts
+Requires(post,postun): fontpostinst
+Requires: %{_fontsdir}/TTF
+Requires: fontpostinst
+
+%description ariblk
+Microsoft TrueType fonts - Arial Black.
+
%prep
%if %{with license_agreement}
%setup -q -c -T
%{_bindir}/cabextract -L %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \
%{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} \
%{SOURCE10}
+mv licen.txt Microsoft-EULA.txt
%endif
%install
rm -rf $RPM_BUILD_ROOT
-
-%if !%{with license_agreement}
+%if %{without license_agreement}
install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
sed -e '
@@ -95,12 +106,12 @@
s, at LICENSE@,%{_datadir}/%{base_name}/Microsoft-EULA.txt,
' %{SOURCE21} > $RPM_BUILD_ROOT%{_bindir}/%{base_name}.install
-install %{_specdir}/%{base_name}.spec $RPM_BUILD_ROOT%{_datadir}/%{base_name}
-install %{SOURCE20} $RPM_BUILD_ROOT%{_datadir}/%{base_name}
+cp -a %{_specdir}/%{base_name}.spec $RPM_BUILD_ROOT%{_datadir}/%{base_name}
+install -p %{SOURCE20} $RPM_BUILD_ROOT%{_datadir}/%{base_name}
%else
install -d $RPM_BUILD_ROOT%{ttffontsdir}
-install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
+cp -a *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
%endif
%clean
@@ -113,6 +124,12 @@
%postun
fontpostinst TTF
+%post ariblk
+fontpostinst TTF
+
+%postun ariblk
+fontpostinst TTF
+
%else
%post
echo "
@@ -128,19 +145,40 @@
%files
%defattr(644,root,root,755)
%if %{with license_agreement}
-%doc licen.txt
-%{ttffontsdir}/*
+%doc Microsoft-EULA.txt
+%{ttffontsdir}/andalemo.ttf
+%{ttffontsdir}/arial.ttf
+%{ttffontsdir}/arialbd.ttf
+%{ttffontsdir}/arialbi.ttf
+%{ttffontsdir}/ariali.ttf
+%{ttffontsdir}/comic*.ttf
+%{ttffontsdir}/cour*.ttf
+%{ttffontsdir}/georgia*.ttf
+%{ttffontsdir}/impact.ttf
+%{ttffontsdir}/times*.ttf
+%{ttffontsdir}/trebuc*.ttf
+%{ttffontsdir}/verdana*.ttf
+%{ttffontsdir}/webdings.ttf
%else
%attr(755,root,root) %{_bindir}/%{base_name}.install
%{_datadir}/%{base_name}
%endif
+%if %{with license_agreement}
+%files ariblk
+%defattr(644,root,root,755)
+%{ttffontsdir}/ariblk.ttf
+%endif
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.42 2010/03/23 16:02:30 glen
+- subpackage for arial black; rel 10
+
Revision 1.41 2009/12/26 12:54:49 pawelz
- switch to license-installer.sh from SVN/DistFiles
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fonts-TTF-microsoft/fonts-TTF-microsoft.spec?r1=1.41&r2=1.42&f=u
More information about the pld-cvs-commit
mailing list