]> git.pld-linux.org Git - packages/faqtor.git/commitdiff
- initial PLD release
authorMarcin Gajda <m.gajda@functional-software.com>
Tue, 21 Dec 2004 19:55:51 +0000 (19:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    faqtor.spec -> 1.1

faqtor.spec [new file with mode: 0644]

diff --git a/faqtor.spec b/faqtor.spec
new file mode 100644 (file)
index 0000000..e6d4e34
--- /dev/null
@@ -0,0 +1,44 @@
+# $Revision: 1.1 $
+
+Summary:       FAQtor - a FAQ generator
+Summary(pl):   FAQtor - generaor FAQ
+Name:          faqtor
+Version:       0.7
+Release:       1
+License:       GPLv2
+Group:         Applications/Text
+Source0:       http://dl.sourceforge.net/faqtor/%{name}-%{version}.tgz
+# Source0-md5: 32c3aa742fc5fca90ea4cc2739ed9069
+URL:           http://faqtor.sourceforge.net/
+Requires:      python >= 2.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FAQtor is a FAQ generator. It is a simple but powerfull Python script
+that can convert custom XML files into professional looking FAQs.
+
+%description -l pl
+FAQtor jest generatorem plików FAQ. Jest to prosty, lecz wyposa¿ony
+w du¿e mo¿liwo¶ci skrypt Pythona konwertuj±cy pliki XML opisuj±ce
+sekcje, pytania i odpowiedzi FAQ w profesjonalnie wygl±daj±cy
+dokument.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+cat faqtor.py | sed -e 's!/bin/env!/usr/bin/env!' > faqtor.py.pld
+mv faqtor.py.pld faqtor.py
+
+cp -a faqtor.py $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/faqtor.py
+%doc README* sample*
This page took 0.117194 seconds and 4 git commands to generate.