From 3044055531baa1017319a64e8f02de94fadc8f9e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 09 2014 08:31:09 +0000 Subject: import nodejs010-nodejs-archy-0.0.2-8.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22d8ba0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/archy-0.0.2.tgz diff --git a/.nodejs010-nodejs-archy.metadata b/.nodejs010-nodejs-archy.metadata new file mode 100644 index 0000000..ae59b90 --- /dev/null +++ b/.nodejs010-nodejs-archy.metadata @@ -0,0 +1 @@ +910f43bf66141fc335564597abc189df44b3d35e SOURCES/archy-0.0.2.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-archy.spec b/SPECS/nodejs-archy.spec new file mode 100644 index 0000000..7faa615 --- /dev/null +++ b/SPECS/nodejs-archy.spec @@ -0,0 +1,71 @@ +%{?scl:%scl_package nodejs-archy} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + + +Name: %{?scl_prefix}nodejs-archy +Version: 0.0.2 +Release: 8%{?dist} +Summary: Renders nested hierarchies with unicode pipes +License: MIT +Group: System Environment/Libraries +URL: https://github.com/substack/node-archy +Source0: http://registry.npmjs.org/archy/-/archy-%{version}.tgz +BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +Render nested hierarchies with unicode pipes, `npm ls` style. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +rm -rf %{buildroot} + +mkdir -p %{buildroot}%{nodejs_sitelib}/archy +cp -p index.js package.json %{buildroot}%{nodejs_sitelib}/archy + +%nodejs_symlink_deps + +# tests disabled until tap is packaged +#%%check +#%%tap test + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%{nodejs_sitelib}/archy +%doc README.markdown examples + +%changelog +* Thu Oct 17 2013 Tomas Hrcka thrcka@redhat.com - 0.0.2-8 +- replace provides and requires with macro + +* Thu Apr 11 2013 Stanislav Ochotnicky - 0.0.2-7 +- Add support for software collections + +* Thu Feb 14 2013 Fedora Release Engineering - 0.0.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jan 17 2013 T.C. Hollingsworth - 0.0.2-5 +- fix URL + +* Tue Jan 08 2013 T.C. Hollingsworth - 0.0.2-4 +- add missing build section + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.0.2-3 +- clean up for submission + +* Fri Apr 27 2012 T.C. Hollingsworth - 0.0.2-2 +- fix BuildRequires not present on - 0.0.2-1 +- initial package