Blame SPECS/nodejs-glob.spec

ebd41d
%{?scl:%scl_package nodejs-glob}
ebd41d
%{!?scl:%global pkg_name %{name}}
ebd41d
%{?nodejs_find_provides_and_requires}
ebd41d
ebd41d
Name:       %{?scl_prefix}nodejs-glob
b388a3
Version:    4.0.5
ebd41d
Release:    1%{?dist}
ebd41d
Summary:    A little globber for Node.js
ebd41d
License:    BSD
ebd41d
Group:      System Environment/Libraries
ebd41d
URL:        https://github.com/isaacs/node-glob
ebd41d
Source0:    http://registry.npmjs.org/glob/-/glob-%{version}.tgz
ebd41d
BuildRoot:  %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n)
ebd41d
BuildArch:  noarch
ebd41d
ExclusiveArch: %{nodejs_arches} noarch
ebd41d
ebd41d
BuildRequires:  %{?scl_prefix}nodejs-devel
ebd41d
ebd41d
%description
ebd41d
This is a glob implementation in pure JavaScript. It uses the minimatch library
ebd41d
to do its matching.
ebd41d
ebd41d
%prep
ebd41d
%setup -q -n package
ebd41d
ebd41d
%build
ebd41d
#nothing to do
ebd41d
ebd41d
%install
ebd41d
rm -rf %{buildroot}
ebd41d
ebd41d
mkdir -p %{buildroot}%{nodejs_sitelib}/glob
ebd41d
cp -pr glob.js package.json %{buildroot}%{nodejs_sitelib}/glob
ebd41d
ebd41d
%nodejs_symlink_deps
ebd41d
ebd41d
%clean
ebd41d
rm -rf %{buildroot}
ebd41d
ebd41d
%files
ebd41d
%defattr(-,root,root,-)
ebd41d
%{nodejs_sitelib}/glob
ebd41d
%doc LICENSE README.md examples
ebd41d
ebd41d
%changelog
b388a3
* Fri Jan 09 2015 Tomas Hrcka <thrcka@redhat.com> - 4.0.5-1
b388a3
- New upstream release 4.0.5
b388a3
ebd41d
* Thu Jan 16 2014 Tomas Hrcka <thrcka@redhat.com> - 3.2.8-1
ebd41d
- New upstream release 3.2.8
ebd41d
ebd41d
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 3.2.6-2
ebd41d
- replace provides and requires with macro
ebd41d
ebd41d
* Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.2.6-1
ebd41d
- new upstream release 3.2.6
ebd41d
ebd41d
* Fri Jul 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.2.3-1
ebd41d
- new upstream release 3.2.3
ebd41d
ebd41d
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.2.1-1
ebd41d
- new upstream release 3.2.1
ebd41d
ebd41d
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.21-3
ebd41d
- restrict to compatible arches
ebd41d
ebd41d
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.21-2
ebd41d
- add macro for EPEL6 dependency generation
ebd41d
ebd41d
* Fri Apr 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.1.21-2 
ebd41d
- Add support for software collections
ebd41d
ebd41d
* Wed Mar 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.21-1
ebd41d
- new upstream release 3.1.21
ebd41d
ebd41d
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.20-1
ebd41d
- new upstream release 3.1.20
ebd41d
ebd41d
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.14-2
ebd41d
- add missing build section
ebd41d
- adjust summary/description slightly
ebd41d
ebd41d
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.14-1
ebd41d
- new upstream release 3.1.14
ebd41d
- clean up for submission
ebd41d
ebd41d
* Thu Mar 22 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.9-1
ebd41d
- new upstream release 3.1.9
ebd41d
ebd41d
* Fri Mar 16 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 3.1.6-1
ebd41d
- initial package