T.C. Hollingsworth d408a0b
%{?nodejs_find_provides_and_requires}
T.C. Hollingsworth b00d22a
T.C. Hollingsworth 2805382
Name:       nodejs-fstream
T.C. Hollingsworth 8fa0f8a
Version:    0.1.23
T.C. Hollingsworth 8fa0f8a
Release:    1%{?dist}
T.C. Hollingsworth 2805382
Summary:    Advanced file system stream objects for Node.js
T.C. Hollingsworth 2805382
License:    BSD
T.C. Hollingsworth 2805382
Group:      System Environment/Libraries
T.C. Hollingsworth 2805382
URL:        https://github.com/isaacs/fstream
T.C. Hollingsworth 2805382
Source0:    http://registry.npmjs.org/fstream/-/fstream-%{version}.tgz
T.C. Hollingsworth 2805382
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
T.C. Hollingsworth 2805382
BuildArch:  noarch
T.C. Hollingsworth 232d42c
ExclusiveArch: %{nodejs_arches} noarch
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
BuildRequires:  nodejs-devel
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
%description
T.C. Hollingsworth 2805382
Provides advanced file system stream objects for Node.js.  These objects are
T.C. Hollingsworth 2805382
like FS streams, but with stat on them, and support directories and
T.C. Hollingsworth 2805382
symbolic links, as well as normal files.  Also, you can use them to set
T.C. Hollingsworth 2805382
the stats on a file, even if you don't change its contents, or to create
T.C. Hollingsworth 2805382
a symlink, etc.
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
%prep
T.C. Hollingsworth 2805382
%setup -q -n package
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
%build
T.C. Hollingsworth 2805382
#nothing to do
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
%install
T.C. Hollingsworth 2805382
rm -rf %{buildroot}
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
mkdir -p %{buildroot}%{nodejs_sitelib}/fstream
T.C. Hollingsworth 2805382
cp -pr lib fstream.js package.json %{buildroot}%{nodejs_sitelib}/fstream
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
%nodejs_symlink_deps
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
%clean
T.C. Hollingsworth 2805382
rm -rf %{buildroot}
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
%files
T.C. Hollingsworth 2805382
%defattr(-,root,root,-)
T.C. Hollingsworth 2805382
%{nodejs_sitelib}/fstream
T.C. Hollingsworth 2805382
%doc LICENSE README.md examples
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
%changelog
T.C. Hollingsworth 8fa0f8a
* Fri Jul 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.23-1
T.C. Hollingsworth 8fa0f8a
- new upstream release 0.1.23
T.C. Hollingsworth 8fa0f8a
T.C. Hollingsworth 232d42c
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.22-3
T.C. Hollingsworth 232d42c
- restrict to compatible arches
T.C. Hollingsworth 232d42c
T.C. Hollingsworth b00d22a
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.22-2
T.C. Hollingsworth b00d22a
- add macro for EPEL6 dependency generation
T.C. Hollingsworth b00d22a
T.C. Hollingsworth 8bc61b3
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.22-1
T.C. Hollingsworth 8bc61b3
- new upstream release 0.1.22
T.C. Hollingsworth 8bc61b3
T.C. Hollingsworth 2805382
* Sun Jan 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.21-3
T.C. Hollingsworth 2805382
- fix License tag
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.21-2
T.C. Hollingsworth 2805382
- add missing build section
T.C. Hollingsworth 2805382
- fix summary/description
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.21-1
T.C. Hollingsworth 2805382
- new upstream release 0.1.21
T.C. Hollingsworth 2805382
- clean up for submission
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
* Thu Mar 29 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.18-1
T.C. Hollingsworth 2805382
- New upstream release 0.1.18
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
* Wed Mar 28 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.17-1
T.C. Hollingsworth 2805382
- new upstream release 0.1.17
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
* Thu Mar 22 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.14-1
T.C. Hollingsworth 2805382
- new upstream release 0.1.14
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
* Sun Mar 04 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.13-1
T.C. Hollingsworth 2805382
- new upstream release 0.1.13
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
* Thu Feb 09 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.12-1
T.C. Hollingsworth 2805382
- new upstream release 0.1.12
T.C. Hollingsworth 2805382
T.C. Hollingsworth 2805382
* Sat Jan 21 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.11-1
T.C. Hollingsworth 2805382
- initial package