[svn] r6282 - in trunk/rpms: . htmldoc
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Wed Apr 23 12:39:58 CEST 2008
Author: dries
Date: 2008-04-23 11:39:57 +0100 (Wed, 23 Apr 2008)
New Revision: 6282
Added:
trunk/rpms/htmldoc/
trunk/rpms/htmldoc/htmldoc.spec
Log:
add
Added: trunk/rpms/htmldoc/htmldoc.spec
===================================================================
--- trunk/rpms/htmldoc/htmldoc.spec (rev 0)
+++ trunk/rpms/htmldoc/htmldoc.spec 2008-04-23 10:39:57 UTC (rev 6282)
@@ -0,0 +1,48 @@
+# $Id$
+# Authority:
+
+Summary: HTMLDOC html to pdf converter
+Name: htmldoc
+Version: 1.8.27
+Release: 1
+License: GPL
+Group: System Tools
+URL: http://www.htmldoc.org
+
+Source: http://ftp.easysw.com/pub/htmldoc/%{version}/htmldoc-%{version}-source.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: openssl-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
+BuildRequires: zlib-devel
+BuildRequires: automake, libtool
+
+%description
+This package allows you to convert html pages to pdf format.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} DESTDIR="%{buildroot}" install bindir="%{buildroot}%{_bindir}" datadir="%{buildroot}%{_datadir}" mandir="%{buildroot}%{_mandir}"
+%{__mv} %{buildroot}%{_datadir}/doc/htmldoc _rpmdocs
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc *.txt _rpmdocs/*
+%doc %{_mandir}/man1/htmldoc.1*
+%{_bindir}/htmldoc
+%{_datadir}/htmldoc/
+
+%changelog
+* Thu Apr 17 2008 - Jim Nelson <jim.nelson at neteasyinc.com> - 1.8.27-1
+- initial package
More information about the svn-commits
mailing list