From 4cfe297da418ec5b71a14857a4fca6a18f08cde6 Mon Sep 17 00:00:00 2001 From: T.C. Hollingsworth Date: Jan 19 2013 09:15:48 +0000 Subject: initial import --- diff --git a/.gitignore b/.gitignore index e69de29..ed361d5 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/tar-0.1.14.tgz diff --git a/nodejs-tar.spec b/nodejs-tar.spec new file mode 100644 index 0000000..cdc9603 --- /dev/null +++ b/nodejs-tar.spec @@ -0,0 +1,55 @@ +Name: nodejs-tar +Version: 0.1.14 +Release: 3%{?dist} +Summary: Tar for Node.js +License: BSD +Group: System Environment/Libraries +URL: https://github.com/isaacs/node-tar +Source0: http://registry.npmjs.org/tar/-/tar-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +BuildRequires: nodejs-devel + +%description +A Node.js module that supports reading and writing POSIX "tar" archives. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +rm -rf %{buildroot} + +mkdir -p %{buildroot}%{nodejs_sitelib}/tar +cp -pr lib tar.js package.json %{buildroot}%{nodejs_sitelib}/tar + +%nodejs_symlink_deps + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%{nodejs_sitelib}/tar +%doc README.md examples LICENCE + +%changelog +* Tue Jan 08 2013 T.C. Hollingsworth - 0.1.14-3 +- add missing build section +- fix URL + +* Sun Jan 06 2013 T.C. Hollingsworth - 0.1.14-2 +- provide a better description and summary + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.1.14-1 +- new upstream release 0.1.14 +- clean up for submission + +* Thu Mar 15 2012 T.C. Hollingsworth - 0.1.13-1 +- new upstream release 0.1.13 + +* Sat Jan 21 2012 T.C. Hollingsworth - 0.1.12-1 +- initial package diff --git a/sources b/sources index e69de29..16afc03 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7402b4e8e02ce80bc5a5725bf0a864f1 tar-0.1.14.tgz