diff --git a/nodejs-ronn.spec b/nodejs-ronn.spec index 0f882fe..98bf8c7 100644 --- a/nodejs-ronn.spec +++ b/nodejs-ronn.spec @@ -2,14 +2,11 @@ Name: nodejs-ronn Version: 0.4.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Markdown to roff/html converter License: MIT -Group: System Environment/Libraries URL: https://github.com/kapouer/ronnjs -Source0: http://registry.npmjs.org/ronn/-/ronn-%{version}.tgz - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: https://registry.npmjs.org/ronn/-/ronn-%{version}.tgz BuildArch: noarch %if 0%{?fedora} >= 19 @@ -21,7 +18,7 @@ ExclusiveArch: %{ix86} x86_64 %{arm} noarch BuildRequires: nodejs-packaging %description -Javascript port of ronn, using markdown-js to produce roff man pages. Not fully +JavaScript port of ronn, using markdown-js to produce roff man pages. Not fully compatible with ronn, although it aims to be, wherever possible. %prep @@ -31,8 +28,6 @@ compatible with ronn, although it aims to be, wherever possible. #nothing to do %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{nodejs_sitelib}/ronn cp -pr bin lib package.json %{buildroot}%{nodejs_sitelib}/ronn @@ -41,16 +36,16 @@ ln -s ../lib/node_modules/ronn/bin/ronn.js %{buildroot}%{_bindir}/ronn-nodejs %nodejs_symlink_deps -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %{nodejs_sitelib}/ronn %{_bindir}/ronn-nodejs -%doc README.md LICENSE CHANGES TODO +%doc README.md CHANGES TODO +%license LICENSE %changelog +* Sun Feb 07 2016 Piotr Popieluch - 0.4.0-8 +- cleanup spec + * Thu Feb 04 2016 Fedora Release Engineering - 0.4.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild