|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Mojolicious-Plugin-AssetPack
|
|
|
|
Name: perl-Mojolicious-Plugin-AssetPack
|
|
|
|
Version: 1.47
|
|
|
|
Version: 1.48
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Compress and convert CSS, Less, Sass, JavaScript and CoffeeScript files
|
|
|
|
Summary: Compress and convert CSS, Less, Sass, JavaScript and CoffeeScript files
|
|
|
|
License: Artistic 2.0
|
|
|
|
License: Artistic 2.0
|
|
|
@ -64,7 +64,7 @@ meaning you can save bandwidth and browser parsing time.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Mojolicious-Plugin-AssetPack-%{version}
|
|
|
|
%setup -q -n Mojolicious-Plugin-AssetPack-%{version}
|
|
|
|
for PL in sprites.pl reloader.pl rollup.pl; do
|
|
|
|
for PL in sprites.pl rollup.pl; do
|
|
|
|
sed -i -e '1s,#!.*perl,#!%{__perl},' examples/"$PL"
|
|
|
|
sed -i -e '1s,#!.*perl,#!%{__perl},' examples/"$PL"
|
|
|
|
done
|
|
|
|
done
|
|
|
|
sed -i -e '1s,#!.*node,,' lib/Mojolicious/Plugin/AssetPack/Pipe/*.js
|
|
|
|
sed -i -e '1s,#!.*node,,' lib/Mojolicious/Plugin/AssetPack/Pipe/*.js
|
|
|
@ -86,6 +86,9 @@ make test
|
|
|
|
%{_mandir}/man3/Mojolicious*
|
|
|
|
%{_mandir}/man3/Mojolicious*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Nov 04 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.48-1
|
|
|
|
|
|
|
|
- Update to 1.48
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Oct 15 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.47-1
|
|
|
|
* Sun Oct 15 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.47-1
|
|
|
|
- Update to 1.47
|
|
|
|
- Update to 1.47
|
|
|
|
|
|
|
|
|
|
|
|