Blame SPECS/nodejs-promzard.spec

932778
%{?scl:%scl_package nodejs-promzard}
932778
%{!?scl:%global pkg_name %{name}}
932778
%{?nodejs_find_provides_and_requires}
932778
932778
Name:           %{?scl_prefix}nodejs-promzard
932778
Version:        0.3.0
932778
Release:        1%{?dist}
932778
Summary:        A prompting wizard for building files from specialized PromZard modules
932778
BuildArch:      noarch
932778
932778
Group:          System Environment/Libraries
932778
# license will be included in next upstream release
932778
# # https://raw.github.com/isaacs/promzard/master/LICENSE
932778
License:        BSD
932778
URL:            https://github.com/isaacs/promzard
932778
Source0:        http://registry.npmjs.org/promzard/-/promzard-%{version}.tgz
932778
BuildRoot:      %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n)
932778
932778
BuildRequires:  %{?scl_prefix}nodejs-devel
932778
932778
%description
932778
A prompting wizard for building files from specialized PromZard modules.
932778
932778
The goal is a nice drop-in enhancement for `npm init`.
932778
932778
%prep
932778
%setup -q -n package
932778
932778
%build
932778
#nothing to do
932778
932778
%install
932778
rm -rf %buildroot
932778
mkdir -p %{buildroot}%{nodejs_sitelib}/promzard
932778
cp -pr package.json promzard.js %{buildroot}%{nodejs_sitelib}/promzard
932778
932778
%nodejs_symlink_deps
932778
932778
%clean
932778
rm -rf %buildroot
932778
932778
%files
932778
%defattr(-,root,root,-)
932778
%{nodejs_sitelib}/promzard
932778
%doc example README.md
932778
932778
%changelog
932778
* Tue Feb 16 2016 Tomas Hrcka <thrcka@redhat.com> - 0.3.0-1
932778
- New upstream release 
932778
932778
* Tue Mar 04 2014 Tomas Hrcka <thrcka@redhat.com> - 0.2.0-7
932778
- Add missing nodejs_symlink_deps macro
932778
932778
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.2.0-6
932778
- replace provides and requires with macro
932778
932778
* Fri Apr 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.2.0-5
932778
- Add support for software collections
932778
932778
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
932778
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
932778
932778
* Mon Jan 07 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.0-2
932778
- fix summary, description, license
932778
932778
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.2.0-1
932778
- initial package generated by npm2rpm