Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > 9fbd843e121ce47985df4e5ada4f306a > files > 2

perl-Text-Reform-1.11-3mdk.src.rpm

%define module	Text-Reform
%define version	1.11
%define release	3mdk

Name:		perl-%{module}
Version:	%{version}
Release:	%{release}
Summary:	Manual text wrapping and reformatting
License:	Artistic
Group:		Text tools
URL:		http://search.cpan.org/author/DCONWAY/Text-Reform-1.11/lib/Text/Reform.pm
Source0:	%{module}-%{version}.tar.bz2
BuildRequires:	perl-devel
Requires:       perl
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
BuildArch:	noarch


%description
The form() subroutine may be exported from the module. It takes a series
of format (or "picture") strings followed by replacement values, inter-
polates those values into each picture string, and returns the result.
The effect is similar to the inbuilt perl format mechanism, although the
field specification syntax is simpler and some of the formatting beha-
viour is more sophisticated.



%prep

%setup -q -n %{module}-%{version}
%__perl -pi -e "s,/usr/local/bin/perl,%__perl," *.pl
# muhahahah


%build

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


%install
rm -rf $RPM_BUILD_ROOT

eval `perl '-V:installarchlib'`
install -d $RPM_BUILD_ROOT/$installarchlib

%makeinstall_std

install -d $RPM_BUILD_ROOT/%{_datadir}


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Thu Sep 23 2004 Lenny Cartier <lenny@mandrakesoft.com> 1.11-3mdk
- rebuild

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

* Thu May 15 2003 Han Boetes <han@linux-mandrake.com> 1.11-1mdk
- first build for mandrake.