T.C. Hollingsworth af2d4f8
%{?nodejs_find_provides_and_requires}
T.C. Hollingsworth 0ee84d0
T.C. Hollingsworth 9644e6f
Name:       nodejs-inherits
T.C. Hollingsworth 9644e6f
Version:    1.0.0
T.C. Hollingsworth 0ee84d0
Release:    8%{?dist}
T.C. Hollingsworth 9644e6f
Summary:    A tiny simple way to do classic inheritance in js
T.C. Hollingsworth 9644e6f
License:    WTFPL
T.C. Hollingsworth 9644e6f
Group:      Development/Libraries
T.C. Hollingsworth 9644e6f
URL:        https://github.com/isaacs/inherits
T.C. Hollingsworth 9644e6f
Source0:    http://registry.npmjs.org/inherits/-/inherits-%{version}.tgz
T.C. Hollingsworth 9644e6f
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
T.C. Hollingsworth 9644e6f
BuildArch:  noarch
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
BuildRequires:  nodejs-devel
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
%description
T.C. Hollingsworth 9644e6f
%{summary}.
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
%prep
T.C. Hollingsworth 9644e6f
%setup -q -n package
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
%build
T.C. Hollingsworth 9644e6f
#nothing to do
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
%install
T.C. Hollingsworth 9644e6f
rm -rf %{buildroot}
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
mkdir -p %{buildroot}%{nodejs_sitelib}/inherits
T.C. Hollingsworth 9644e6f
cp -pr inherits.js package.json %{buildroot}%{nodejs_sitelib}/inherits
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
%nodejs_symlink_deps
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
%clean
T.C. Hollingsworth 9644e6f
rm -rf %{buildroot}
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
%files
T.C. Hollingsworth 9644e6f
%defattr(-,root,root,-)
T.C. Hollingsworth 9644e6f
%{nodejs_sitelib}/inherits
T.C. Hollingsworth 9644e6f
%doc README.md
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
%changelog
T.C. Hollingsworth 0ee84d0
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-8
T.C. Hollingsworth 0ee84d0
- add macro for EPEL6 dependency generation
T.C. Hollingsworth 0ee84d0
958b4be
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-7
958b4be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
958b4be
T.C. Hollingsworth 9644e6f
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-6
T.C. Hollingsworth 9644e6f
- add missing build section
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
* Thu Jan 03 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-5
T.C. Hollingsworth 9644e6f
- correct license tag (thanks to Robin Lee)
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-4
T.C. Hollingsworth 9644e6f
- clean up for submission
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-3
T.C. Hollingsworth 9644e6f
- guard Requires for F17 automatic depedency generation
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
* Sat Feb 11 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-2
T.C. Hollingsworth 9644e6f
- switch to automatically generated provides/requires
T.C. Hollingsworth 9644e6f
T.C. Hollingsworth 9644e6f
* Sat Jan 21 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-1
T.C. Hollingsworth 9644e6f
- initial package