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