Blame SPECS/nodejs-fstream.spec

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