diff --git a/.gitignore b/.gitignore index e69de29..5822c44 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/npm-user-validate-0.0.1.tgz diff --git a/nodejs-npm-user-validate.spec b/nodejs-npm-user-validate.spec new file mode 100644 index 0000000..8ec8185 --- /dev/null +++ b/nodejs-npm-user-validate.spec @@ -0,0 +1,53 @@ +%{?nodejs_find_provides_and_requires} + +Name: nodejs-npm-user-validate +Version: 0.0.1 +Release: 2%{?dist} +Summary: Username, password, and e-mail validation for the npm registry +BuildArch: noarch + +Group: Development/Libraries +License: BSD +URL: https://github.com/robertkowalski/npm-user-validate +Source0: http://registry.npmjs.org/npm-user-validate/-/npm-user-validate-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: nodejs-devel +BuildRequires: npm(tap) + +%description +This library validates usernames, passwords, and e-mail addresses to the +standards required by the npm registry. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +rm -rf %buildroot + +mkdir -p %{buildroot}%{nodejs_sitelib}/npm-user-validate +cp -pr npm-user-validate.js package.json %{buildroot}%{nodejs_sitelib}/npm-user-validate + +%nodejs_symlink_deps + +%check +%nodejs_symlink_deps --check +%tap test/*.js + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root,-) +%{nodejs_sitelib}/npm-user-validate +%doc README.md LICENSE + +%changelog +* Thu May 30 2013 T.C. Hollingsworth - 0.0.1-2 +- fix License tag + +* Thu May 30 2013 T.C. Hollingsworth - 0.0.1-1 +- initial package diff --git a/sources b/sources index e69de29..1cdea81 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a86f2a733491e29cbd5f48f412bcba0a npm-user-validate-0.0.1.tgz