|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perltidy
|
|
|
|
Name: perltidy
|
|
|
|
Version: 20171214
|
|
|
|
Version: 20180101
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Tool for indenting and re-formatting Perl scripts
|
|
|
|
Summary: Tool for indenting and re-formatting Perl scripts
|
|
|
|
License: GPLv2+
|
|
|
|
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
|
|
|
|
# We'll ship the perltidy manpage in %%{_mandir} so we don't need another copy
|
|
|
|
rm docs/perltidy.1
|
|
|
|
rm docs/perltidy.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove unwanted exec permissions
|
|
|
|
|
|
|
|
find examples/ lib/ -type f -perm /a+x -exec chmod -c -x {} \;
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
@ -86,6 +89,9 @@ make test
|
|
|
|
%{_mandir}/man3/Perl::Tidy.3*
|
|
|
|
%{_mandir}/man3/Perl::Tidy.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Fri Dec 15 2017 Paul Howarth <paul@city-fan.org> - 20171214-1
|
|
|
|
- Update to 20171214 (see CHANGES for details)
|
|
|
|
- Update to 20171214 (see CHANGES for details)
|
|
|
|
|
|
|
|
|
|
|
|