forked from pool/fbcat
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
This commit is contained in:
parent
928b0706c2
commit
722a4e8feb
@ -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
|
||||
|
||||
|
19
fbcat.spec
19
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 <malcolmlewis@opensuse.org>
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2012-2021 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# 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}
|
||||
|
Loading…
Reference in New Issue
Block a user