|
 |
9473e9 |
%{?scl:%scl_package nodejs-fstream}
|
|
 |
9473e9 |
%{!?scl:%global pkg_name %{name}}
|
|
 |
9473e9 |
%{?nodejs_find_provides_and_requires}
|
|
 |
9473e9 |
|
|
 |
9473e9 |
Name: %{?scl_prefix}nodejs-fstream
|
|
 |
9473e9 |
Version: 1.0.3
|
|
 |
9473e9 |
Release: 3%{?dist}
|
|
 |
9473e9 |
Summary: Advanced file system stream objects for Node.js
|
|
 |
9473e9 |
License: BSD
|
|
 |
9473e9 |
Group: System Environment/Libraries
|
|
 |
9473e9 |
URL: https://github.com/isaacs/fstream
|
|
 |
9473e9 |
Source0: http://registry.npmjs.org/fstream/-/fstream-%{version}.tgz
|
|
 |
9473e9 |
BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
 |
9473e9 |
BuildArch: noarch
|
|
 |
9473e9 |
ExclusiveArch: %{nodejs_arches} noarch
|
|
 |
9473e9 |
|
|
 |
9473e9 |
BuildRequires: %{?scl_prefix}nodejs-devel
|
|
 |
9473e9 |
|
|
 |
9473e9 |
%description
|
|
 |
9473e9 |
Provides advanced file system stream objects for Node.js. These objects are
|
|
 |
9473e9 |
like FS streams, but with stat on them, and support directories and
|
|
 |
9473e9 |
symbolic links, as well as normal files. Also, you can use them to set
|
|
 |
9473e9 |
the stats on a file, even if you don't change its contents, or to create
|
|
 |
9473e9 |
a symlink, etc.
|
|
 |
9473e9 |
|
|
 |
9473e9 |
%prep
|
|
 |
9473e9 |
%setup -q -n package
|
|
 |
9473e9 |
%nodejs_fixdep graceful-fs '>= 4.1.2'
|
|
 |
9473e9 |
|
|
 |
9473e9 |
%build
|
|
 |
9473e9 |
#nothing to do
|
|
 |
9473e9 |
|
|
 |
9473e9 |
%install
|
|
 |
9473e9 |
rm -rf %{buildroot}
|
|
 |
9473e9 |
|
|
 |
9473e9 |
mkdir -p %{buildroot}%{nodejs_sitelib}/fstream
|
|
 |
9473e9 |
cp -pr lib fstream.js package.json %{buildroot}%{nodejs_sitelib}/fstream
|
|
 |
9473e9 |
|
|
 |
9473e9 |
%nodejs_symlink_deps
|
|
 |
9473e9 |
|
|
 |
9473e9 |
%clean
|
|
 |
9473e9 |
rm -rf %{buildroot}
|
|
 |
9473e9 |
|
|
 |
9473e9 |
%files
|
|
 |
9473e9 |
%defattr(-,root,root,-)
|
|
 |
9473e9 |
%{nodejs_sitelib}/fstream
|
|
 |
9473e9 |
%doc LICENSE README.md examples
|
|
 |
9473e9 |
|
|
 |
9473e9 |
%changelog
|
|
 |
9473e9 |
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.3-3
|
|
 |
9473e9 |
- rebuilt
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Tue Dec 01 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.3-2
|
|
 |
9473e9 |
- Use fixdep to fix dependency on graceful-fs
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Fri Jan 09 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.3-1
|
|
 |
9473e9 |
- New upstream release
|
|
 |
9473e9 |
- Fix bogus date in first changelog entry
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Thu Jan 16 2014 Tomas Hrcka <thrcka@redhat.com> - 0.1.25-1
|
|
 |
9473e9 |
- New upstream release 0.1.25
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.1.24-2
|
|
 |
9473e9 |
- replace provides and requires with macro
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.24-1
|
|
 |
9473e9 |
- new upstream release 0.1.24
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Fri Jul 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.23-1
|
|
 |
9473e9 |
- new upstream release 0.1.23
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.22-3
|
|
 |
9473e9 |
- restrict to compatible arches
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.22-2
|
|
 |
9473e9 |
- add macro for EPEL6 dependency generation
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Fri Apr 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.1.22-2
|
|
 |
9473e9 |
- Add support for software collections
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.22-1
|
|
 |
9473e9 |
- new upstream release 0.1.22
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Sun Jan 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.21-3
|
|
 |
9473e9 |
- fix License tag
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.21-2
|
|
 |
9473e9 |
- add missing build section
|
|
 |
9473e9 |
- fix summary/description
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.21-1
|
|
 |
9473e9 |
- new upstream release 0.1.21
|
|
 |
9473e9 |
- clean up for submission
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Thu Mar 29 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.18-1
|
|
 |
9473e9 |
- New upstream release 0.1.18
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Wed Mar 28 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.17-1
|
|
 |
9473e9 |
- new upstream release 0.1.17
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Thu Mar 22 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.14-1
|
|
 |
9473e9 |
- new upstream release 0.1.14
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Sun Mar 04 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.13-1
|
|
 |
9473e9 |
- new upstream release 0.1.13
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Thu Feb 09 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.12-1
|
|
 |
9473e9 |
- new upstream release 0.1.12
|
|
 |
9473e9 |
|
|
 |
9473e9 |
* Fri Jan 21 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.11-1
|
|
 |
9473e9 |
- initial package
|