Update to 0.09

- New upstream release 0.09
  - Convert to use ExtUtils::MakeMaker using distar
  - Include repo and bugtracker metadata
- This release by HAARG -> update source URL
- Switch to ExtUtils::MakeMaker flow
epel9
Paul Howarth 11 years ago
parent d354a25080
commit 2ea45354a3

2
.gitignore vendored

@ -1 +1 @@
Algorithm-C3-0.08.tar.gz /Algorithm-C3-[0-9.]*.tar.gz

@ -1,21 +1,21 @@
Name: perl-Algorithm-C3 Name: perl-Algorithm-C3
Version: 0.08 Version: 0.09
Release: 14%{?dist} Release: 1%{?dist}
Summary: Module for merging hierarchies using the C3 algorithm Summary: Module for merging hierarchies using the C3 algorithm
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Algorithm-C3/ URL: http://search.cpan.org/dist/Algorithm-C3/
Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Algorithm-C3-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Algorithm-C3-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch BuildArch: noarch
# Build # Build
BuildRequires: perl(Module::Build) BuildRequires: perl(ExtUtils::MakeMaker)
# Module # Module
BuildRequires: perl(Carp) >= 0.01 BuildRequires: perl(Carp) >= 0.01
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test # Test
BuildRequires: perl(Test::More) >= 0.47 BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
# Runtime # Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -29,28 +29,34 @@ job of preserving local precedence orderings.
%setup -q -n Algorithm-C3-%{version} %setup -q -n Algorithm-C3-%{version}
%build %build
perl Build.PL installdirs=vendor perl Makefile.PL INSTALLDIRS=vendor
./Build make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
./Build install destdir=%{buildroot} create_packlist=0 make pure_install DESTDIR=%{buildroot}
find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot} %{_fixperms} %{buildroot}
%check %check
./Build test make test
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-)
%doc Changes README t/ %doc Changes README t/
%{perl_vendorlib}/Algorithm/ %{perl_vendorlib}/Algorithm/
%{_mandir}/man3/Algorithm::C3.3pm* %{_mandir}/man3/Algorithm::C3.3pm*
%changelog %changelog
* Mon Mar 3 2014 Paul Howarth <paul@city-fan.org> - 0.09-1
- Update to 0.09
- Convert to use ExtUtils::MakeMaker using distar
- Include repo and bugtracker metadata
- This release by HAARG -> update source URL
- Switch to ExtUtils::MakeMaker flow
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-14 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

@ -1 +1 @@
07afb08682125c875b80c315d99f6f95 Algorithm-C3-0.08.tar.gz 0235e64330790b4c5d59bf76d03f8c90 Algorithm-C3-0.09.tar.gz

Loading…
Cancel
Save