Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > ae9fee3512d9d49e6239c4615b1f0a4d > files > 2

gtml-3.5.3-5mdk.src.rpm

%define name gtml
%define version 3.5.3
%define release 5mdk

Summary: An html preprocessor 
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
URL: http://www.lifl.fr/~beaufils/gtml/
Group: Text tools
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}

%description
gtml is an HTML pre-processor which adds some extra features specially designed
for maintaining multiple Web pages. Using gtml you can create and use macros
to save typing, create a "project file" with the names of all your Web pages
to update them all with one command, give specific alias to filename to make it
is easy to move files and have links preserved, specify a tree-like hierarchy
of Web pages to have Next, Previous and Up links added automatically, include
files into all your HTML files, include a timestamp, use conditional commands 
to create different versions of the output, and generate output to different
irectories to generate different versions of your site.  
 
%prep
rm -rf $RPM_BUILD_ROOT

%setup -q 

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
install -m 755 gtml $RPM_BUILD_ROOT/%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc README NEWS gtml.html COPYING BUGS TODO 
%{_bindir}/*


%changelog
* Sat Jul 28 2001 Lenny Cartier <lenny@mandrakesoft.com> 3.5.3-5mdk
- rebuild

* Thu Jan 11 2001 Lenny Cartier <lenny@mandrakesoft.com> 3.5.3-4mdk
- rebuild

* Mon Sep 04 2000 Lenny Cartier <lenny@mandrakesoft.com> 3.5.3-3mdk
- BM
- macros

* Thu Apr 27 2000 Lenny Cartier <lenny@mandrakesoft.com> 3.5.3-2mdk
- fix groups

* Tue Sep 14 1999 Daouda LO <daouda@mandrakesoft.com>
- First spec file for Mandrake distribution.