]> git.pld-linux.org Git - packages/dosemu-freedos-minimal.git/blob - dosemu-freedos-minimal.spec
- updated md5sum and files
[packages/dosemu-freedos-minimal.git] / dosemu-freedos-minimal.spec
1 Summary:        Minimal FreeDOS
2 Summary(pl.UTF-8):      Minimalna wersja FreeDOSa
3 Name:           dosemu-freedos-minimal
4 Version:        2.0.39
5 Release:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Source0:        http://dl.sourceforge.net/freedos/ke2039_86f32.zip
9 # Source0-md5:  1e1c8abfd8db425a18fd5bce389c752a
10 Source2:        autoexec2.bat
11 Source3:        config2.sys
12 Source4:        keybpl.exe
13 # Source4-md5:  53e265897c9fc6aa983f12b59d9861b4
14 Source5:        egapl.exe
15 # Source5-md5:  226641c2370aac17d969d83e3f86a3a9
16 Source6:        shsucdx.exe
17 # Source6-md5:  ea564329c456ff4dd3a3c21c04f5a185
18 URL:            http://www.freedos.org/
19 BuildRequires:  unzip
20 Requires:       dosemu
21 Provides:       dos
22 ExclusiveArch:  %{ix86} %{x8664}
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %define         _dosemudir      /var/lib/dosemu
26 # extract to lowercase
27 %define         __unzip         unzip -L
28
29 %description
30 This package contains minimal dos for use with dosemu: FreeDOS kernel
31 and configuration files.
32
33 %description -l pl.UTF-8
34 W pakiecie znajduje się minimalna wersja DOS-a potrzebna do
35 uruchomienia dosemu. Pakiet zawiera kernel FreeDOSa, autoexec.bat,
36 config.sys i kilka przydatnych programów.
37
38 %prep
39 %setup -q -c
40
41 rm -f bin/autoxec.bat bin/config.sys
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{_dosemudir}/bootdir/freedos/{bin,doc,help,nls}
46
47 install bin/* $RPM_BUILD_ROOT%{_dosemudir}/bootdir
48 install %{SOURCE2} $RPM_BUILD_ROOT%{_dosemudir}/bootdir/autoexec.bat
49 install %{SOURCE3} $RPM_BUILD_ROOT%{_dosemudir}/bootdir/config.sys
50 install %{SOURCE4} $RPM_BUILD_ROOT%{_dosemudir}/bootdir/keybpl.exe
51 install %{SOURCE5} $RPM_BUILD_ROOT%{_dosemudir}/bootdir/egapl.exe
52 install %{SOURCE6} $RPM_BUILD_ROOT%{_dosemudir}/bootdir/shsucdx.exe
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc docs/{bugs,config,contrib,history,intfns,mkboot,nls,readme,sys}.txt
60 %config(noreplace) %verify(not md5 mtime size) %{_dosemudir}/bootdir/autoexec.bat
61 %config(noreplace) %verify(not md5 mtime size) %{_dosemudir}/bootdir/config.sys
62 %{_dosemudir}/bootdir/country.sys
63 %{_dosemudir}/bootdir/egapl.exe
64 %{_dosemudir}/bootdir/install.bat
65 %{_dosemudir}/bootdir/kernel.sys
66 %{_dosemudir}/bootdir/keybpl.exe
67 %{_dosemudir}/bootdir/kwc8632.map
68 %{_dosemudir}/bootdir/shsucdx.exe
69 %{_dosemudir}/bootdir/sys.com
70 %dir %{_dosemudir}/bootdir/freedos
71 %dir %{_dosemudir}/bootdir/freedos/bin
72 %dir %{_dosemudir}/bootdir/freedos/doc
73 %dir %{_dosemudir}/bootdir/freedos/help
74 %dir %{_dosemudir}/bootdir/freedos/nls
This page took 0.05445 seconds and 3 git commands to generate.