Blame SPECS/nodejs-lru-cache.spec

0c978e
%{?scl:%scl_package nodejs-lru-cache}
0c978e
%{!?scl:%global pkg_name %{name}}
0c978e
%{?nodejs_find_provides_and_requires}
0c978e
0c978e
Name:       %{?scl_prefix}nodejs-lru-cache
0c978e
Version:    3.2.0
5955b7
Release:    2%{?dist}
0c978e
Summary:    A least recently used cache object for Node.js
5955b7
License:    ISC
0c978e
URL:        https://github.com/isaacs/node-lru-cache
0c978e
Source0:    http://registry.npmjs.org/lru-cache/-/lru-cache-%{version}.tgz
0c978e
BuildArch:  noarch
0c978e
ExclusiveArch:  %{nodejs_arches} noarch
0c978e
0c978e
BuildRequires:  %{?scl_prefix}nodejs-devel
0c978e
0c978e
%description
0c978e
A cache object that deletes the least recently used items.
0c978e
0c978e
%prep
0c978e
%setup -q -n package
0c978e
0c978e
%build
0c978e
#nothing to do
0c978e
0c978e
%install
0c978e
mkdir -p %{buildroot}%{nodejs_sitelib}/lru-cache
0c978e
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/lru-cache
0c978e
0c978e
%nodejs_symlink_deps
0c978e
0c978e
%files
0c978e
%{nodejs_sitelib}/lru-cache
0c978e
%doc CONTRIBUTORS README.md LICENSE
0c978e
0c978e
%changelog
5955b7
* Thu Jun 09 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 3.2.0-2
5955b7
- Resolves: rhbz#1334856 , fixes wrong license
5955b7
0c978e
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 3.2.0-1
0c978e
- Update
0c978e
0c978e
* Mon Nov 30 2015 Tomas Hrcka <thrcka@redhat.com> - 2.7.0-1
0c978e
- New upstream release
0c978e
0c978e
* Thu Jan 16 2014 Tomas Hrcka <thrcka@redhat.com> - 2.5.0-1
0c978e
- New upstream release 2.5.0
0c978e
- AUTHORS renamed to CONTRIBUTORS
0c978e
0c978e
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 2.3.0-3
0c978e
- replace provides and requires with macro
0c978e
0c978e
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.3.0-2
0c978e
- Add support for software collections
0c978e
0c978e
* Wed Apr 03 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.3.0-1
0c978e
- new upstream release 2.3.0
0c978e
0c978e
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.2.2-1
0c978e
- new upstream release 2.2.2
0c978e
0c978e
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.2.1-2
0c978e
- add missing build section
0c978e
- improve summary/description
0c978e
0c978e
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 2.2.1-1
0c978e
- new upstream release 2.2.1
0c978e
- clean up for submission
0c978e
0c978e
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.0-2
0c978e
- fix BuildRequires not present on 
0c978e
0c978e
* Wed Apr 18 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.0-1
0c978e
- New upstream release 1.1.0
0c978e
0c978e
* Wed Mar 28 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.6-1
0c978e
- new upstream release 1.0.6
0c978e
0c978e
* Sat Feb 25 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.5-1
0c978e
- new upstream release 1.0.5
0c978e
0c978e
* Sun Dec 18 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-2
0c978e
- add Group to make EL5 happy
0c978e
0c978e
* Mon Aug 22 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.4-1
0c978e
- initial package