]> git.pld-linux.org Git - packages/fonts-TTF-microsoft-tahoma.git/commitdiff
- use w32codec instalation mechanism auto/ac/fonts-TTF-microsoft-tahoma-installer-20020525-1
authorankry <ankry@pld-linux.org>
Wed, 17 Nov 2004 06:14:22 +0000 (06:14 +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.4

fonts-TTF-microsoft-tahoma.spec

index 1b4180bd1391ac53f0666730e4d7082b57089cfa..526af6d0c6fab222c6c0b7d6b0757f3ec97e32c9 100644 (file)
@@ -5,21 +5,28 @@
 #
 Summary:       Microsoft Tahoma True Type font
 Summary(pl):   Font True Type Tahoma firmy Microsoft
-Name:          fonts-TTF-microsoft-tahoma
+%define                base_name               fonts-TTF-microsoft-tahoma
+%if %{with license_agreement}
+Name:          %{base_name}
+%else
+Name:          %{base_name}-installer
+%endif
 Version:       20020525
-Release:       1
+Release:       1%{?with_license_agreement:wla}
 # part of IE update - may require Windows license to use
 License:       ?
 Group:         Fonts
+%if %{with license_agreement}
 # 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 ! %{with license_agreement}
-NoSource:      0
-%endif
 BuildRequires: cabextract
-Requires(post,postun): fontpostinst
 Requires:      %{_fontsdir}/TTF
+Requires(post,postun): fontpostinst
+%else
+Requires:      rpm-build-tools
+Requires:      wget
+%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -27,31 +34,126 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Microsoft Tahoma True Type font.
+%if ! %{with license_agreement}
+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 one of the following
+command:
+
+%{base_name}.install --with license_agreement %{_datadir}/%{base_name}/%{base_name}.spec
+%{base_name}.install --with license_agreement ftp://ftp.pld-linux.org/dists/ac/PLD/<your_arch>/PLD/RPMS/%{base_name}-{version}-{release}.src.rpm
+%endif
 
 %description -l pl
 Font True Type Tahoma firmy Microsoft.
+%if ! %{with license_agreement}
+Kwestie licencji zmusi³y nas do niedo³±czania do tego pakietu istotnych
+plików (prawdopodobnie wymaga licencji na Windows). 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
+%{base_name}.install --with license_agreement ftp://ftp.pld-linux.org/dists/ac/PLD/<your_arch>/PLD/RPMS/%{base_name}-{version}-{release}.src.rpm
+%endif
 
 %prep
+%if %{with license_agreement}
 %setup -q -c -T
-%if ! %{with license_agreement}
-exit 1
-%endif
 /usr/bin/cabextract -L %{SOURCE0}
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
+%if ! %{with license_agreement}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
+
+cat <<EOF >$RPM_BUILD_ROOT%{_bindir}/%{base_name}.install
+#!/bin/sh
+if [ "\$1" = "--with" -a "\$2" = "license_agreement" ]
+then
+       TMPDIR=\`rpm --eval "%%{tmpdir}"\`; export TMPDIR
+       SPECDIR=\`rpm --eval "%%{_specdir}"\`; export SPECDIR
+       SRPMDIR=\`rpm --eval "%%{_srcrpmdir}"\`; export SRPMDIR
+       SOURCEDIR=\`rpm --eval "%%{_sourcedir}"\`; export SOURCEDIR
+       BUILDDIR=\`rpm --eval "%%{_builddir}"\`; export BUILDDIR
+       RPMDIR=\`rpm --eval "%%{_rpmdir}"\`; export RPMDIR
+       BACKUP_SPEC=0
+       mkdir -p \$TMPDIR \$SPECDIR \$SRPMDIR \$RPMDIR \$SRPMDIR \$SOURCEDIR \$BUILDDIR
+       if [ -f \$SPECDIR/%{base_name}.spec ]; then
+               BACKUP_SPEC=1
+               mv -f \$SPECDIR/%{base_name}.spec \$SPECDIR/%{base_name}.spec.prev
+       fi
+       if echo "\$3" | grep '\.src\.rpm$' >/dev/null; then
+               ( cd \$SRPMDIR
+               if echo "\$3" | grep '://' >/dev/null; then
+                       wget --passive-ftp -t0 "\$3"
+               else
+                       cp -f "\$3" .
+               fi
+               rpm2cpio \`basename "\$3"\` | ( cd \$TMPDIR; cpio -i %{base_name}.spec ) )
+               if ! cp -i \$TMPDIR/%{base_name}.spec \$SPECDIR/%{base_name}.spec; then
+                       exit 1
+               fi
+       else
+               if ! cp -i "\$3" \$SPECDIR; then
+                       exit 1
+               fi
+       fi
+       ( cd \$SPECDIR
+       %{_bindir}/builder -nc -ncs --with license_agreement --opts --target=%{_target_cpu} %{base_name}.spec
+       if [ "\$?" -ne 0 ]; then
+               exit 2
+       fi
+       RPMNAME=%{base_name}-%{version}-%{release}wla.noarch.rpm
+       rpm -U \$RPMDIR/\$RPMNAME || \
+               echo -e Install manually the file:\\\n   \$RPMDIR/\$RPMNAME )
+       if [ "\$BACKUP_SPEC" -eq 1 ]; then
+               mv -f \$SPECDIR/%{base_name}.spec.prev \$SPECDIR/%{base_name}.spec
+       fi
+else
+       cat %{_datadir}/%{base_name}/Microsot-EULA.txt
+       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:
+
+\$0 --with license_agreement %{_datadir}/%{base_name}/%{base_name}.spec
+"
+fi
+EOF
+
+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
+%pre
+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.092417 seconds and 4 git commands to generate.