From eec33624c68205068aa8d65acfcf14cc548fcb75 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 09 2014 08:34:37 +0000 Subject: import nodejs010-nodejs-sigmund-1.0.0-6.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fed84cd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/sigmund-1.0.0.tgz diff --git a/.nodejs010-nodejs-sigmund.metadata b/.nodejs010-nodejs-sigmund.metadata new file mode 100644 index 0000000..72f7a62 --- /dev/null +++ b/.nodejs010-nodejs-sigmund.metadata @@ -0,0 +1 @@ +66a2b3a749ae8b5fb89efd4fcc01dc94fbe02296 SOURCES/sigmund-1.0.0.tgz diff --git a/README.md b/README.md deleted file mode 100644 index ce46a88..0000000 --- a/README.md +++ /dev/null @@ -1,5 +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-sigmund.spec b/SPECS/nodejs-sigmund.spec new file mode 100644 index 0000000..41d54e4 --- /dev/null +++ b/SPECS/nodejs-sigmund.spec @@ -0,0 +1,63 @@ +%{?scl:%scl_package nodejs-sigmund} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-sigmund +Version: 1.0.0 +Release: 6%{?dist} +Summary: Quick and dirty signatures for Objects +BuildArch: noarch + +Group: System Environment/Libraries +License: BSD +URL: https://github.com/isaacs/sigmund +Source0: http://registry.npmjs.org/sigmund/-/sigmund-%{version}.tgz +BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +Quick and dirty signatures for Objects. + +This is like a much faster `deepEquals` comparison, which returns a +string key suitable for caches and the like. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +rm -rf %buildroot +mkdir -p %{buildroot}%{nodejs_sitelib}/sigmund +cp -pr package.json sigmund.js %{buildroot}%{nodejs_sitelib}/sigmund + +%nodejs_symlink_deps + +%clean +rm -rf %buildroot + +%files +%defattr(-,root,root,-) +%{nodejs_sitelib}/sigmund +%doc LICENSE README.md bench.js + +%changelog +* Tue Mar 04 2014 Tomas Hrcka - 1.0.0-6 +- Add missing nodejs_symlink_deps macro + +* Thu Oct 17 2013 Tomas Hrcka - 1.0.0-5 +- replace provides and requires with macro + +* Thu Apr 11 2013 Stanislav Ochotnicky - 1.0.0-4 +- Add support for software collections + +* Thu Feb 14 2013 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Jan 08 2013 T.C. Hollingsworth - 1.0.0-2 +- add missing build section + +* Mon Dec 31 2012 T.C. Hollingsworth - 1.0.0-1 +- initial package generated by npm2rpm