doc fixups in prep for 5.8.0 release

This commit is contained in:
John Kerl 2020-05-17 23:33:37 -04:00
parent 7d7477f97f
commit 0946a35922
3 changed files with 9 additions and 9 deletions

View file

@ -40,17 +40,17 @@ sudo yum install rpmlint
### Build source-RPM only
```
rpmbuild -bs miller.spec
Wrote: /your/home/dir/rpmbuild/SRPMS/mlr-3.3.2-1.el6.src.rpm
Wrote: /your/home/dir/rpmbuild/SRPMS/miller-3.3.2-1.el6.src.rpm
```
```
rpm -qpl ../SRPMS/mlr-3.3.2-1.el6.src.rpm
rpm -qpl ../SRPMS/miller-3.3.2-1.el6.src.rpm
mlr-3.3.2.tar.gz
miller.spec
```
```
rpm -qpi ../SRPMS/mlr-3.3.2-1.el6.src.rpm
rpm -qpi ../SRPMS/miller-3.3.2-1.el6.src.rpm
Name : mlr Relocations: (not relocatable)
Version : 3.3.2 Vendor: (none)
Release : 1.el6 Build Date: Sun 07 Feb 2016 09:43:39 PM EST
@ -75,13 +75,13 @@ rpmbuild -ba miller.spec
```
```
rpm -qpl ../RPMS/x86_64//mlr-3.3.2-1.el6.x86_64.rpm
rpm -qpl ../RPMS/x86_64//miller-3.3.2-1.el6.x86_64.rpm
/usr/bin/mlr
/usr/share/man/man1/mlr.1.gz
```
```
sudo rpm -ivh ../RPMS/x86_64/mlr-3.3.2-1.el6.x86_64.rpm
sudo rpm -ivh ../RPMS/x86_64/miller-3.3.2-1.el6.x86_64.rpm
Preparing... ########################################### [100%]
1:mlr ########################################### [100%]
```

View file

@ -413,9 +413,9 @@ copyright</a>.
<code>mlr.static</code> to <code>../mlr.{arch}</code>. (This may require as prerequisite <code>sudo yum install glibc-static</code> or the like.)
<ul>
<li>For static binaries, please do <code>ldd mlr.static</code> and make sure it says <code>not a dynamic executable</code>.</li>
<li>Then <code>mv mlr.static ../mlr.linux_x86_65</code>
<li>Then <code>mv mlr.static ../mlr.linux_x86_64</code>
</ul>
<li/> Pull back release tarball <code>mlr-3.4.0.tar.gz</code> and SRPM <code>mlr-3.4.0-1.el6.src.rpm</code> from buildbox,
<li/> Pull back release tarball <code>mlr-3.4.0.tar.gz</code> and SRPM <code>miller-3.4.0-1.el6.src.rpm</code> from buildbox,
and <code>mlr.{arch}</code> binaries from whatever buildboxes.
<li/> Download <code>mlr.exe</code> and <code>msys-2.0.dll</code> from
<a href="https://ci.appveyor.com/project/johnkerl/miller/build/artifacts">https://ci.appveyor.com/project/johnkerl/miller/build/artifacts</a>.

View file

@ -301,9 +301,9 @@ copyright</a>.
<code>mlr.static</code> to <code>../mlr.{arch}</code>. (This may require as prerequisite <code>sudo yum install glibc-static</code> or the like.)
<ul>
<li>For static binaries, please do <code>ldd mlr.static</code> and make sure it says <code>not a dynamic executable</code>.</li>
<li>Then <code>mv mlr.static ../mlr.linux_x86_65</code>
<li>Then <code>mv mlr.static ../mlr.linux_x86_64</code>
</ul>
<li/> Pull back release tarball <code>mlr-3.4.0.tar.gz</code> and SRPM <code>mlr-3.4.0-1.el6.src.rpm</code> from buildbox,
<li/> Pull back release tarball <code>mlr-3.4.0.tar.gz</code> and SRPM <code>miller-3.4.0-1.el6.src.rpm</code> from buildbox,
and <code>mlr.{arch}</code> binaries from whatever buildboxes.
<li/> Download <code>mlr.exe</code> and <code>msys-2.0.dll</code> from
<a href="https://ci.appveyor.com/project/johnkerl/miller/build/artifacts">https://ci.appveyor.com/project/johnkerl/miller/build/artifacts</a>.