Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > c5fbc25c1c90750ab8360ed9e51f6ea7 > files > 2

perl-FileHandle-Rollback-1.06-1mdv2008.0.src.rpm

%define real_name FileHandle-Rollback

Summary:	FileHandle-Rollback module for perl 
Name:		perl-%{real_name}
Version:	1.06
Release:	%mkrel 1
License:	GPL or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{real_name}
Source0:	%{real_name}-%{version}.tar.bz2
BuildRequires:	perl-devel
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
FileHandle::Rollback allows you to open a filehandle, write data to that
handle, read the data back exactly as if it were already in the file,
then cancel the whole transaction if you choose.

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

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

%install
rm -rf %{buildroot}
%makeinstall_std

%clean 
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{perl_vendorlib}/FileHandle/Rollback.pm
%{_mandir}/*/*




%changelog
* Wed Aug 15 2007 Guillaume Rousse <guillomovitch@mandriva.org> 1.06-1mdv2008.0
+ Revision: 63956
- update to new version 1.06


* Wed Sep 13 2006 Oden Eriksson <oeriksson@mandriva.com> 1.05-1mdv2007.0
- rebuild

* Thu Jul 14 2005 Oden Eriksson <oeriksson@mandriva.com> 1.05-1mdk
- initial Mandriva package