[nodejs-cookie-jar/el6] initial import

T.C. Hollingsworth patches at fedoraproject.org
Tue Apr 23 23:05:29 UTC 2013


commit 8039cc93e252a84b2a91cd40fd93b2b2c35571ba
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Apr 23 16:05:08 2013 -0700

    initial import

 .gitignore             |    1 +
 nodejs-cookie-jar.spec |   66 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7ac49f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/cookie-jar-0.2.0.tgz
diff --git a/nodejs-cookie-jar.spec b/nodejs-cookie-jar.spec
new file mode 100644
index 0000000..f81a5bd
--- /dev/null
+++ b/nodejs-cookie-jar.spec
@@ -0,0 +1,66 @@
+Name:           nodejs-cookie-jar
+Epoch:          1
+Version:        0.2.0
+Release:        5%{?dist}
+Summary:        A cookie handling and cookie jar library for Node.js
+BuildArch:      noarch
+
+Group:          System Environment/Libraries
+#ASL 2.0 added upstream
+#https://github.com/mikeal/cookie-jar/blob/master/LICENSE
+License:        ASL 2.0
+URL:            https://github.com/mikeal/cookie-jar
+Source0:        http://registry.npmjs.org/cookie-jar/-/cookie-jar-%{version}.tgz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+#this needs to get renamed to nodejs-cookie-jar soon
+Provides:       nodejs-tobi-cookie = %{epoch}:%{version}
+Obsoletes:      nodejs-tobi-cookie < 1:0.2.0-3
+
+BuildRequires:  nodejs-devel
+
+%description
+%summary.
+
+%prep
+%setup -q -n package
+
+%build
+#nothing to do
+
+%install
+rm -rf %buildroot
+
+mkdir -p %{buildroot}%{nodejs_sitelib}/cookie-jar
+cp -p index.js jar.js package.json %{buildroot}%{nodejs_sitelib}/cookie-jar
+
+%nodejs_symlink_deps
+
+%check
+%{__nodejs} tests/run.js
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root,-)
+%{nodejs_sitelib}/cookie-jar
+
+%changelog
+* Tue Apr 23 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1:0.2.0-5
+- run tests
+
+* Fri Apr 19 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1:0.2.0-4
+- fix Obsoletes as sugessted during rename review
+
+* Wed Apr 03 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1:0.2.0-3
+- rename to nodejs-cookie-jar
+
+* Wed Apr 03 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1:0.2.1-1
+- now unbundled from tobi, called cookie-jar upstream
+
+* Sat Jan 26 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.3.2-2
+- add missing build section
+
+* Tue Jan 22 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.3.2-1
+- initial package
diff --git a/sources b/sources
index e69de29..a18d782 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+55107bbd8b61b4296eb26d532ec8150c  cookie-jar-0.2.0.tgz


More information about the scm-commits mailing list