SPECS: vilistextum.spec (NEW) - plum.

undefine undefine at pld-linux.org
Wed Oct 26 15:18:58 CEST 2005


Author: undefine                     Date: Wed Oct 26 13:18:58 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- plum.

---- Files affected:
SPECS:
   vilistextum.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/vilistextum.spec
diff -u /dev/null SPECS/vilistextum.spec:1.1
--- /dev/null	Wed Oct 26 15:18:58 2005
+++ SPECS/vilistextum.spec	Wed Oct 26 15:18:52 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	HTML to text converter
+Summary(pl):	Konwerter z HTML do tekstu
+Name:		vilistextum
+Version:	2.6.7
+Release:	0.1
+License:	GPL v2
+Group:		Applications/Text
+Source0:	http://dl.sourceforge.net/vilistextum/%{name}-%{version}.tar.bz2
+# Source0-md5:	e35ae3d99d1f90dd78a2a87adf1db8cf
+URL:		http://bhaak.dyndns.org/vilistextum/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Vilistextum is a small and fast HTML to text / ascii converter
+specifically programmed to get the best out of incorrect html. It is
+quite fault-tolerant and deals well with badly-formed or otherwise
+quirky HTML. It is able to optimize for ebook reading, collapse
+multiple blank lines, and create footnotes out of links.
+
+%description -l pl
+Vilistextum jest małym i szybkim narzędziem do konwersji HTML do
+tekstu, zaprogramowanym do uzyskania najlepszej jakości przy błędnym
+htmlu. Jest odporny na błędy oraz radzi sobie z źle formatowanym
+HTML-em. Jest także zoptymalizowany do czytania ebooków, łączenia
+wielu pustych lini i tworzenia stopek z linkami.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README CHANGES doc/*.html
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/26 13:18:52  undefine
+- plum.
+
================================================================



More information about the pld-cvs-commit mailing list