Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 7d7bf9201f8f551baff4da1758cf4980 > files > 2

perl-Finance-Bank-LaPoste-3.00-1mdv2008.0.src.rpm

%define module	Finance-Bank-LaPoste
%define name	perl-%{module}
%define version	3.00
%define release	%mkrel 1

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	Check your "La Poste" accounts from Perl
License:	GPL or Artistic
Group:		Development/Perl
Source:		http://search.cpan.org/CPAN/authors/id/P/PI/PIXEL/%{module}-%{version}.tar.bz2
Url:		http://search.cpan.org/dist/%{module}
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Buildrequires:	perl-devel
Buildrequires:  perl-libwww-perl

Buildarch:	noarch

Requires:	perl(Crypt::SSLeay)

%description
This module provides a read-only interface to the Videoposte online
banking system at <https://www.videoposte.com/>.

The interface of this module is similar to other Finance::Bank modules.

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

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

%check
make test

%install
rm -rf $RPM_BUILD_ROOT
%{makeinstall_std}

%clean 
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
%doc Changes
%{perl_vendorlib}/Finance/Bank/*
%{_mandir}/*/*



%changelog
* Mon Jun 25 2007 Pixel <pixel@mandriva.com> 3.00-1mdv2008.0
+ Revision: 43962
- new release, 3.00 (adapt to new www.videoposte.com architecture)


* Mon Aug 14 2006 Pixel <pixel@mandriva.com> 2.00-1mdv2007.0
- new release

* Mon Oct 03 2005 Nicolas Lécureuil <neoclust@mandriva.org> 1.03-2mdk
- Fix BuildRequires

* Tue Sep 20 2005 Pixel <pixel@mandriva.com> 1.03-1mdk
- new release (handle delayed-debit credit card pseudo account)

* Thu Feb 17 2005 Pixel <pixel@mandrakesoft.com> 1.02-1mdk
- new release

* Sat Jan 01 2005 Pixel <pixel@mandrakesoft.com> 1.01-1mdk
- new release

* Thu Jul 08 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 1.00-1mdk
- 1.00

* Thu Jan 08 2004 Pixel <pixel@mandrakesoft.com> 0.02-1mdk
- new release: internal change (the Finance::Bank::LaPoste::Statement hash now contains the "year")

* Wed Oct 08 2003 Pixel <pixel@mandrakesoft.com> 0.01-1mdk
- initial release