|
|
76e4f4 |
%{?scl:%scl_package nodejs-ini}
|
|
|
76e4f4 |
%{!?scl:%global pkg_name %{name}}
|
|
|
76e4f4 |
%{?nodejs_find_provides_and_requires}
|
|
|
76e4f4 |
|
|
|
76e4f4 |
Name: %{?scl_prefix}nodejs-ini
|
|
|
76e4f4 |
Version: 1.3.4
|
|
|
94f1a5 |
Release: 3%{?dist}
|
|
|
76e4f4 |
Summary: An INI parser/serializer for node.js
|
|
|
76e4f4 |
License: ISC
|
|
|
76e4f4 |
URL: https://github.com/isaacs/proto-list
|
|
|
76e4f4 |
Source0: http://registry.npmjs.org/ini/-/ini-%{version}.tgz
|
|
|
76e4f4 |
BuildArch: noarch
|
|
|
76e4f4 |
ExclusiveArch: %{nodejs_arches} noarch
|
|
|
76e4f4 |
|
|
|
76e4f4 |
BuildRequires: %{?scl_prefix}nodejs-devel
|
|
|
76e4f4 |
#BuildRequires: nodejs-tap
|
|
|
76e4f4 |
|
|
|
76e4f4 |
%description
|
|
|
76e4f4 |
An INI file parser and serializer for node.js.
|
|
|
76e4f4 |
|
|
|
76e4f4 |
%prep
|
|
|
76e4f4 |
%setup -q -n package
|
|
|
76e4f4 |
|
|
|
76e4f4 |
%build
|
|
|
76e4f4 |
#nothing to do
|
|
|
76e4f4 |
|
|
|
76e4f4 |
%install
|
|
|
76e4f4 |
mkdir -p %{buildroot}%{nodejs_sitelib}/ini
|
|
|
76e4f4 |
cp -p ini.js package.json %{buildroot}%{nodejs_sitelib}/ini
|
|
|
76e4f4 |
|
|
|
76e4f4 |
%nodejs_symlink_deps
|
|
|
76e4f4 |
|
|
|
76e4f4 |
#%%check
|
|
|
76e4f4 |
#tap test/*.js
|
|
|
76e4f4 |
|
|
|
76e4f4 |
%files
|
|
|
76e4f4 |
%{nodejs_sitelib}/ini
|
|
|
76e4f4 |
%doc README.md LICENSE
|
|
|
76e4f4 |
|
|
|
76e4f4 |
%changelog
|
|
|
94f1a5 |
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.3.4-3
|
|
|
94f1a5 |
- Resolves: RHBZ#1543198, rebuild for multiarch
|
|
|
94f1a5 |
|
|
|
76e4f4 |
* Thu Jun 09 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.3.4-2
|
|
|
76e4f4 |
- Resolves: rhbz#1334856 , fixes wrong license
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.3.4-1
|
|
|
76e4f4 |
- Update
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Fri Jan 09 2015 Tomas Hrcka <thrcka@redhat.com> - 1.2.0-1
|
|
|
76e4f4 |
- New upstream release 1.2.0
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 1.1.0-3
|
|
|
76e4f4 |
- replace provides and requires with macro
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.0-2
|
|
|
76e4f4 |
- Add support for software collections
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.0-1
|
|
|
76e4f4 |
- new upstream release 1.1.0
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.5-2
|
|
|
76e4f4 |
- add missing build section
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.5-1
|
|
|
76e4f4 |
- new upstream release 1.0.5
|
|
|
76e4f4 |
- clean up for submission
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.2-2
|
|
|
76e4f4 |
- guard Requires for F17 automatic depedency generation
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Sat Feb 25 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.2-1
|
|
|
76e4f4 |
- new upstream release 1.0.2
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Sun Dec 18 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.1-2
|
|
|
76e4f4 |
- add Group to make EL5 happy
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Tue Oct 25 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.1-1
|
|
|
76e4f4 |
- new upstream release
|
|
|
76e4f4 |
|
|
|
76e4f4 |
* Tue Aug 23 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.0.0-1
|
|
|
76e4f4 |
- initial package
|