|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-B-Debug
|
|
|
|
Name: perl-B-Debug
|
|
|
|
Version: 1.22
|
|
|
|
Version: 1.23
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Walk Perl syntax tree, print debug information about op-codes
|
|
|
|
Summary: Walk Perl syntax tree, print debug information about op-codes
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -46,11 +46,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc Artistic Changes Copying README
|
|
|
|
%license Artistic Copying
|
|
|
|
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Feb 02 2015 Petr Pisar <ppisar@redhat.com> - 1.23-1
|
|
|
|
|
|
|
|
- 1.23 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 1.22-2
|
|
|
|
* Wed Oct 29 2014 Petr Pisar <ppisar@redhat.com> - 1.22-2
|
|
|
|
- Do not build-require version module
|
|
|
|
- Do not build-require version module
|
|
|
|
|
|
|
|
|
|
|
|