]> git.pld-linux.org Git - packages/archmage.git/blob - archmage.spec
362a8272786d5d03dd6e79e175a24437d562dbd6
[packages/archmage.git] / archmage.spec
1 %include        /usr/lib/rpm/macros.python
2
3 Summary:        CHM (Compiled HTML) Decompressor
4 Summary(pl):    Dekompresor plików CHM (Compiled HTML)
5 Name:           archmage
6 Version:        0.0.6
7 Release:        1
8 License:        GPL
9 Group:          Development/Libraries
10 Source0:        http://dl.sourceforge.net/sourceforge/archmage/%{name}-%{version}.tar.gz
11 # Source0-md5:  0ab0e7c51fbf10be0a2719f5b5f329f8
12 URL:            http://archmage.sf.net/
13 BuildRequires:  python-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 arCHMage is an extensible reader and decompiler for files in the CHM
18 format. This is the format used by Microsoft HTML help, and is also
19 known as Compiled HTML. arCHMage is based on chmlib by Jed Wing.
20
21 %description -l pl
22 arCHMage jest rozszerzalnym czytnikiem i dekompilatorem dla plików w
23 formacie CHM. Jest to format u¿ywany przez pliki pomocy Microsoft
24 HTML, zwane tak¿e jako skompilowany HTML. arCHMage bazuje na chmlib
25 Jediego Winga.
26
27 %prep
28 %setup -q
29
30 %build
31 env CFLAGS="%{rpmcflags}" python setup.py build
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files -f INSTALLED_FILES
41 %defattr(644,root,root,755)
42 %doc doc/* README
This page took 0.061223 seconds and 3 git commands to generate.