[nodejs-growl] Initial import

Jamie Nguyen jamielinux at fedoraproject.org
Mon Feb 25 08:37:29 UTC 2013


commit 94b6d58a2a90bd1f1d89042bcca2107789a424d2
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Feb 25 08:37:17 2013 +0000

    Initial import

 .gitignore        |    1 +
 nodejs-growl.spec |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..82b62ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/growl-1.7.0.tgz
diff --git a/nodejs-growl.spec b/nodejs-growl.spec
new file mode 100644
index 0000000..1627eec
--- /dev/null
+++ b/nodejs-growl.spec
@@ -0,0 +1,58 @@
+%global enable_tests 1
+
+Name:       nodejs-growl
+Version:    1.7.0
+Release:    2%{?dist}
+Summary:    Growl unobtrusive notifications for Node.js
+# License text is included in Readme.md
+License:    MIT
+Group:      System Environment/Libraries
+URL:        https://github.com/visionmedia/node-growl
+Source0:    http://registry.npmjs.org/growl/-/growl-%{version}.tgz
+BuildArch:  noarch
+
+BuildRequires:  nodejs-devel
+
+%if 0%{?enable_tests}
+BuildRequires:  libnotify-devel
+%endif
+
+Requires:       libnotify%{?_isa} >= 0:0.5.0-1
+
+%description
+%summary
+
+
+%prep
+%setup -q -n package
+
+
+%build
+#nothing to do
+
+
+%install
+mkdir -p %{buildroot}%{nodejs_sitelib}/growl
+cp -pr package.json lib/ \
+    %{buildroot}%{nodejs_sitelib}/growl
+
+%nodejs_symlink_deps
+
+
+%if 0%{?enable_tests}
+%check
+%__nodejs test.js
+%endif
+
+
+%files
+%doc History.md Readme.md
+%{nodejs_sitelib}/growl
+
+
+%changelog
+* Sun Feb 24 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.7.0-2
+- specify architecture and version for libnotify in Requires
+
+* Thu Feb 14 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.7.0-1
+- initial package
diff --git a/sources b/sources
index e69de29..a421e2a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a8ed065b6222e45fda9a99b231a84e79  growl-1.7.0.tgz


More information about the scm-commits mailing list