Update to 1.32.
This commit is contained in:
parent
14c67bbbc3
commit
1bf5d9647f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/Class-Inspector-1.31.tar.gz
|
||||
/Class-Inspector-1.32.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Class-Inspector
|
||||
Version: 1.31
|
||||
Release: 5%{?dist}
|
||||
Version: 1.32
|
||||
Release: 1%{?dist}
|
||||
Summary: Get information about a class and its structure
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -35,7 +35,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -47,6 +47,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 14 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.32-1
|
||||
- Update to 1.32.
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user