]> git.pld-linux.org Git - packages/parallel.git/commitdiff
- up to 20180222 auto/th/parallel-20180222-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 25 Feb 2018 18:14:19 +0000 (19:14 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 25 Feb 2018 18:14:19 +0000 (19:14 +0100)
parallel.spec

index 52f8f5c1c65f6df1a9b0372b0d50d1cd2a728982..1b6abfa6384f86f6843c088894c755aca59cd1fd 100644 (file)
@@ -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*
This page took 0.136549 seconds and 4 git commands to generate.