Name: perl-String-Ediff
Summary: Produce common sub-string indices for two strings
Version: 0.09
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/String-Ediff/
Description: This module uses a suffix tree algorithm to determine the
common substrings.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: dries
# Upstream: Bo Zou <boxzou$yahoo,com>
%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name String-Ediff
Summary: Produce common sub-string indices for two strings
Name: perl-String-Ediff
Version: 0.09
Release: 1%{?dist}
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/String-Ediff/
Source: http://www.cpan.org/modules/by-module/String/String-Ediff-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
%description
This module uses a suffix tree algorithm to determine the
common substrings.
%prep
%setup -n %{real_name}-%{version}
%build
CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"
%install
%{__rm} -rf %{buildroot}
%{__make} pure_install
### Clean up buildroot
find %{buildroot} -name .packlist -exec %{__rm} {} \;
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc ChangeLog MANIFEST README
%doc %{_mandir}/man3/String::Ediff.3pm*
%dir %{perl_vendorarch}/auto/String/
%{perl_vendorarch}/auto/String/Ediff/
%dir %{perl_vendorarch}/String/
%{perl_vendorarch}/String/Ediff.pm
%changelog
* Sun Nov 18 2007 Dag Wieers <dag@wieers.com> - 0.09-1
- Updated to release 0.09.
* Sat Nov 5 2005 Dries Verachtert <dries@ulyssis.org> - 0.08-1
- Updated to release 0.08.
* Wed Jun 8 2005 Dries Verachtert <dries@ulyssis.org> - 0.06-1
- Updated to release 0.06.
* Fri Mar 4 2005 Dries Verachtert <dries@ulyssis.org> - 0.04-1
- Updated to release 0.04.
* Thu Jul 22 2004 Dries Verachtert <dries@ulyssis.org> - 0.03-1
- Initial package.