From: Arkadiusz Miƛkiewicz Date: Sun, 25 Feb 2018 18:14:19 +0000 (+0100) Subject: - up to 20180222 X-Git-Tag: auto/th/parallel-20180222-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=b347d81b49d5a4a31f4dd9d0168f623e7678ad24;p=packages%2Fparallel.git - up to 20180222 --- diff --git a/parallel.spec b/parallel.spec index 52f8f5c..1b6abfa 100644 --- a/parallel.spec +++ b/parallel.spec @@ -1,12 +1,12 @@ %include /usr/lib/rpm/macros.perl Summary: Shell tool for executing jobs in parallel Name: parallel -Version: 20150522 +Version: 20180222 Release: 1 License: GPL v3+ Group: Applications/System Source0: http://ftp.gnu.org/gnu/parallel/%{name}-%{version}.tar.bz2 -# Source0-md5: baa13d9ed0caad76004e9fe9b9b78c72 +# Source0-md5: 33bf53bf8e3422ad05cfa7935315cd5f URL: http://www.gnu.org/software/parallel/ BuildRequires: perl-tools-pod BuildRequires: rpm-perlprov @@ -61,13 +61,19 @@ rm -rf $RPM_BUILD_ROOT %doc src/*.texi %dir %{_sysconfdir}/parallel %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/parallel/config +%attr(755,root,root) %{_bindir}/niceload %attr(755,root,root) %{_bindir}/parallel +%attr(755,root,root) %{_bindir}/parcat +%attr(755,root,root) %{_bindir}/parset %attr(755,root,root) %{_bindir}/sem %attr(755,root,root) %{_bindir}/sql -%attr(755,root,root) %{_bindir}/niceload %{_mandir}/man1/niceload.1* %{_mandir}/man1/parallel.1* -%{_mandir}/man1/sem.1* %{_mandir}/man1/parallel-sql.1* +%{_mandir}/man1/parcat.1* +%{_mandir}/man1/parset.1* +%{_mandir}/man1/sem.1* +%{_mandir}/man7/parallel_alternatives.7* +%{_mandir}/man7/parallel_book.7* %{_mandir}/man7/parallel_design.7* %{_mandir}/man7/parallel_tutorial.7*