From aeb908396c1e421cf2129ba1e59293fc5989196f Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Feb 06 2014 23:21:40 +0000 Subject: update to latest release --- diff --git a/.gitignore b/.gitignore index 2df936d..485d475 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /node-static-0.7.1.tgz +/node-static-0.7.3.tgz diff --git a/nodejs-node-static.spec b/nodejs-node-static.spec index 12e8800..89b007f 100644 --- a/nodejs-node-static.spec +++ b/nodejs-node-static.spec @@ -1,10 +1,12 @@ %global npm_name node-static %global enable_tests 0 +%{?nodejs_find_provides_and_requires} + Summary: Simple, compliant file streaming module for node Name: nodejs-%{npm_name} -Version: 0.7.1 -Release: 2%{?dist} +Version: 0.7.3 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: http://github.com/cloudhead/node-static @@ -14,6 +16,7 @@ BuildRequires: nodejs-devel BuildRequires: npm(vows) %endif BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm} noarch %description node-static is a simple, "rfc 2616 compliant" file streaming module @@ -32,7 +35,7 @@ out there, such as node-paperboy and antinode. %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} -cp -pr benchmark bin etc examples lib package.json test %{buildroot}%{nodejs_sitelib}/%{npm_name} +cp -pr benchmark bin examples lib package.json test %{buildroot}%{nodejs_sitelib}/%{npm_name} # Setup Binaries mkdir %{buildroot}%{_bindir} @@ -49,6 +52,11 @@ vows --spec --isolate %{_bindir}/static %changelog +* Thu Feb 06 2014 Troy Dawson - 0.7.3-1 +- Update to version 0.7.3 +- add nodejs exclusive arch +- add macro to invoke dependency generator on EL6 + * Fri Oct 11 2013 Troy Dawson - 0.7.1-2 - Cleaned up description diff --git a/sources b/sources index 12dcde8..bc63e79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2daa8b8b409e73bbbc5e9f710c5889b6 node-static-0.7.1.tgz +dc1a691ab78a0eb5c469bac4aa9c30ff node-static-0.7.3.tgz