Name: perl-CPAN-Changes Summary: Read and write Changes files Version: 0.400002 Release: 1%{?_dist_release} License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/CPAN-Changes/ Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/CPAN-Changes-%{version}.tar.gz Vendor: Project Vine Distribution: Vine Linux BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl >= 2:5.26.2 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Text::Wrap) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description It is standard practice to include a Changes file in your distribution. The purpose of the Changes file is to help a user figure out what has changed since the last release. People have devised many ways to write the Changes file. A preliminary specification has been created (CPAN::Changes::Spec) to encourage module authors to write clear and concise Changes. This module will help users programmatically read and write Changes files that conform to the specification. %prep %setup -q -n CPAN-Changes-%{version} %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null %{_fixperms} %{buildroot} %check make test make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{_bindir}/tidy_changelog %{perl_vendorlib}/CPAN/ %{perl_vendorlib}/Test/ %{_mandir}/man1/tidy_changelog.1* %{_mandir}/man3/CPAN::Changes.3pm* %{_mandir}/man3/CPAN::Changes::Group.3pm* %{_mandir}/man3/CPAN::Changes::Release.3pm* %{_mandir}/man3/CPAN::Changes::Spec.3pm* %{_mandir}/man3/Test::CPAN::Changes.3pm* %changelog * Fri May 17 2019 Tomohiro "Tomo-p" KATO 0.400002-1 - new upstream release. - rebuilt with perl-5.26. * Wed Nov 5 2014 Ryoichi INAGAKI 0.30-1 - updated to 0.30 - built with perl 5.16.3 * Mon Mar 05 2012 MATSUBAYASHI Kohji - 0.18-1 - initial build for Vine Linux * Tue Jan 10 2012 Paul Howarth - 0.18-2 - Fedora 17 mass rebuild * Tue Oct 18 2011 Paul Howarth - 0.18-1 - Update to 0.18: - Expand changes_file_ok() to accept arguments so that a specific version may be checked - Add $VERSION to Test::CPAN::Changes so it plays nice with the toolchain e.g. Module::Install::AuthorRequires * Mon Jun 20 2011 Marcela Mašláňová - 0.17-2 - Perl mass rebuild * Thu Apr 21 2011 Paul Howarth - 0.17-1 - Update to 0.17: - Eliminate extra whitespace when release data is not defined (CPAN RT#67441) - Require version.pm 0.79, which introduced the $LAX regexp (CPAN RT#67613) - Add the option to sort groups * Wed Apr 20 2011 Paul Howarth - 0.16-1 - Initial RPM version