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) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# 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 v2 or later
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
AutoReqProv: on
Summary: Just-In-Time Compiler for HTML Templates
Version: 0.05
Release: 135
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
* 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