Blame SPECS/nodejs-lockfile.spec

910128
%{?scl:%scl_package nodejs-lockfile}
910128
%{!?scl:%global pkg_name %{name}}
910128
%{?nodejs_find_provides_and_requires}
910128
910128
Name:           %{?scl_prefix}nodejs-lockfile
910128
Version:        1.0.1
446131
Release:        3%{?dist}
910128
Summary:        A very polite lock file utility
446131
License:        ISC
910128
URL:            https://github.com/isaacs/lockfile
910128
Source0:        https://registry.npmjs.org/lockfile/-/lockfile-%{version}.tgz
910128
910128
BuildArch:  noarch
910128
%if 0%{?fedora} >= 19
910128
ExclusiveArch: %{nodejs_arches} noarch
910128
%else
910128
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
910128
%endif
910128
910128
BuildRequires:  %{?scl_prefix}nodejs-devel
910128
910128
%description
910128
A very polite lock file utility, which endeavors to not litter, and to wait
910128
patiently for others.
910128
910128
%prep
910128
%setup -q -n package
910128
910128
%build
910128
#nothing to do
910128
910128
%install
910128
mkdir -p %{buildroot}%{nodejs_sitelib}/lockfile
910128
cp -pr package.json lockfile.js test %{buildroot}%{nodejs_sitelib}/lockfile
910128
910128
%nodejs_symlink_deps
910128
910128
%files
910128
%{nodejs_sitelib}/lockfile
910128
%doc LICENSE README.md
910128
910128
%changelog
446131
* Thu Jun 09 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.1-3
446131
- Resolves: rhbz#1334856 , fixes wrong license
446131
910128
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.1-2
910128
- rebuilt
910128
910128
* Tue Dec 08 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.1-1
910128
- New upstream release
910128
910128
* Fri Jan 09 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.0-1
910128
- New upstream release 1.0.0
910128
910128
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.4.2-2
910128
- replace provides and requires with macro
910128
910128
* Sat Sep 07 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.4.2-1
910128
- update to upstream release 0.4.2
910128
- add ExclusiveArch logic
910128
910128
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
910128
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
910128
910128
* Fri Jul 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.4.0-1
910128
- new upstream release 0.4.0
910128
910128
* Sun Jun 23 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.4-1
910128
- new upstream release 0.3.4
910128
910128
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.0-3
910128
- restrict to compatible arches
910128
910128
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.0-2
910128
- add macro for EPEL6 dependency generation
910128
910128
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.3.0-2
910128
- Add support for software collections
910128
910128
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.3.0-1
910128
- new upstream release 0.3.0
910128
910128
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.1-2
910128
- add missing build section
910128
910128
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.1-1
910128
- initial package generated by npm2rpm