|
|
@ -1,9 +1,9 @@
|
|
|
|
%global cpan_version 0.9716
|
|
|
|
%global cpan_version 0.9724
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Graph
|
|
|
|
Name: perl-Graph
|
|
|
|
# Keep 2-digit precision
|
|
|
|
# Keep 2-digit precision
|
|
|
|
Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
|
|
|
|
Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Perl module for dealing with graphs, the abstract data structures
|
|
|
|
Summary: Perl module for dealing with graphs, the abstract data structures
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -60,14 +60,12 @@ Hietaniemi (the undersigned), John Macdonald, and Jon Orwant,
|
|
|
|
and published by O'Reilly and Associates. This rewrite is not
|
|
|
|
and published by O'Reilly and Associates. This rewrite is not
|
|
|
|
fully compatible with the 0.2xx series.
|
|
|
|
fully compatible with the 0.2xx series.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Graph-%{cpan_version}
|
|
|
|
%setup -q -n Graph-%{cpan_version}
|
|
|
|
|
|
|
|
|
|
|
|
# avoid extra dependencies
|
|
|
|
# avoid extra dependencies
|
|
|
|
chmod 644 util/cover.sh
|
|
|
|
chmod 644 util/cover.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
%{make_build}
|
|
|
|
%{make_build}
|
|
|
@ -85,8 +83,10 @@ make test
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Sep 20 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.97.24-1
|
|
|
|
|
|
|
|
- 0.9724 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.97.16-4
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.97.16-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|