Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 85503934ef033428fa88c82622e9a9cf > files > 2

perl-Algorithm-Diff-Apply-0.2.3-4mdk.src.rpm

%define module Algorithm-Diff-Apply

Name:      perl-%{module}
Summary:   Apply one or more Algorithm::Diff diffs
Version:   0.2.3
Release:   %mkrel 4
License:   Artistic
Group:     Development/Perl
URL:       http://search.cpan.org/dist/%{module}
Source:    ftp://ftp.perl.org/pub/CPAN/modules/by-module/Algorithm/%{module}-%version.tar.bz2
Buildroot: %_tmppath/%name-%version
Buildarch: noarch
BuildRequires: perl(Algorithm::Diff)
%if %{mdkversion} < 1010
Buildrequires: perl-devel
%endif

%description
This module contains subroutines for applying diffs generated by
Algorithm::Diff to a target array in the hope of regenerating a new array
incorporating all the changes described in the diffs into a new merged array.

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

%build
perl Makefile.PL INSTALLDIRS=vendor
%make 
%make test

%install
%makeinstall_std

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
%{_mandir}/*/*
%{perl_vendorlib}/*


%changelog
* Thu Apr 27 2006 Nicolas Lécureuil <neoclust@mandriva.org> 0.2.3-4mdk
- Fix BuildRequires Using perl Policies
	- Source URL
	- BuildRequires

* Fri Sep 30 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.2.3-3mdk
 - Buildrequires fix 

* Thu Apr 28 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.2.3-2mdk
- spec cleanup

* Thu Apr 28 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.2.3-1mdk
- initial build