diff --git a/.gitignore b/.gitignore index be549b2..e42ff18 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /archy-0.0.2.tgz +/archy-1.0.0.tgz diff --git a/nodejs-archy.spec b/nodejs-archy.spec index 0ca9bab..c129a89 100644 --- a/nodejs-archy.spec +++ b/nodejs-archy.spec @@ -1,14 +1,13 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-archy -Version: 0.0.2 -Release: 11%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Renders nested hierarchies with unicode pipes License: MIT Group: System Environment/Libraries URL: https://github.com/substack/node-archy Source0: http://registry.npmjs.org/archy/-/archy-%{version}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -39,11 +38,14 @@ cp -p index.js package.json %{buildroot}%{nodejs_sitelib}/archy rm -rf %{buildroot} %files -%defattr(-,root,root,-) %{nodejs_sitelib}/archy -%doc README.markdown examples +%doc readme.markdown examples +%license LICENSE %changelog +* Fri Jan 15 2016 Stephen Gallagher - 1.0.0-1 +- Update to 1.0.0 + * Wed Jun 17 2015 Fedora Release Engineering - 0.0.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 781ecb2..81542a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -382ccc6cdaa38b4eadadcc259faf1931 archy-0.0.2.tgz +b2a24c65e2212f53168f984b5a693dbd archy-1.0.0.tgz