X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=dosemu.spec;h=2623f5e9e18b54b5493c9199ed0cbfe210f4fb39;hb=9adcb6d35f7f10f1c906ff88707fd9e146180bd2;hp=07033f739f5eaf5336598de92f4467166366b939;hpb=bd4098db5b7e9af988219fb30a1d381c118f6bf9;p=packages%2Fdosemu.git diff --git a/dosemu.spec b/dosemu.spec index 07033f7..2623f5e 100644 --- a/dosemu.spec +++ b/dosemu.spec @@ -3,6 +3,7 @@ # Conditional build: %bcond_with static # link statically %bcond_with AC +%bcond_without htmldocs # do not build documentation in HTML %bcond_without x # X support %bcond_with samba # samba support # @@ -35,6 +36,9 @@ Patch2: %{name}-%{name}_conf.patch Patch3: %{name}-doSgmlTools.patch Patch4: %{name}-makehtml.patch Patch5: http://pascalek.pers.pl/files/projects/Samba4DosEmu/%{name}-1.4.0-samba-beta2.patch.gz +Patch6: http://pascalek.pers.pl/files/projects/Samba4DosEmu/s4d-beta2-fix1.patch +Patch7: %{name}-lpt4.patch +Patch8: %{name}-Xquit.patch URL: http://www.dosemu.org/ BuildRequires: SDL-devel BuildRequires: alsa-lib-devel >= 0.9 @@ -49,9 +53,9 @@ BuildRequires: gpm-devel %{?with_samba:BuildRequires: libcli_smb-devel} BuildRequires: libsndfile-devel BuildRequires: lynx -BuildRequires: openjade -BuildRequires: perl-base -BuildRequires: sgml-tools +%{?with_htmldocs:BuildRequires: openjade} +%{?with_htmldocs:BuildRequires: perl-base} +%{?with_htmldocs:BuildRequires: sgml-tools} BuildRequires: slang-devel %{?with_static:BuildRequires: slang-static} BuildRequires: unzip @@ -150,6 +154,9 @@ Wtyczka X dla dosemu. %patch3 -p1 %patch4 -p1 %{?with_samba:%patch5 -p1} +%{?with_samba:%patch6 -p1} +%patch7 -p1 +%patch8 -p1 %build OPTFLAGS="%{rpmcflags}"; export OPTFLAGS @@ -181,12 +188,14 @@ echo '.so dosemu.1' > pl/man1/dos.1 echo '.so dosemu.1' > pl/man1/xdosemu.1 echo '.so dosemu.1' > pl/man1/dosdebug.1 +%if %{with htmldocs} # documentation %{__make} -C src/doc/DANG html %{__make} -C src/doc/HOWTO html %{__make} -C src/doc/README html find src/doc -name "*.html" -exec cp -f '{}' doc/ ';' +%endif %install rm -rf $RPM_BUILD_ROOT