Update to 20180101 (see CHANGES for details)
This commit is contained in:
parent
b679c16be1
commit
56b2ed3fd2
@ -1,5 +1,5 @@
|
||||
Name: perltidy
|
||||
Version: 20171214
|
||||
Version: 20180101
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for indenting and re-formatting Perl scripts
|
||||
License: GPLv2+
|
||||
@ -61,6 +61,9 @@ rm examples/pt.bat
|
||||
# We'll ship the perltidy manpage in %%{_mandir} so we don't need another copy
|
||||
rm docs/perltidy.1
|
||||
|
||||
# Remove unwanted exec permissions
|
||||
find examples/ lib/ -type f -perm /a+x -exec chmod -c -x {} \;
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
@ -86,6 +89,9 @@ make test
|
||||
%{_mandir}/man3/Perl::Tidy.3*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 1 2018 Paul Howarth <paul@city-fan.org> - 20180101-1
|
||||
- Update to 20180101 (see CHANGES for details)
|
||||
|
||||
* Fri Dec 15 2017 Paul Howarth <paul@city-fan.org> - 20171214-1
|
||||
- Update to 20171214 (see CHANGES for details)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Perl-Tidy-20171214.tar.gz) = bc561146f184dd0023de44741cafdcf6882ef553ed2e0c0ec8cd9a234f45b76638b4dc7edde0abfc36e4cc1f84ef908c35dc63f776de65e2abd938d35563cc65
|
||||
SHA512 (Perl-Tidy-20180101.tar.gz) = 93473ba9292eb720e19cf257fc3d175568dceb55f3a571788248320f34745ee0a93c09feac3fe59cc0decbe7fd22203ceca6902cc78a2182da746e27f8ad41a8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user