]> git.pld-linux.org Git - SPECS.git/blob - helpdeco.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / helpdeco.spec
1 Summary:        Utility program to dissect Windows help files
2 Summary(de.UTF-8):      Utility-Programm zum Zerlegen von Windows Hilfedateien
3 Summary(pl.UTF-8):      Narzędzie do rozkładania windowsowych plików pomocy
4 Name:           helpdeco
5 Version:        2.1
6 Release:        2
7 License:        Freeware (non-commercial use and distribution only)
8 Group:          Applications/File
9 Source0:        http://www.helpmaster.com/zip/helpdc21.zip
10 # Source0-md5:  a5f9ceca5bb348aebb6a422f4941dad8
11 Patch0:         %{name}-linux-port.patch
12 URL:            http://www.helpmaster.com/hlp-developmentaids-helpdeco.htm
13 BuildRequires:  unzip
14 # no x86 asm, but requires 16-bit short, 32-bit long and little-endian CPU
15 ExclusiveArch:  %{ix86}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         __unzip         unzip -q -L
19
20 %description
21 HELPDECO dissects HLP help files of Windows 3.0, 3.1, 3.11, and 95 and
22 many MVB multi media viewer titles into all files required for a
23 rebuild using the appropriate help compiler HC30, HC31, HCP, HCW,
24 HCRTF, WMVC, MMVC or MVC.
25
26 %description -l de.UTF-8
27 HELPDECO zerlegt HLP-Hilfedateien von Windows 3.0, 3.1, 3.11 und 95
28 und viele MVB-Dateien des Multimedia-Viewers in alle für den
29 jeweiligen Hilfecompiler HC30, HC31, HCP, HCW, HCRTF, WMVC, MMVC oder
30 MVC zum erneuten Zusammenbau erforderlichen Dateien.
31
32 %description -l pl.UTF-8
33 HELPDECO rozkłada pliki HLP z Windows 3.0, 3.1, 3.11 i 95 oraz wiele
34 rodzajów plików MVB na wszystkie pliki potrzebne do przebudowania przy
35 użyciu odpowiedniego kompilatora (HC30, HC31, HCP, HCW, HCRTF, WMVC,
36 MMVC lub MVC).
37
38 %prep
39 %setup -q -c
40 %patch0 -p1
41
42 %build
43
44 %{__make} \
45         CC="%{__cc}" \
46         CFLAGS="%{rpmcflags}" \
47         LDFLAGS="%{rpmldflags}"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 install -d $RPM_BUILD_ROOT%{_bindir}
52
53 install splitmrb zapres helpdeco $RPM_BUILD_ROOT%{_bindir}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc helpdeco.txt helpfile.txt
61 %attr(755,root,root) %{_bindir}/*
This page took 0.585993 seconds and 3 git commands to generate.