[PATCH 1/2] fedora/fwts.spec: Add initial version of fwts.spec
Prarit Bhargava
prarit at redhat.com
Fri Jan 13 13:36:17 UTC 2017
On 01/12/2017 06:03 PM, Prarit Bhargava wrote:
> This is the first version of the Fedora/Red Hat rpm spec.
>
> The resulting binary rpm contains
>
> [root at intel-brickland-07 fedora]# rpm -qpl /root/rpmbuild/RPMS/x86_64/fwts-16-01.00.el7.x86_64.rpm
> /lib64/libfwts.so.1
> /lib64/libfwts.so.1.0.0
> /lib64/libfwtsacpica.so
> /lib64/libfwtsacpica.so.1
> /lib64/libfwtsacpica.so.1.0.0
> /lib64/libfwtsiasl.so
> /lib64/libfwtsiasl.so.1
> /lib64/libfwtsiasl.so.1.0.0
> /usr/bin/fwts
> /usr/bin/fwts-collect
> /usr/bin/fwts-frontend-text
> /usr/local/share/fwts/syntaxcheck.json
> /usr/share/fwts
> /usr/share/fwts/fwts-live-dialogrc
> /usr/share/fwts/klog.json
> /usr/share/man/man1/fwts-collect.1.gz
> /usr/share/man/man1/fwts-frontend-text.1.gz
> /usr/share/man/man1/fwts.1.gz
>
> Signed-off-by: Prarit Bhargava <prarit at redhat.com>
> ---
> fedora/fwts.spec | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 81 insertions(+)
> create mode 100644 fedora/fwts.spec
>
> diff --git a/fedora/fwts.spec b/fedora/fwts.spec
> new file mode 100644
> index 000000000000..85447df60d19
> --- /dev/null
> +++ b/fedora/fwts.spec
> @@ -0,0 +1,81 @@
> +# Only these 3 values need to change for package version control
> +%global major 16
> +%global minor 01
> +%global subminor 00
> +
> +%global tarversion V%{major}.%{minor}.%{subminor}
> +
> +Summary: Firmware Test Suite
> +
> +Name: fwts
> +Version: %{major}
> +Release: %{minor}.%{subminor}%{?dist}
> +License: GPLv2
One request I forgot to point out in the cover letter is verification of the
License. I just want to get an ACK/NACK on GPLv2 as being correct.
P.
More information about the fwts-devel
mailing list