4 Summary: Text to HTML converter
7 Source0: http
://triptico.com
/download
/%{name}-%{version}.tar.gz
8 URL: http
://www.triptico.com
/software
/grutatxt.html
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
18 Grutatxt is a plain text to HTML
(and other formats
) converter.
19 It successfully converts subtle text markup to lists
, bold
, italics
,
20 tables and headings to their corresponding HTML
, troff
, man page or
21 LaTeX markup without having to write unreadable
source text files.
22 Grutatxt is a Perl module and a
command line utility
,
23 and is the main text renderer
in the Gruta CMS.
30 perl Makefile.PL DESTDIR
=$RPM_BUILD_ROOT INSTALL_BASE
=/usr SITEPREFIX
=/usr INSTALLSITEMAN1DIR
=%{_mandir}/man1 INSTALLSITEMAN3DIR=%{_mandir}/man3
34 rm -rf $RPM_BUILD_ROOT
36 mkdir -p $RPM_BUILD_ROOT
/%{_mandir}/man1
/
37 install -p
-m
0644 %{oname}.1* $RPM_BUILD_ROOT/%{_mandir}/man1
/
40 rm -rf $RPM_BUILD_ROOT
43 %doc AUTHORS Changelog
.1 README RELEASE_NOTES TODO doc
/grutatxt_apache_handlers.txt doc
/grutatxt_markup.txt
45 %{_bindir}/pod2grutatxt
46 %{_libdir}/perl5
/Grutatxt.pm
47 %{_libdir}/perl5
/i386
-linux
-thread
-multi
/perllocal.pod
52 * Tue Mar
30 2010 Johnny A. Solbu
<johnny@solbu.net
> 2.0.15-1mdv