diff --git a/.gitignore b/.gitignore index 90e8a7a..5fd1195 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pascal-case-1.0.0.tgz +/pascal-case-1.1.0.tar.gz diff --git a/nodejs-pascal-case.spec b/nodejs-pascal-case.spec index 80e430b..d200358 100644 --- a/nodejs-pascal-case.spec +++ b/nodejs-pascal-case.spec @@ -2,12 +2,12 @@ %global srcname pascal-case Name: nodejs-%{srcname} -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Pascal case a string License: MIT URL: https://github.com/blakeembrey/%{srcname} -Source0: http://registry.npmjs.org/%{srcname}/-/%{srcname}-%{version}.tgz +Source0: https://github.com/blakeembrey/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -27,7 +27,8 @@ BuildRequires: npm(mocha) %prep -%setup -q -n package +%setup -q -n %{srcname}-%{version} +rm -rf node_modules/ %build @@ -49,10 +50,14 @@ istanbul-js cover mocha -- -R spec %files -%doc README.md LICENSE +%doc README.md +%license LICENSE %{nodejs_sitelib}/%{srcname} %changelog +* Mon Feb 9 2015 Piotr Popieluch - 1.1.0-1 +- update to 1.1.0 + * Sun Nov 16 2014 Piotr Popieluch - 1.0.0-1 - Initial package diff --git a/sources b/sources index 4072de0..a2e6d05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d963ca4f7608146392b0fca116211625 pascal-case-1.0.0.tgz +c787c7e24cfe09eab4af0a832dc5a054 pascal-case-1.1.0.tar.gz