Update to 0.086
- New upstream release 0.086 - Improved documentation of copy and move - Simplify find command using -delete
This commit is contained in:
parent
4536339a68
commit
5e259b1a4f
@ -1,7 +1,7 @@
|
||||
# TODO: BR: optional test dependency perl(Test::MockRandom) when available
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.084
|
||||
Version: 0.086
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
Group: Development/Libraries
|
||||
@ -93,7 +93,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -106,6 +106,11 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 4 2016 Paul Howarth <paul@city-fan.org> - 0.086-1
|
||||
- Update to 0.086
|
||||
- Improved documentation of copy and move
|
||||
- Simplify find command using -delete
|
||||
|
||||
* Fri Mar 4 2016 Paul Howarth <paul@city-fan.org> - 0.084-1
|
||||
- Update to 0.084
|
||||
- Fixed relative() for the case with regex metacharacters in the path
|
||||
|
||||
Loading…
Reference in New Issue
Block a user