]> git.pld-linux.org Git - packages/faqprog.git/commitdiff
- initial release
authorsaq <saq@pld-linux.org>
Sat, 23 Sep 2000 21:00:52 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    faqprog.spec -> 1.1

faqprog.spec [new file with mode: 0644]

diff --git a/faqprog.spec b/faqprog.spec
new file mode 100644 (file)
index 0000000..68c8f1f
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       A FAQ documentation compiler
+Summary(pl):   Kompilator dokumentacji FAQ
+Name:          faqprog
+Version:       1.22
+Release:       1
+License:       Freeware
+Source0:       ftp://ftp.gnupg.org/pub/gcrypt/contrib/%{name}.pl
+Group:         Applications/Publishing
+Group(de):     Applikationen/Publizieren
+Group(pl):     Aplikacje/Publikowanie
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      perl
+
+%description
+faqprog is a program converting raw FAQ files into text and HTML
+format.
+
+%description -l de
+faqprog ist ein Programm, der konvertiert raue FAQ-Dateien ins Text-
+und HTML-Format.
+
+%description -l pl
+faqprog jest programem konwertuj±cym surowe pliki FAQ do formatu
+tekstowego i HTML.
+
+%prep
+%setup -qcT
+cp %{SOURCE0} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D faqprog.pl $RPM_BUILD_ROOT%{_bindir}/faqprog.pl
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
This page took 0.162318 seconds and 4 git commands to generate.