Blame SPECS/nodejs-tar.spec

c76ce6
%{?scl:%scl_package nodejs-tar}
c76ce6
%{!?scl:%global pkg_name %{name}}
c76ce6
%{?nodejs_find_provides_and_requires}
c76ce6
c76ce6
Name:       %{?scl_prefix}nodejs-tar
ee61c6
Version:    1.0.3
c76ce6
Release:    1%{?dist}
c76ce6
Summary:    Tar for Node.js
c76ce6
License:    BSD
c76ce6
Group:      System Environment/Libraries
c76ce6
URL:        https://github.com/isaacs/node-tar
c76ce6
Source0:    http://registry.npmjs.org/tar/-/tar-%{version}.tgz
c76ce6
BuildRoot:  %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n)
c76ce6
BuildArch:  noarch
c76ce6
ExclusiveArch: %{nodejs_arches} noarch
c76ce6
c76ce6
BuildRequires:  %{?scl_prefix}nodejs-devel
c76ce6
c76ce6
%description
c76ce6
A Node.js module that supports reading and writing POSIX "tar" archives.
c76ce6
c76ce6
%prep
c76ce6
%setup -q -n package
c76ce6
c76ce6
%build
c76ce6
#nothing to do
c76ce6
c76ce6
%install
c76ce6
rm -rf %{buildroot}
c76ce6
c76ce6
mkdir -p %{buildroot}%{nodejs_sitelib}/tar
c76ce6
cp -pr lib tar.js package.json %{buildroot}%{nodejs_sitelib}/tar
c76ce6
c76ce6
%nodejs_symlink_deps
c76ce6
c76ce6
%clean
c76ce6
rm -rf %{buildroot}
c76ce6
c76ce6
%files
c76ce6
%defattr(-,root,root,-)
c76ce6
%{nodejs_sitelib}/tar
c76ce6
%doc README.md examples LICENCE
c76ce6
c76ce6
%changelog
ee61c6
* Fri Jan 09 2015 Tomas Hrcka <thrcka@redhat.com> - 1.0.3-1
ee61c6
- New upstream release 1.0.3
ee61c6
c76ce6
* Thu Jan 16 2014 Tomas Hrcka <thrcka@redhat.com> - 0.1.19-1
c76ce6
- New upstream release 0.1.19
c76ce6
c76ce6
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.1.18-2
c76ce6
- replace provides and requires with macro
c76ce6
c76ce6
* Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.18-1
c76ce6
- new upstream release 0.1.18
c76ce6
c76ce6
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.17-3
c76ce6
- restrict to compatible arches
c76ce6
c76ce6
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.17-2
c76ce6
- add macro for EPEL6 dependency generation
c76ce6
c76ce6
* Fri Apr 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.1.17-2
c76ce6
- Add support for software collections
c76ce6
c76ce6
* Wed Apr 03 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.17-1
c76ce6
- new upstream release 0.1.17
c76ce6
c76ce6
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.16-1
c76ce6
- new upstream release 0.1.16
c76ce6
c76ce6
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.14-3
c76ce6
- add missing build section
c76ce6
- fix URL
c76ce6
c76ce6
* Sun Jan 06 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.14-2
c76ce6
- provide a better description and summary
c76ce6
c76ce6
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.14-1
c76ce6
- new upstream release 0.1.14
c76ce6
- clean up for submission
c76ce6
c76ce6
* Thu Mar 15 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.13-1
c76ce6
- new upstream release 0.1.13
c76ce6
c76ce6
* Sat Jan 21 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.1.12-1
c76ce6
- initial package