Blame SPECS/perl-CPAN-Changes.spec

a8f7d1
Name:		perl-CPAN-Changes
a8f7d1
Summary:	Read and write Changes files
a8f7d1
Version:	0.20
fe67e9
Release:	2%{?dist}
a8f7d1
License:	GPL+ or Artistic
a8f7d1
Group:		Development/Libraries
a8f7d1
URL:		http://search.cpan.org/dist/CPAN-Changes/
a8f7d1
Source0:	http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/CPAN-Changes-%{version}.tar.gz 
a8f7d1
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
a8f7d1
BuildArch:	noarch
a8f7d1
BuildRequires:	perl >= 4:5.10.0
a8f7d1
BuildRequires:	perl(Cwd)
a8f7d1
BuildRequires:	perl(ExtUtils::MakeMaker)
a8f7d1
BuildRequires:	perl(File::Path)
a8f7d1
BuildRequires:	perl(Scalar::Util)
a8f7d1
BuildRequires:	perl(Test::More) >= 0.96
a8f7d1
BuildRequires:	perl(Test::Pod) >= 1.00
a8f7d1
BuildRequires:	perl(Test::Pod::Coverage) >= 1.00
a8f7d1
BuildRequires:	perl(Text::Wrap)
a8f7d1
BuildRequires:	perl(version) >= 0.79
a8f7d1
a8f7d1
%description
a8f7d1
It is standard practice to include a Changes file in your distribution. The
a8f7d1
purpose of the Changes file is to help a user figure out what has changed
a8f7d1
since the last release.
a8f7d1
a8f7d1
People have devised many ways to write the Changes file. A preliminary
a8f7d1
specification has been created (CPAN::Changes::Spec) to encourage module
a8f7d1
authors to write clear and concise Changes.
a8f7d1
a8f7d1
This module will help users programmatically read and write Changes files
a8f7d1
that conform to the specification.
a8f7d1
a8f7d1
%prep
a8f7d1
%setup -q -n CPAN-Changes-%{version}
a8f7d1
a8f7d1
%build
a8f7d1
perl Makefile.PL INSTALLDIRS=vendor
a8f7d1
make %{?_smp_mflags}
a8f7d1
a8f7d1
%install
a8f7d1
make pure_install DESTDIR=%{buildroot}
a8f7d1
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
a8f7d1
%{_fixperms} %{buildroot}
a8f7d1
a8f7d1
%check
a8f7d1
make test
a8f7d1
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
a8f7d1
a8f7d1
%files
a8f7d1
%doc Changes README
a8f7d1
%{_bindir}/tidy_changelog
a8f7d1
%{perl_vendorlib}/CPAN/
a8f7d1
%{perl_vendorlib}/Test/
a8f7d1
%{_mandir}/man1/tidy_changelog.1*
a8f7d1
%{_mandir}/man3/CPAN::Changes.3pm*
a8f7d1
%{_mandir}/man3/CPAN::Changes::Release.3pm*
a8f7d1
%{_mandir}/man3/CPAN::Changes::Spec.3pm*
a8f7d1
%{_mandir}/man3/Test::CPAN::Changes.3pm*
a8f7d1
a8f7d1
%changelog
fe67e9
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.20-2
fe67e9
- Mass rebuild 2013-12-27
fe67e9
a8f7d1
* Thu May  2 2013 Paul Howarth <paul@city-fan.org> - 0.20-1
a8f7d1
- Update to 0.20:
a8f7d1
  - 'delete_empty_groups' shouldn't erronously delete default group
a8f7d1
  - Add tidy_changelog utility script
a8f7d1
  - Minor pod fix
a8f7d1
- Bump Test::More version requirement to 0.96 (CPAN RT#84994)
a8f7d1
a8f7d1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-5
a8f7d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a8f7d1
a8f7d1
* Tue Nov 13 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.19-4
a8f7d1
- Update dependencies
a8f7d1
a8f7d1
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-3
a8f7d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a8f7d1
a8f7d1
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.19-2
a8f7d1
- Perl 5.16 rebuild
a8f7d1
a8f7d1
* Tue May  1 2012 Paul Howarth <paul@city-fan.org> - 0.19-1
a8f7d1
- Update to 0.19:
a8f7d1
  - Test::CPAN::Changes now accepts version entries ending in '-TRIAL'
a8f7d1
    (CPAN RT#76882)
a8f7d1
  - releases() in CPAN::Changes also accepts entries ending in '-TRIAL'
a8f7d1
- Don't need to remove empty directories from buildroot
a8f7d1
- Drop %%defattr, redundant since rpm 4.4
a8f7d1
a8f7d1
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 0.18-2
a8f7d1
- Fedora 17 mass rebuild
a8f7d1
a8f7d1
* Tue Oct 18 2011 Paul Howarth <paul@city-fan.org> - 0.18-1
a8f7d1
- Update to 0.18:
a8f7d1
  - Expand changes_file_ok() to accept arguments so that a specific version may
a8f7d1
    be checked
a8f7d1
  - Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain
a8f7d1
    e.g. Module::Install::AuthorRequires
a8f7d1
a8f7d1
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.17-2
a8f7d1
- Perl mass rebuild
a8f7d1
a8f7d1
* Thu Apr 21 2011 Paul Howarth <paul@city-fan.org> - 0.17-1
a8f7d1
- Update to 0.17:
a8f7d1
  - Eliminate extra whitespace when release data is not defined (CPAN RT#67441)
a8f7d1
  - Require version.pm 0.79, which introduced the $LAX regexp (CPAN RT#67613)
a8f7d1
  - Add the option to sort groups
a8f7d1
a8f7d1
* Wed Apr 20 2011 Paul Howarth <paul@city-fan.org> - 0.16-1
a8f7d1
- Initial RPM version