]> git.pld-linux.org Git - packages/fonts-TTF-microsoft.git/blobdiff - fonts-TTF-microsoft.spec
- unneeded BACKUP=1 removed
[packages/fonts-TTF-microsoft.git] / fonts-TTF-microsoft.spec
index 9e5354cc4bd217f398f89e3f92e54add94927326..5dfd937d959d00ea35d3b4e608f26f996bea7bd3 100644 (file)
@@ -4,11 +4,17 @@
 #
 Summary:       Microsoft True Type fonts
 Summary(pl):   Fonty True Type firmy Microsoft
-Name:          fonts-TTF-microsoft
+%define                base_name       fonts-TTF-microsoft
+%if %{with license_agreement}
+Name:          %{base_name}
+%else
+Name:          %{base_name}-installer
+%endif
 Version:       20020525
-Release:       4
+Release:       6%{?with_license_agreement:wla}
 License:       Microsoft EULA (for non-commercial use)
 Group:         Fonts
+%if %{with license_agreement}
 Source0:       http://dl.sourceforge.net/corefonts/andale32.exe
 # NoSource0-md5:       cbdc2fdd7d2ed0832795e86a8b9ee19a
 Source1:       http://dl.sourceforge.net/corefonts/arial32.exe
@@ -31,23 +37,21 @@ Source9:    http://dl.sourceforge.net/corefonts/verdan32.exe
 # NoSource9-md5:       12d2a75f8156e10607be1eaa8e8ef120
 Source10:      http://dl.sourceforge.net/corefonts/webdin32.exe
 # NoSource10-md5:      230a1d13a365b22815f502eb24d9149b
-%if ! %{with license_agreement}
-NoSource:      0
-NoSource:      1
-NoSource:      2
-NoSource:      3
-NoSource:      4
-NoSource:      5
-NoSource:      6
-NoSource:      7
-NoSource:      8
-NoSource:      9
-NoSource:      10
+%else
+Source0:       license-installer.sh
+# extracted from one of the above
+Source20:      Microsoft-EULA.txt
 %endif
 URL:           http://corefonts.sourceforge.net/
+%if %{with license_agreement}
 BuildRequires: cabextract
-Requires(post,postun): fontpostinst
 Requires:      %{_fontsdir}/TTF
+Requires(post,postun): fontpostinst
+%else
+Requires:      cabextract
+Requires:      rpm-build-tools
+Requires:      wget
+%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -55,44 +59,83 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Microsoft free True Type fonts collection.
+%if %{without license_agreement}
+License issues made us not to include inherent files into this package
+by default. 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
 Kolekcja darmowych fontów True Type firmy Microsoft.
+%if %{without license_agreement}
+Kwestie licencji zmusi³y nas do niedo³±czania do tego pakietu istotnych
+plików. 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} %{SOURCE1} %{SOURCE2} %{SOURCE3} \
 %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} \
 %{SOURCE10}
+%endif
 
-%if ! %{with license_agreement}
-cat licen.txt
+%install
+rm -rf $RPM_BUILD_ROOT
 
-cat <<EOF
+%if %{without license_agreement}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
 
-Use:
-  rpmbuild -ba --with license_agreement <specfile>
-to rebuild the package if you accept the above license.
+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
+       s,@LICENSE@,%{_datadir}/%{base_name}/Microsoft-EULA.txt,
+' %{SOURCE0} > $RPM_BUILD_ROOT%{_bindir}/%{base_name}.install
 
-EOF
-exit 1
-%endif
+install %{_specdir}/%{base_name}.spec $RPM_BUILD_ROOT%{_datadir}/%{base_name}
+install %{SOURCE20} $RPM_BUILD_ROOT%{_datadir}/%{base_name}
 
-%install
-rm -rf $RPM_BUILD_ROOT
+%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 "
+If you accept the license enclosed in the file
+%{_datadir}/%{base_name}/Microsoft-EULA.txt
+and want to install real fonts, then rebuild the package 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}
 %doc licen.txt
 %{ttffontsdir}/*
+%else
+%attr(755,root,root) %{_bindir}/%{base_name}.install
+%{_datadir}/%{base_name}
+%endif
This page took 0.114571 seconds and 4 git commands to generate.