Blame SPECS/nodejs-slide.spec

21c4e1
%{?scl:%scl_package nodejs-slide}
21c4e1
%{!?scl:%global pkg_name %{name}}
21c4e1
%{?nodejs_find_provides_and_requires}
21c4e1
21c4e1
Name:       %{?scl_prefix}nodejs-slide
21c4e1
Version:    1.1.6
21c4e1
Release:    2%{?dist}
21c4e1
Summary:    A flow control library that fits in a slideshow
21c4e1
License:    ISC
21c4e1
URL:        https://github.com/isaacs/slide-flow-control
21c4e1
Source0:    http://registry.npmjs.org/slide/-/slide-%{version}.tgz
21c4e1
BuildArch:  noarch
21c4e1
%if 0%{?fedora} >= 19
21c4e1
ExclusiveArch: %{nodejs_arches} noarch
21c4e1
%else
21c4e1
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
21c4e1
%endif
21c4e1
21c4e1
BuildRequires:  %{?scl_prefix}nodejs-devel
21c4e1
21c4e1
%description
21c4e1
Provides simple, easy callbacks for node.js.
21c4e1
21c4e1
%prep
21c4e1
%setup -q -n package
21c4e1
21c4e1
%build
21c4e1
#nothing to do
21c4e1
21c4e1
%install
21c4e1
mkdir -p %{buildroot}%{nodejs_sitelib}/slide
21c4e1
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/slide
21c4e1
21c4e1
%nodejs_symlink_deps
21c4e1
21c4e1
%files
21c4e1
%{nodejs_sitelib}/slide
21c4e1
%doc LICENSE README.md
21c4e1
21c4e1
%changelog
21c4e1
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.1.6-2
21c4e1
- rebuilt
21c4e1
21c4e1
* Thu Jan 08 2015 Tomas Hrcka <thrcka@redhat.com> - 1.1.6-1
21c4e1
- New upstream release
21c4e1
21c4e1
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 1.1.5-2
21c4e1
- replace provides and requires with macro
21c4e1
21c4e1
* Tue Sep 03 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.1.5-1
21c4e1
- update to upstream release 1.1.5
21c4e1
- add ExclusiveArch logic
21c4e1
21c4e1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
21c4e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
21c4e1
21c4e1
* Sun Jun 23 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.4-1
21c4e1
- new upstream release 1.1.4
21c4e1
21c4e1
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.3-7
21c4e1
- restrict to compatible arches
21c4e1
21c4e1
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.3-6
21c4e1
- add macro for EPEL6 dependency generation
21c4e1
21c4e1
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.3-6
21c4e1
- Add support for software collections
21c4e1
21c4e1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-5
21c4e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
21c4e1
21c4e1
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.3-4
21c4e1
- add missing build section
21c4e1
- mention missing license
21c4e1
21c4e1
* Thu Apr 26 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.3-3
21c4e1
- missing package.json
21c4e1
21c4e1
* Thu Apr 26 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.3-2
21c4e1
- bring into conformance with newer library packaging standards
21c4e1
- guard Requires for F17 automatic dependency generation
21c4e1
21c4e1
* Mon Aug 22 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.3-1
21c4e1
- initial package