Blame SPECS/nodejs-chownr.spec

1275a8
%{?scl:%scl_package nodejs-chownr}
1275a8
%{!?scl:%global pkg_name %{name}}
1275a8
%{?nodejs_find_provides_and_requires}
1275a8
1275a8
Name:       %{?scl_prefix}nodejs-chownr
1275a8
Version:    1.0.1
1275a8
Release:    4%{?dist}
1275a8
Summary:    Changes file permissions recursively
1275a8
License:    ISC
1275a8
URL:        https://github.com/isaacs/chownr
1275a8
Source0:    http://registry.npmjs.org/chownr/-/chownr-%{version}.tgz
1275a8
BuildArch:  noarch
1275a8
ExclusiveArch:  %{nodejs_arches} noarch
1275a8
1275a8
BuildRequires:  %{?scl_prefix}nodejs-devel
1275a8
1275a8
%description
1275a8
Changes file permissions recursively, like `chown -R`.
1275a8
1275a8
%prep
1275a8
%setup -q -n package
1275a8
1275a8
%build
1275a8
#nothing to do
1275a8
1275a8
%install
1275a8
mkdir -p %{buildroot}%{nodejs_sitelib}/chownr
1275a8
cp -p chownr.js package.json %{buildroot}%{nodejs_sitelib}/chownr
1275a8
1275a8
%nodejs_symlink_deps
1275a8
1275a8
#%%check
1275a8
#%%tap test/*.js
1275a8
1275a8
%files
1275a8
%{nodejs_sitelib}/chownr
1275a8
%doc README.md LICENSE
1275a8
1275a8
%changelog
1275a8
* Thu Jun 09 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.1-4
1275a8
- Resolves: rhbz#1334856
1275a8
- ^fixes wrong license
1275a8
- add %%ExclusiveArch
1275a8
1275a8
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.1-2
1275a8
- rebuilt
1275a8
1275a8
* Mon Nov 30 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.1-1
1275a8
- New upstream release
1275a8
1275a8
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.0.1-9
1275a8
- replace provides and requires with macro
1275a8
1275a8
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.0.1-8
1275a8
- Add support for software collections
1275a8
1275a8
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-7
1275a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1275a8
1275a8
* Tue Jan 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.1-6
1275a8
- rebuild with fresh tarball from upstream
1275a8
- ship newly included LICENCE file
1275a8
1275a8
* Mon Jan 14 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.1-5
1275a8
- correct license information
1275a8
1275a8
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.1-4
1275a8
- add missing build section
1275a8
- fix summary and description
1275a8
1275a8
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.1-3
1275a8
- clean up for submission
1275a8
1275a8
* Fri Apr 27 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.1-2
1275a8
- fix BuildRequires not present on 
1275a8
1275a8
* Thu Mar 29 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.1-1
1275a8
- initial package
1275a8