]> git.pld-linux.org Git - packages/htmldoc.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 Sep 2001 09:32:24 +0000 (09:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    htmldoc.spec -> 1.1

htmldoc.spec [new file with mode: 0644]

diff --git a/htmldoc.spec b/htmldoc.spec
new file mode 100644 (file)
index 0000000..e7583e0
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       HTML processing program
+Summary(pl):   Program przetwarzaj±cy HTML
+Name:          htmldoc
+Version:       1.8.14
+Release:       1
+License:       GPL
+Group:         Applications/Publishing
+Group(de):     Applikationen/Publizieren
+Group(pl):     Aplikacje/Publikowanie
+Source0:       ftp://ftp.easysw.com/pub/%{name}/1.8.14/%{name}-%{version}-source.tar.bz2
+URL:           http://www.easysw.com/htmldoc/
+BuildRequires: autoconf
+BuildRequires: libpng-devel
+BuildRequires: libjpeg-devel
+BuildRequires: openssl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+HTML processing program that generates HTML, PostScript, and PDF files
+with a table of contents.
+
+%description -l pl
+Program przetwarzaj±cy HTML, który generuje pliki HTML, PostScript i
+PDF ze spisem tre¶ci.
+
+%prep
+%setup -q
+
+%build
+autoconf
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       datadir=$RPM_BUILD_ROOT%{_datadir} \
+       mandir=$RPM_BUILD_ROOT%{_mandir} \
+       bindir=$RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf CHANGES.txt README.txt
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz doc/htmldoc.html doc/htmldoc.png doc/htmldoc-fig*.png
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%{_datadir}/htmldoc
This page took 0.034097 seconds and 4 git commands to generate.