]> git.pld-linux.org Git - packages/fonts-TTF-microsoft-arialunicode.git/commitdiff
This commit was manufactured by cvs2git to create branch 'ADOBE_FLASH_9_0'. ADOBE_FLASH_9_0
authorcvs2git <feedback@pld-linux.org>
Sat, 22 Apr 2006 18:44:56 +0000 (18:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2006-04-22 18:44:56 UTC Elan Ruusamäe <glen@pld-linux.org> '- support for disabling distfiles'
Delete:
    fonts-TTF-microsoft-arialunicode.spec

fonts-TTF-microsoft-arialunicode.spec [deleted file]

diff --git a/fonts-TTF-microsoft-arialunicode.spec b/fonts-TTF-microsoft-arialunicode.spec
deleted file mode 100644 (file)
index 9dc1eb2..0000000
+++ /dev/null
@@ -1,111 +0,0 @@
-#
-# Conditional build:
-%bcond_with    license_agreement       # generates package (may require MS Office license?)
-#
-Summary:       Microsoft Arial Unicode True Type font
-Summary(pl):   Font True Type Arial Unicode firmy Microsoft
-%define                base_name               fonts-TTF-Microsoft-ArialUnicode
-%if %{with license_agreement}
-Name:          %{base_name}
-%else
-Name:          %{base_name}-installer
-%endif
-Version:       1.0
-Release:       2%{?with_license_agreement:wla}
-# part of MS Office - may require Office license to use
-License:       ?
-Group:         Fonts
-%if %{with license_agreement}
-# also at http://dl.sourceforge.net/corefonts/
-Source0:       http://orwell.ru/download/aruniupd.exe
-# NoSource0-md5: 1bef548eb449a0b24ad1c0b8e9d5f2ba
-BuildRequires: cabextract
-Requires:      %{_fontsdir}/TTF
-Requires(post,postun): fontpostinst
-%else
-Source0:       license-installer.sh
-Requires:      cabextract
-Requires:      rpm-build-tools
-Requires:      wget
-%endif
-BuildArch:     noarch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%define                ttffontsdir     %{_fontsdir}/TTF
-
-%description
-Microsoft Arial Unicode True Type font.
-%if %{without license_agreement}
-License issues made us not to include inherent files into this package
-by default (it probably requires MS Office license). If you want to
-create full working package please build it with one of the following
-command:
-
-%{base_name}.install --with license_agreement %{_datadir}/%{base_name}/%{base_name}.spec
-%endif
-
-%description -l pl
-Font True Type Arial Unicode firmy Microsoft.
-%if %{without license_agreement}
-Kwestie licencji zmusi³y nas do niedo³±czania do tego pakietu istotnych
-plików (prawdopodobnie wymaga licencji na MS Office). Je¶li chcesz stworzyæ
-w pe³ni funkcjonalny pakiet, zbuduj go za pomoc± polecenia:
-
-%{base_name}.install --with license_agreement %{_datadir}/%{base_name}/%{base_name}.spec
-%endif
-
-%prep
-%if %{with license_agreement}
-%setup -q -c -T
-/usr/bin/cabextract -L %{SOURCE0}
-%endif
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%if %{without license_agreement}
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
-
-sed -e '
-       s/@BASE_NAME@/%{base_name}/g
-       s/@TARGET_CPU@/%{_target_cpu}/g
-       s-@VERSION@-%{version}-g
-       s-@RELEASE@-%{release}-g
-       s,@SPECFILE@,%{_datadir}/%{base_name}/%{base_name}.spec,g
-' %{SOURCE0} > $RPM_BUILD_ROOT%{_bindir}/%{base_name}.install
-
-install %{_specdir}/%{base_name}.spec $RPM_BUILD_ROOT%{_datadir}/%{base_name}
-
-%else
-install -d $RPM_BUILD_ROOT%{ttffontsdir}
-install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
-%endif
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%if %{with license_agreement}
-%post
-fontpostinst TTF
-
-%postun
-fontpostinst TTF
-
-%else
-%post
-echo "
-License issues made us not to include inherent files into this package
-by default (it probably requires Windows license). If you want to
-create full working package please build it with the following command:
-
-%{base_name}.install --with license_agreement %{_datadir}/%{base_name}/%{base_name}.spec
-"
-%endif
-
-%files
-%defattr(644,root,root,755)
-%if %{with license_agreement}
-%{ttffontsdir}/*
-%else
-%attr(755,root,root) %{_bindir}/%{base_name}.install
-%{_datadir}/%{base_name}
-%endif
This page took 0.049282 seconds and 4 git commands to generate.