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