|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Mojolicious-Plugin-AssetPack
|
|
|
|
Name: perl-Mojolicious-Plugin-AssetPack
|
|
|
|
Version: 1.45
|
|
|
|
Version: 1.46
|
|
|
|
Release: 2%{?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,9 @@ 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}
|
|
|
|
sed -i -e '1s,#!.*perl,#!%{__perl},' examples/sprites.pl examples/reloader.pl
|
|
|
|
for PL in sprites.pl reloader.pl rollup.pl; do
|
|
|
|
|
|
|
|
sed -i -e '1s,#!.*perl,#!%{__perl},' examples/"$PL"
|
|
|
|
|
|
|
|
done
|
|
|
|
sed -i -e '1s,#!.*node,,' lib/Mojolicious/Plugin/AssetPack/Pipe/*.js
|
|
|
|
sed -i -e '1s,#!.*node,,' lib/Mojolicious/Plugin/AssetPack/Pipe/*.js
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -84,6 +86,9 @@ make test
|
|
|
|
%{_mandir}/man3/Mojolicious*
|
|
|
|
%{_mandir}/man3/Mojolicious*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Oct 01 2017 Emmanuel Seyman <emmanuel@seyman.fr> - 1.46-1
|
|
|
|
|
|
|
|
- Update to 1.46
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-2
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|