diff --git a/nodejs-mustache.spec b/nodejs-mustache.spec index 1b97d5b..506eb19 100644 --- a/nodejs-mustache.spec +++ b/nodejs-mustache.spec @@ -3,7 +3,7 @@ Name: nodejs-mustache Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: mustache.js is an implementation of the mustache template system in JavaScript License: MIT URL: https://github.com/janl/mustache.js @@ -34,7 +34,7 @@ We call it "logic-less" because there are no if statements, else clauses, or for %install mkdir -p %{buildroot}%{nodejs_sitelib}/mustache -cp -pr mustache.js mustache.js.nuspec Rakefile package.json wrappers/ \ +cp -pr mustache.js mustache.js.nuspec Rakefile package.json mustache.min.js wrappers/ hooks/ \ %{buildroot}%{nodejs_sitelib}/mustache %nodejs_symlink_deps @@ -44,11 +44,13 @@ mocha test %endif %files -%doc LICENSE CHANGES README.md +%doc LICENSE CHANGELOG.md README.md %{nodejs_sitelib}/mustache %changelog +* Fri Feb 06 2015 Anish Patil - 1.0.0-2 +- Build with few minor changes * Wed Dec 24 2014 Anish Patil - 1.0.0-1 - Upstream has released new version * Thu Sep 04 2014 Anish Patil - 0.8.2-1