Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release-src > by-pkgid > 4999547da849bdab448852580ac4d73d > files > 2

perl-Text-Template-1.44-3mdk.src.rpm

%define realname Text-Template
%define name perl-%{realname}
%define version 1.44
%define release 3mdk

Summary: Text::Template module for perl
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL or Artistic
Group: Development/Perl
Source: %{realname}-%{version}.tar.bz2
Url: http://search.cpan.org/dist/%{realname}/
BuildRequires: perl-devel
BuildRoot: %{_tmppath}/%{name}-buildroot/
BuildArch: noarch

%description
This is a library for generating form letters, building HTML pages, or
filling in templates generally.  A `template' is a piece of text that
has little Perl programs embedded in it here and there.  When you
`fill in' a template, you evaluate the little programs and replace
them with their values.

%prep
%setup -q -n %{realname}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make
make test

%clean 
rm -rf $RPM_BUILD_ROOT

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%files
%defattr(-,root,root)
%doc Artistic COPYING README
%{perl_vendorlib}/Text
%{_mandir}/*/*


%changelog
* Wed Jan 26 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.44-3mdk
- Rebuild
- Remove dependency on perl

* Thu Aug 14 2003 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.44-2mdk
- rebuild for new perl
- drop $RPM_OPT_FLAGS, noarch..
- use %%makeinstall_std macro

* Fri May 23 2003 François Pons <fpons@mandrakesoft.com> 1.44-1mdk
- 1.44.

* Wed Jul 10 2002 Christian Belisle <cbelisle@mandrakesoft.com> 1.43-3mdk
- add 'make test'

* Tue Jul  9 2002 Pixel <pixel@mandrakesoft.com> 1.43-2mdk
- rebuild for perl 5.8.0

* Thu Apr 11 2002 François Pons <fpons@mandrakesoft.com> 1.43-1mdk
- 1.43.

* Tue Mar 26 2002 François Pons <fpons@mandrakesoft.com> 1.42-1mdk
- updated License and Description.
- simplified %%files.
- build as noarch.
- 1.42.

* Wed Dec  5 2001 Stefan van der Eijk <stefan@eijk.nu> 1.31-2mdk
- BuildRequires: perl-devel

* Thu Aug 23 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.31-1mdk
- updated to 1.31

* Tue Jul 24 2001 Renaud Chaillat <rchaillat@mandrakesoft.com> 1.20-3mdk
- recompiled with perl 5.6.1

* Wed Dec 20 2000 Renaud Chaillat <rchaillat@mandrakesoft.com> 1.20-2mdk
- used rpm perl macros

* Mon Sep 11 2000 Renaud Chaillat <rchaillat@mandrakesoft.com> 1.20-1mdk
- initial mandrake release (from e-smith)
- changed filelist into individual files