SPECS: htx.spec (NEW) - new

witekfl witekfl at pld-linux.org
Wed Nov 26 14:10:49 CET 2008


Author: witekfl                      Date: Wed Nov 26 13:10:49 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/htx.spec
diff -u /dev/null SPECS/htx.spec:1.1
--- /dev/null	Wed Nov 26 14:10:49 2008
+++ SPECS/htx.spec	Wed Nov 26 14:10:44 2008
@@ -0,0 +1,45 @@
+# $Revision$, $Date$
+Summary:	HTML to XHTML convertor
+Summary(pl.UTF-8):	Konwerter z HTML do XHTML
+Name:		htx
+Version:	0.7.6
+Release:	1
+License:	GPL v2
+Group:		Applications
+Source0:	http://stuff.myrealm.co.uk/htx/%{name}-%{version}.tar.gz
+# Source0-md5:	0237ad727593646f68dbafd8e9e3e370
+Requires:	perl-base
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+HTML to XHTML convertor.
+
+%description -l pl.UTF-8
+Konwerter z HTML do XHTML.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install htx $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changelog README
+%attr(755,root,root) %{_bindir}/htx
+
+%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  2008/11/26 13:10:44  witekfl
+- new
+
================================================================


More information about the pld-cvs-commit mailing list