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