|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Mojolicious-Plugin-AssetPack
|
|
|
|
|
Version: 1.17
|
|
|
|
|
Version: 1.18
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Compress and convert CSS, Less, Sass, JavaScript and CoffeeScript files
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
@ -64,7 +64,8 @@ meaning you can save bandwidth and browser parsing time.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Mojolicious-Plugin-AssetPack-%{version}
|
|
|
|
|
sed -i -e '1s,#!.*perl,#!%{__perl},' examples/sprites.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
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
@ -83,6 +84,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/Mojolicious*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 07 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 1.18-1
|
|
|
|
|
- Update to 1.18
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 1.17-1
|
|
|
|
|
- Update to 1.17
|
|
|
|
|
|
|
|
|
|