From b540dab929aaf72e9a415fa817f45bb2fb83c719 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 26 2017 11:05:44 +0000 Subject: import rh-nodejs6-nodejs-cryptiles-2.0.5-1.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e668cb2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cryptiles-2.0.5.tgz diff --git a/.rh-nodejs6-nodejs-cryptiles.metadata b/.rh-nodejs6-nodejs-cryptiles.metadata new file mode 100644 index 0000000..7b926f7 --- /dev/null +++ b/.rh-nodejs6-nodejs-cryptiles.metadata @@ -0,0 +1 @@ +3bdfecdc608147c1c67202fa291e7dca59eaa3b8 SOURCES/cryptiles-2.0.5.tgz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/nodejs-cryptiles.spec b/SPECS/nodejs-cryptiles.spec new file mode 100644 index 0000000..b3b6ec0 --- /dev/null +++ b/SPECS/nodejs-cryptiles.spec @@ -0,0 +1,72 @@ +%{?scl:%scl_package nodejs-cryptiles} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-cryptiles +Version: 2.0.5 +Release: 1%{?dist} +Summary: General purpose cryptography utilities for Node.js +License: BSD +URL: https://github.com/hueniverse/cryptiles +Source0: http://registry.npmjs.org/cryptiles/-/cryptiles-%{version}.tgz +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +%{summary}. + +%prep +%setup -q -n package + +#fix perms +chmod 0644 README.md LICENSE lib/* package.json + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/cryptiles +cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/cryptiles + +%nodejs_symlink_deps + +#Yet Another Unpackaged Test Framework (lab) +#%%check +#make test + +%files +%{nodejs_sitelib}/cryptiles +%doc README.md LICENSE + +%changelog +* Wed Sep 21 2016 Zuzana Svetlikova - 2.0.5-1 +- Updated + +* Tue Feb 16 2016 Zuzana Svetlikova - 0.2.2-4 +- Use macro in -runtime dependency + +* Sun Feb 14 2016 Zuzana Svetlikova - 0.2.2-3 +- Rebuilt with updated metapackage + +* Thu Oct 17 2013 Tomas Hrcka - 0.2.2-2 +- replace provides and requires with macro + +* Tue Jul 30 2013 T.C. Hollingsworth - 0.2.2-1 +- new upstream release 0.2.2 + +* Sat Jun 22 2013 T.C. Hollingsworth - 0.2.1-1 +- new upstream release 0.2.1 + +* Sat Jun 22 2013 T.C. Hollingsworth - 0.2.0-3 +- restrict to compatible arches + +* Mon Apr 15 2013 T.C. Hollingsworth - 0.2.0-2 +- add macro for EPEL6 dependency generation + +* Fri Apr 12 2013 Stanislav Ochotnicky - 0.2.0-2 +- Add support for software collections + +* Mon Apr 08 2013 T.C. Hollingsworth - 0.2.0-1 +- initial package