Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 6b5b8d8c63125ea7d80bae2302f1d66b > files > 2

gtml-3.5.4-1mdk.src.rpm

%define	name	gtml
%define	version	3.5.4
%define	release	1mdk

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}-%{version}-buildroot
Buildarch:	noarch

%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
%setup -q 

%build

%install
rm -rf $RPM_BUILD_ROOT
install -m 755 %{name} -D $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

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


%changelog
* Thu Jan 06 2005 Lenny Cartier <lenny@mandrakesoft.com> 3.5.4-1mdk
- 3.5.4

* Tue Aug 17 2004 Lenny Cartier <lenny@mandrakesoft.com> 3.5.3-8mdk
- rebuild

* Tue Jul 22 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 3.5.3-7mdk
- rebuild
- don't rm -rf $RPM_BUILD_ROOT in %%prep
- cosmetics

* Wed Aug 28 2002 Lenny Cartier <lenny@mandrakesoft.com> 3.5.3-6mdk
- rebuild

* 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.