Author: glen                         Date: Fri Jun 15 21:01:40 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new,
  based on src.rpm from http://nodejs.tchol.org/ repo

---- Files affected:
packages/nodejs-archy:
   nodejs-archy.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/nodejs-archy/nodejs-archy.spec
diff -u /dev/null packages/nodejs-archy/nodejs-archy.spec:1.1
--- /dev/null   Fri Jun 15 23:01:40 2012
+++ packages/nodejs-archy/nodejs-archy.spec     Fri Jun 15 23:01:35 2012
@@ -0,0 +1,43 @@
+# $Revision$, $Date$
+Summary:       Renders nested hierarchies with unicode pipes
+Name:          nodejs-archy
+Version:       0.0.2
+Release:       1
+License:       MIT
+Group:         Libraries
+URL:           https://github.com/substack/archy
+Source0:       http://registry.npmjs.org/archy/-/archy-%{version}.tgz
+# Source0-md5: 382ccc6cdaa38b4eadadcc259faf1931
+Requires:      nodejs
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Render nested hierarchies with unicode pipes, `npm ls` style.
+
+%prep
+%setup -qc
+mv package/* .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{nodejs_libdir}/archy
+cp -p index.js package.json $RPM_BUILD_ROOT%{nodejs_libdir}/archy
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.markdown examples
+%{nodejs_libdir}/archy
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/06/15 21:01:35  glen
+- new,
+  based on src.rpm from http://nodejs.tchol.org/ repo
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to