Blame SPECS/nodejs-lockfile.spec

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