diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4a8677 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/promzard-0.3.0.tgz diff --git a/.rh-nodejs6-nodejs-promzard.metadata b/.rh-nodejs6-nodejs-promzard.metadata new file mode 100644 index 0000000..e65649a --- /dev/null +++ b/.rh-nodejs6-nodejs-promzard.metadata @@ -0,0 +1 @@ +26a5d6ee8c7dee4cb12208305acfb93ba382a9ee SOURCES/promzard-0.3.0.tgz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +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-promzard.spec b/SPECS/nodejs-promzard.spec new file mode 100644 index 0000000..e48ad4c --- /dev/null +++ b/SPECS/nodejs-promzard.spec @@ -0,0 +1,63 @@ +%{?scl:%scl_package nodejs-promzard} +%{!?scl:%global pkg_name %{name}} +%{?nodejs_find_provides_and_requires} + +Name: %{?scl_prefix}nodejs-promzard +Version: 0.3.0 +Release: 3%{?dist} +Summary: A prompting wizard for building files from specialized PromZard modules +ExclusiveArch: %{nodejs_arches} noarch +BuildArch: noarch +# license will be included in next upstream release +# # https://raw.github.com/isaacs/promzard/master/LICENSE +License: ISC +URL: https://github.com/isaacs/promzard +Source0: http://registry.npmjs.org/promzard/-/promzard-%{version}.tgz + +BuildRequires: %{?scl_prefix}nodejs-devel + +%description +A prompting wizard for building files from specialized PromZard modules. + +The goal is a nice drop-in enhancement for `npm init`. + +%prep +%setup -q -n package + +%build +#nothing to do + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/promzard +cp -pr package.json promzard.js %{buildroot}%{nodejs_sitelib}/promzard + +%nodejs_symlink_deps + +%files +%{nodejs_sitelib}/promzard +%doc example README.md LICENSE + +%changelog +* Thu Jun 09 2016 Zuzana Svetlikova - 0.3.0-3 +- Resolves: rhbz#1334856 , fixes wrong license + +* Tue Feb 16 2016 Tomas Hrcka - 0.3.0-1 +- New upstream release + +* Tue Mar 04 2014 Tomas Hrcka - 0.2.0-7 +- Add missing nodejs_symlink_deps macro + +* Thu Oct 17 2013 Tomas Hrcka - 0.2.0-6 +- replace provides and requires with macro + +* Fri Apr 12 2013 Stanislav Ochotnicky - 0.2.0-5 +- Add support for software collections + +* Thu Feb 14 2013 Fedora Release Engineering - 0.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Jan 07 2013 T.C. Hollingsworth - 0.2.0-2 +- fix summary, description, license + +* Mon Dec 31 2012 T.C. Hollingsworth - 0.2.0-1 +- initial package generated by npm2rpm