]> git.pld-linux.org Git - packages/faqtor.git/blob - faqtor.spec
- killed setting perms for faqtor.py in %%install
[packages/faqtor.git] / faqtor.spec
1 Summary:        FAQtor - a FAQ generator
2 Summary(pl):    FAQtor - generaor 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
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
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc README* sample*
40 %attr(755,root,root) %{_bindir}/faqtor.py
This page took 0.039089 seconds and 4 git commands to generate.