# # spec file for package perl-HTML-Template (Version 2.9) # # Copyright (c) 2010 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 Url: http://cpan.org/modules/by-module/HTML/ License: GPLv2+ Group: Development/Libraries/Perl Requires: perl = %{perl_version} AutoReqProv: on Summary: This Module Attempts to make using HTML Templates Simple and Natural Version: 2.9 Release: 112 Source: HTML-Template-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl %description This allows you to separate design - the HTML - from the data, which you generate in the Perl script. Authors: -------- Sam Tregar %prep %setup -q -n HTML-Template-%{version} # --------------------------------------------------------------------------- %build perl Makefile.PL make %{?_smp_mflags} # --------------------------------------------------------------------------- %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?/* %{perl_vendorarch}/auto/HTML %{perl_vendorlib}/HTML /var/adm/perl-modules/perl-HTML-Template %doc ANNOUNCE ARTISTIC Changes FAQ GPL MANIFEST README %changelog