Blame SPECS/nodejs-chownr.spec

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