diff --git a/.gitignore b/.gitignore index 8748234..092babc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /param-case-1.0.1.tgz +/param-case-1.1.1.tar.gz diff --git a/nodejs-param-case.spec b/nodejs-param-case.spec index fa618b6..23e6ddb 100644 --- a/nodejs-param-case.spec +++ b/nodejs-param-case.spec @@ -2,15 +2,15 @@ %global srcname param-case Name: nodejs-%{srcname} -Version: 1.0.1 +Version: 1.1.1 Release: 1%{?dist} Summary: Param 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 +ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -26,7 +26,8 @@ BuildRequires: npm(mocha) %prep -%setup -q -n package +%setup -q -n %{srcname}-%{version} +rm -rf node_modules/ %build @@ -48,10 +49,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.1-1 +- update to 1.1.1 + * Sun Nov 16 2014 Piotr Popieluch - 1.0.1-1 - Initial package diff --git a/sources b/sources index 2c1e9f7..b5955ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9f4e495e7f446470ebfc964b846a9f4 param-case-1.0.1.tgz +fde4915499a6c9f3ecc34bc709238ae0 param-case-1.1.1.tar.gz