From 722a4e8febe0acf19823444355cc0bd1f3924cdbfc3961782a2551d793e9f09b Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 29 Mar 2021 11:19:09 +0000 Subject: [PATCH] Accepting request 879928 from home:malcolmlewis:branches:utilities - Clean up for factory submission. OBS-URL: https://build.opensuse.org/request/show/879928 OBS-URL: https://build.opensuse.org/package/show/utilities/fbcat?expand=0&rev=7 --- fbcat.changes | 5 +++++ fbcat.spec | 19 ++++++++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/fbcat.changes b/fbcat.changes index 7e29eca..add2b14 100644 --- a/fbcat.changes +++ b/fbcat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 18 14:43:58 UTC 2021 - malcolmlewis@opensuse.org + +- Clean up for factory submission. + ------------------------------------------------------------------- Sat Dec 16 17:54:34 UTC 2017 - avindra@opensuse.org diff --git a/fbcat.spec b/fbcat.spec index 5afc3a7..3ff4209 100644 --- a/fbcat.spec +++ b/fbcat.spec @@ -1,8 +1,8 @@ # # spec file for package fbcat # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2012-2017 Malcolm J Lewis +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2012-2021 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: fbcat Version: 0.5.1 Release: 0 @@ -24,15 +23,20 @@ Summary: Framebuffer screenshot programs License: GPL-2.0 Group: Productivity/Graphics/Convertors URL: https://github.com/jwilk/fbcat -Source0: https://github.com/jwilk/fbcat/releases/download/%{version}/fbcat-%{version}.tar.gz -Source1: https://github.com/jwilk/fbcat/releases/download/%{version}/fbcat-%{version}.tar.gz.asc +Source0: https://github.com/jwilk/fbcat/releases/download/%{version}/fbcat-%{version}.tar.gz#/fbcat-%{version}.tar.gz +Source1: https://github.com/jwilk/fbcat/releases/download/%{version}/fbcat-%{version}.tar.gz.asc#/fbcat-%{version}.tar.gz.asc %description Contains fbcat and fbgrab for taking a screenshot using the framebuffer device. +Two executables are provided: + - Low-level fbcat that operates on the current virtual terminal and writes the + screenshot to stdout in the PPM format. + - High-level fbgrab that supports the PNG format and virtual terminal switching. + %prep -%setup -q +%autosetup %build make CFLAGS='%{optflags}' %{?_smp_mflags} @@ -41,7 +45,8 @@ make CFLAGS='%{optflags}' %{?_smp_mflags} %make_install PREFIX=%{_prefix} %files -%doc doc/COPYING doc/changelog +%doc doc/changelog +%license doc/COPYING %{_bindir}/fbcat %{_bindir}/fbgrab %{_mandir}/man1/fbcat.1%{?ext_man}