File perl-HTML-Template-JIT.spec of Package perl-HTML-Template-JIT
#
# spec file for package perl-HTML-Template-JIT (Version 0.05)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org
#
# norootforbuild
Name: perl-HTML-Template-JIT
BuildRequires: perl-HTML-Template perl-Inline-C
URL: http://www.cpan.org/modules/by-module/HTML
License: GPL
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
Autoreqprov: on
Summary: Just-In-Time Compiler for HTML Templates
Version: 0.05
Release: 1
Source: HTML-Template-JIT-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This is a just in time compiler for the HTML Template module. Makes the
use of templates very fast.
Authors:
--------
Sam Tregar <sam@tregar.com>
%prep
%setup -n HTML-Template-JIT-%{version}
# ---------------------------------------------------------------------------
%build
perl Makefile.PL
make
# ---------------------------------------------------------------------------
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc %{_mandir}/man?/*
/var/adm/perl-modules/%{name}
%{perl_vendorarch}/auto/HTML/Template/JIT*
%{perl_vendorlib}/HTML/Template
%doc ANNOUNCE ARTISTIC Changes GPL MANIFEST README
%changelog -n perl-HTML-Template-JIT
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 06 2006 - anicka@suse.cz
- update to 0.05
* Sun Jan 11 2004 - adrian@suse.de
- build as user
* Fri Aug 22 2003 - mjancar@suse.cz
- require the perl version we build with
* Fri Jul 18 2003 - mmj@suse.de
- Fix filelist
* Sun Jun 22 2003 - coolo@suse.de
- package directories
* Mon May 19 2003 - freitag@suse.de
- removed perllocal.pod out off the build system
* Fri Jun 08 2001 - freitag@suse.de
- new package with version 0.04