Blame SPECS/nodejs-ini.spec

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