Blame SPECS/nodejs-read.spec

93cf86
%{?scl:%scl_package nodejs-read}
93cf86
%{!?scl:%global pkg_name %{name}}
93cf86
93cf86
93cf86
%{?nodejs_find_provides_and_requires}
93cf86
93cf86
Name:       %{?scl_prefix}nodejs-read
93cf86
Version:    1.0.7
93cf86
Release:    2%{?dist}
93cf86
Summary:    An implementation of read(1) for node programs
93cf86
License:    ISC
93cf86
URL:        https://github.com/isaacs/read
93cf86
Source0:    http://registry.npmjs.org/read/-/read-%{version}.tgz
93cf86
BuildArch:  noarch
93cf86
ExclusiveArch: %{nodejs_arches} noarch
93cf86
93cf86
BuildRequires:  %{?scl_prefix}nodejs-devel
93cf86
93cf86
%description
93cf86
A method for reading user input from stdin in node.js.  Similar to readline's
93cf86
"question()" method, but with a few more features.
93cf86
93cf86
%prep
93cf86
%setup -q -n package
93cf86
93cf86
%build
93cf86
#nothing to do
93cf86
93cf86
%install
93cf86
mkdir -p %{buildroot}%{nodejs_sitelib}/read
93cf86
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/read
93cf86
93cf86
%nodejs_symlink_deps
93cf86
93cf86
%files
93cf86
%{nodejs_sitelib}/read
93cf86
%doc LICENSE README.md
93cf86
93cf86
%changelog
93cf86
* Fri Mar 10 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.7-2
93cf86
- Correct license
93cf86
93cf86
* Thu Sep 15 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.7-1
93cf86
- Updated with script
93cf86
93cf86
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.5-2
93cf86
- rebuilt
93cf86
93cf86
* Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.5-1
93cf86
- new upstream release 1.0.5
93cf86
93cf86
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-8
93cf86
- restrict to compatible arches
93cf86
93cf86
* Fri May 03 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.4-7
93cf86
- Fix dist macro usage
93cf86
93cf86
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-6
93cf86
- add macro for EPEL6 dependency generation
93cf86
93cf86
* Fri Apr 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.4-6
93cf86
- Add support for software collections
93cf86
93cf86
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-5
93cf86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
93cf86
93cf86
* Thu Jan 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-4
93cf86
- add missing build section
93cf86
93cf86
* Mon Jan 07 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-2
93cf86
- fix description
93cf86
- add no-op build section
93cf86
93cf86
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-1
93cf86
- new upstream release 1.0.4
93cf86
- clean up for submission
93cf86
93cf86
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-2
93cf86
- guard Requires for F17 automatic depedency generation
93cf86
93cf86
* Mon Apr 02 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.2-1
93cf86
- New upstream release 0.0.2
93cf86
93cf86
* Sat Jan 21 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.1-1
93cf86
- initial package