|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Mojolicious-Plugin-AssetPack
|
|
|
|
Name: perl-Mojolicious-Plugin-AssetPack
|
|
|
|
Version: 1.19
|
|
|
|
Version: 1.20
|
|
|
|
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
|
|
|
@ -65,7 +65,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}
|
|
|
|
sed -i -e '1s,#!.*perl,#!%{__perl},' examples/sprites.pl examples/reloader.pl
|
|
|
|
sed -i -e '1s,#!.*perl,#!%{__perl},' examples/sprites.pl examples/reloader.pl
|
|
|
|
sed -i -e '1s,#!.*node,#!/usr/bin/node,' lib/Mojolicious/Plugin/AssetPack/Pipe/riot.js
|
|
|
|
sed -i -e '1s,#!.*node,,' lib/Mojolicious/Plugin/AssetPack/Pipe/*.js
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
@ -84,6 +84,9 @@ make test
|
|
|
|
%{_mandir}/man3/Mojolicious*
|
|
|
|
%{_mandir}/man3/Mojolicious*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Aug 26 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 1.20-1
|
|
|
|
|
|
|
|
- Update to 1.20
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 14 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 1.19-1
|
|
|
|
* Sun Aug 14 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 1.19-1
|
|
|
|
- Update to 1.19
|
|
|
|
- Update to 1.19
|
|
|
|
|
|
|
|
|
|
|
|