diff --git a/parallel.spec b/parallel.spec index 2056775..6c83f37 100644 --- a/parallel.spec +++ b/parallel.spec @@ -1,7 +1,7 @@ Summary: Shell tool for executing jobs in parallel Name: parallel Version: 20110722 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/Productivity URL: http://www.gnu.org/software/parallel/ @@ -64,9 +64,12 @@ install -pD -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/parallel/config %{_mandir}/man1/parallel.1.* %{_mandir}/man1/sem.1.* %{_mandir}/man1/sql.1.* -%doc README NEWS COPYING src/parallel.html src/sem.html src/sql.html +%doc README NEWS COPYING src/parallel.html src/sem.html src/sql.html +%doc src/niceload.html %changelog +* Fri Sep 09 2011 Golo Fuchert - 20110722-3 +- Added niceload.html to doc * Fri Sep 09 2011 Golo Fuchert - 20110722-2 - Minor cosmetic changes and consistent macro usage * Sat Aug 13 2011 Golo Fuchert - 20110722-1