|
 |
b540da |
%{?scl:%scl_package nodejs-cryptiles}
|
|
 |
b540da |
%{!?scl:%global pkg_name %{name}}
|
|
 |
b540da |
%{?nodejs_find_provides_and_requires}
|
|
 |
b540da |
|
|
 |
b540da |
Name: %{?scl_prefix}nodejs-cryptiles
|
|
 |
b540da |
Version: 2.0.5
|
|
 |
6e1feb |
Release: 2%{?dist}
|
|
 |
b540da |
Summary: General purpose cryptography utilities for Node.js
|
|
 |
b540da |
License: BSD
|
|
 |
b540da |
URL: https://github.com/hueniverse/cryptiles
|
|
 |
b540da |
Source0: http://registry.npmjs.org/cryptiles/-/cryptiles-%{version}.tgz
|
|
 |
b540da |
BuildArch: noarch
|
|
 |
b540da |
ExclusiveArch: %{nodejs_arches} noarch
|
|
 |
b540da |
|
|
 |
b540da |
BuildRequires: %{?scl_prefix}nodejs-devel
|
|
 |
b540da |
|
|
 |
b540da |
%description
|
|
 |
b540da |
%{summary}.
|
|
 |
b540da |
|
|
 |
b540da |
%prep
|
|
 |
b540da |
%setup -q -n package
|
|
 |
b540da |
|
|
 |
b540da |
#fix perms
|
|
 |
b540da |
chmod 0644 README.md LICENSE lib/* package.json
|
|
 |
b540da |
|
|
 |
b540da |
%build
|
|
 |
b540da |
#nothing to do
|
|
 |
b540da |
|
|
 |
b540da |
%install
|
|
 |
b540da |
mkdir -p %{buildroot}%{nodejs_sitelib}/cryptiles
|
|
 |
b540da |
cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/cryptiles
|
|
 |
b540da |
|
|
 |
b540da |
%nodejs_symlink_deps
|
|
 |
b540da |
|
|
 |
b540da |
#Yet Another Unpackaged Test Framework (lab)
|
|
 |
b540da |
#%%check
|
|
 |
b540da |
#make test
|
|
 |
b540da |
|
|
 |
b540da |
%files
|
|
 |
b540da |
%{nodejs_sitelib}/cryptiles
|
|
 |
b540da |
%doc README.md LICENSE
|
|
 |
b540da |
|
|
 |
b540da |
%changelog
|
|
 |
6e1feb |
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.5-2
|
|
 |
6e1feb |
- Resolves: RHBZ#1543198, rebuild for multiarch
|
|
 |
6e1feb |
|
|
 |
b540da |
* Wed Sep 21 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 2.0.5-1
|
|
 |
b540da |
- Updated
|
|
 |
b540da |
|
|
 |
b540da |
* Tue Feb 16 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.2.2-4
|
|
 |
b540da |
- Use macro in -runtime dependency
|
|
 |
b540da |
|
|
 |
b540da |
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.2.2-3
|
|
 |
b540da |
- Rebuilt with updated metapackage
|
|
 |
b540da |
|
|
 |
b540da |
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.2.2-2
|
|
 |
b540da |
- replace provides and requires with macro
|
|
 |
b540da |
|
|
 |
b540da |
* Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.2-1
|
|
 |
b540da |
- new upstream release 0.2.2
|
|
 |
b540da |
|
|
 |
b540da |
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.1-1
|
|
 |
b540da |
- new upstream release 0.2.1
|
|
 |
b540da |
|
|
 |
b540da |
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.0-3
|
|
 |
b540da |
- restrict to compatible arches
|
|
 |
b540da |
|
|
 |
b540da |
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.0-2
|
|
 |
b540da |
- add macro for EPEL6 dependency generation
|
|
 |
b540da |
|
|
 |
b540da |
* Fri Apr 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.2.0-2
|
|
 |
b540da |
- Add support for software collections
|
|
 |
b540da |
|
|
 |
b540da |
* Mon Apr 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.0-1
|
|
 |
b540da |
- initial package
|