]> git.pld-linux.org Git - packages/faqtor.git/blob - faqtor.spec
- up to 0.8
[packages/faqtor.git] / faqtor.spec
1 Summary:        FAQtor - a FAQ generator
2 Summary(pl.UTF-8):      FAQtor - generator FAQ
3 Name:           faqtor
4 Version:        0.8
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Text
8 Source0:        http://dl.sourceforge.net/faqtor/%{name}-%{version}.tgz
9 # Source0-md5:  c3901c2b0f630963c324c9ebd591a834
10 URL:            http://faqtor.sourceforge.net/
11 BuildRequires:  rpm-pythonprov
12 Requires:       python >= 1:2.3
13 Requires:       python-PyXML
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 FAQtor is a FAQ generator. It is a simple but powerfull Python script
18 that can convert custom XML files into professional looking FAQs.
19
20 %description -l pl.UTF-8
21 FAQtor jest generatorem plików FAQ. Jest to prosty, lecz wyposażony
22 w duże możliwości skrypt Pythona konwertujący pliki XML opisujące
23 sekcje, pytania i odpowiedzi FAQ w profesjonalnie wyglądający
24 dokument.
25
26 %prep
27 %setup -q -c
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 install -d $RPM_BUILD_ROOT%{_bindir}
33 sed -e 's!/bin/env python!/usr/bin/python!' faqtor.py > $RPM_BUILD_ROOT%{_bindir}/faqtor.py
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README* sample*
41 %attr(755,root,root) %{_bindir}/faqtor.py
This page took 0.080352 seconds and 4 git commands to generate.