Page MenuHomeSolus

D11563.diff
No OneTemporary

D11563.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,10 +1,11 @@
name : parallel
-version : '20181222'
-release : 7
+version : '20210722'
+release : 8
source :
- - https://mirrors.rit.edu/gnu/parallel/parallel-20181222.tar.bz2 : 058c9f7cf599652aef5b54cf5c95c9a5b6d57d59ce4deebebf7938f7be4da369
-license : GPL-3.0
+ - https://mirrors.rit.edu/gnu/parallel/parallel-20210722.tar.bz2 : 3239094bc043957be191e1e4376716ef0d1b369e545b5bf7d7824b7d46284a49
+license : GPL-3.0-or-later
component : programming.tools
+homepage : https://www.gnu.org/software/parallel/
summary : Execute jobs in parallel
description: |
GNU parallel is a shell tool that allows for execution of jobs in parallel. This source file also contains a command line SQL client (sql) and a tool for nicing jobs (niceload).
@@ -14,3 +15,6 @@
%make
install : |
%make_install
+
+ # remove html, rst, and pdf docs
+ rm -rf $installdir/usr/share/doc
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>parallel</Name>
+ <Homepage>https://www.gnu.org/software/parallel/</Homepage>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Packager>
- <License>GPL-3.0</License>
+ <License>GPL-3.0-or-later</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">Execute jobs in parallel</Summary>
<Description xml:lang="en">GNU parallel is a shell tool that allows for execution of jobs in parallel. This source file also contains a command line SQL client (sql) and a tool for nicing jobs (niceload).
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>parallel</Name>
@@ -35,46 +36,15 @@
<Path fileType="executable">/usr/bin/parallel</Path>
<Path fileType="executable">/usr/bin/parcat</Path>
<Path fileType="executable">/usr/bin/parset</Path>
+ <Path fileType="executable">/usr/bin/parsort</Path>
<Path fileType="executable">/usr/bin/sem</Path>
<Path fileType="executable">/usr/bin/sql</Path>
- <Path fileType="doc">/usr/share/doc/parallel/env_parallel.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/env_parallel.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/env_parallel.texi</Path>
- <Path fileType="doc">/usr/share/doc/parallel/niceload.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/niceload.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/niceload.texi</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel.texi</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_alternatives.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_alternatives.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_alternatives.texi</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_book.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_book.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_book.texi</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_design.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_design.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_design.texi</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_tutorial.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_tutorial.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parallel_tutorial.texi</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parcat.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parcat.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parcat.texi</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parset.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parset.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/parset.texi</Path>
- <Path fileType="doc">/usr/share/doc/parallel/sem.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/sem.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/sem.texi</Path>
- <Path fileType="doc">/usr/share/doc/parallel/sql.html</Path>
- <Path fileType="doc">/usr/share/doc/parallel/sql.pdf</Path>
- <Path fileType="doc">/usr/share/doc/parallel/sql.texi</Path>
<Path fileType="man">/usr/share/man/man1/env_parallel.1</Path>
<Path fileType="man">/usr/share/man/man1/niceload.1</Path>
<Path fileType="man">/usr/share/man/man1/parallel.1</Path>
<Path fileType="man">/usr/share/man/man1/parcat.1</Path>
<Path fileType="man">/usr/share/man/man1/parset.1</Path>
+ <Path fileType="man">/usr/share/man/man1/parsort.1</Path>
<Path fileType="man">/usr/share/man/man1/sem.1</Path>
<Path fileType="man">/usr/share/man/man1/sql.1</Path>
<Path fileType="man">/usr/share/man/man7/parallel_alternatives.7</Path>
@@ -84,12 +54,12 @@
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2018-12-24</Date>
- <Version>20181222</Version>
+ <Update release="8">
+ <Date>2021-08-03</Date>
+ <Version>20210722</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 8:54 PM (2 h, 52 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5822004
Default Alt Text
D11563.diff (6 KB)

Event Timeline