Ian Burrell 0b68fe8
Name:           perl-Algorithm-Annotate
Ian Burrell 0b68fe8
Version:        0.10
dfb1a6f
Release:        19%{?dist}
Ian Burrell 0b68fe8
Summary:        Represent a series of changes in annotate form
ed1bc0b
License:        GPL+ or Artistic
Ian Burrell 0b68fe8
Group:          Development/Libraries
Ian Burrell 0b68fe8
URL:            http://search.cpan.org/dist/Algorithm-Annotate/
Ian Burrell 0b68fe8
Source0:        http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Annotate-%{version}.tar.gz
Ian Burrell 0b68fe8
BuildArch:      noarch
Ian Burrell 06bcb2a
BuildRequires:  perl(ExtUtils::MakeMaker)
Ian Burrell 06bcb2a
BuildRequires:  perl(Test::More)
Ian Burrell 0b68fe8
BuildRequires:  perl(Algorithm::Diff) >= 1.15
Ian Burrell 0b68fe8
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Ian Burrell 0b68fe8
Ian Burrell 0b68fe8
%description
Ian Burrell 0b68fe8
Algorithm::Annotate generates a list that is useful for generating output
Ian Burrell 0b68fe8
simlar to cvs annotate.
Ian Burrell 0b68fe8
Ian Burrell 0b68fe8
%prep
Ian Burrell 0b68fe8
%setup -q -n Algorithm-Annotate-%{version}
Ian Burrell 0b68fe8
Ian Burrell 0b68fe8
%build
Ian Burrell 0b68fe8
%{__perl} Makefile.PL INSTALLDIRS=vendor
Ian Burrell 0b68fe8
make %{?_smp_mflags}
Ian Burrell 0b68fe8
Ian Burrell 0b68fe8
%install
Petr Šabata 3876cfb
make pure_install PERL_INSTALL_ROOT=%{buildroot}
Petr Šabata 3876cfb
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
Petr Šabata 3876cfb
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \;
Petr Šabata 3876cfb
chmod -R u+rwX,go+rX,go-w %{buildroot}/*
Ian Burrell 0b68fe8
Ian Burrell 0b68fe8
%check
Ian Burrell 0b68fe8
make test
Ian Burrell 0b68fe8
Ian Burrell 0b68fe8
%files
Ian Burrell 0b68fe8
%{perl_vendorlib}/*
Ian Burrell 0b68fe8
%{_mandir}/man3/*
Ian Burrell 0b68fe8
Ian Burrell 0b68fe8
%changelog
dfb1a6f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-19
dfb1a6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
dfb1a6f
0f2d53e
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.10-18
0f2d53e
- Perl 5.18 rebuild
0f2d53e
45b0976
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-17
45b0976
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
45b0976
1dcb801
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-16
1dcb801
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1dcb801
18dcd31
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.10-15
18dcd31
- Perl 5.16 rebuild
18dcd31
3ef4faf
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-14
3ef4faf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3ef4faf
7bf2fea
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.10-13
7bf2fea
- Perl mass rebuild
7bf2fea
049e53c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-12
049e53c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
049e53c
fb67723
* Tue Dec 14 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.10-11
fb67723
- 661697 rebuild for fixing problems with vendorach/lib
fb67723
4de6ca5
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.10-10
4de6ca5
- Mass rebuild with perl-5.12.0
4de6ca5
63381e6
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.10-9
63381e6
- rebuild against perl 5.10.1
63381e6
b2fb55b
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-8
b2fb55b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b2fb55b
3c42500
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-7
3c42500
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3c42500
ed1bc0b
* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.10-6
ed1bc0b
- rebuild for new perl
ed1bc0b
Ian Burrell 06bcb2a
* Thu Aug 16 2007 Ian M. Burrell <ianburrell@gmail.com> - 0.10-5
Ian Burrell 06bcb2a
- Add BuildRequires ExtUtils::MakeMaker, Test::More
Ian Burrell 06bcb2a
Ian Burrell 0b68fe8
* Wed Jun 28 2006 Ian M. Burrell <ianburrell@gmail.com> - 0.10-4
Ian Burrell 0b68fe8
- Remove requires, %doc
Ian Burrell 0b68fe8
Ian Burrell 0b68fe8
* Tue Jun 27 2006 Ian M. Burrell <ianburrell@gmail.com> - 0.10-3
Ian Burrell 0b68fe8
- Fix rpmlint warnings
Ian Burrell 0b68fe8
Ian Burrell 0b68fe8
* Thu Mar 30 2006 Ian Burrell <ianburrell@gmail.com> 0.10-1
Ian Burrell 0b68fe8
- Specfile autogenerated by cpanspec 1.64.