]> git.pld-linux.org Git - packages/kdoc.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Sun, 11 Jul 1999 12:52:46 +0000 (12:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kdoc.spec -> 1.1

kdoc.spec [new file with mode: 0644]

diff --git a/kdoc.spec b/kdoc.spec
new file mode 100644 (file)
index 0000000..0558ba5
--- /dev/null
+++ b/kdoc.spec
@@ -0,0 +1,45 @@
+Summary: A perl program to produce html files from javadoc-style comments.
+Summary(de): Ein Perl Programm um html Dateien aus javadoc ähnlichen Kommentaren zu erzeugen.
+Name: kdoc
+Version: 1.17
+Release: 1
+Copyright: GPL
+Group: Utilities/Text
+Source: kdoc-%{PACKAGE_VERSION}.tar.gz
+Packager: Harald Hoyer
+BuildRoot: /tmp/kdoc-root
+
+%description
+A perl program to produce html files from javadoc-style comments.
+
+%description -l de
+Ein Perl Programm um html Dateien aus javadoc ähnlichen Kommentaren zu erzeugen.
+
+%prep
+%setup
+
+%build
+./configure --prefix=/usr
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+gzip -9 $RPM_BUILD_ROOT/usr/man/man?/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc doc/CREDITS
+%doc doc/example.h
+%doc doc/kdoc.html
+/usr/man/man1/kdoc.1.gz
+/usr/man/man1/qt2kdoc.1.gz
+/usr/bin/kdoc
+/usr/bin/qt2kdoc
+/usr/share/kdoc/Ast.pm
+/usr/share/kdoc/kdocHTML.pm
+/usr/share/kdoc/kdocTeX.pm
+/usr/share/kdoc/kdocMan.pm
This page took 0.032851 seconds and 4 git commands to generate.