2012-04-06 05:44:51 +00:00
|
|
|
|
2012-02-02 17:31:20 +00:00
|
|
|
# spec file for package fbcat
|
|
|
|
#
|
2017-09-16 02:54:58 +00:00
|
|
|
# Copyright (c) 2012-2017 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
2012-02-02 17:31:20 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
Name: fbcat
|
2017-09-16 02:54:58 +00:00
|
|
|
Version: 0.5
|
2012-02-02 17:31:20 +00:00
|
|
|
Release: 0
|
|
|
|
License: GPL-2.0
|
|
|
|
Summary: Framebuffer screenshot programs
|
2016-07-17 09:18:18 +00:00
|
|
|
Url: https://github.com/jwilk/fbcat
|
2012-02-02 17:31:20 +00:00
|
|
|
Group: Productivity/Graphics/Convertors
|
2017-09-16 02:54:58 +00:00
|
|
|
Source0: https://github.com/jwilk/fbcat/releases/download/0.5/fbcat-0.5.tar.gz
|
|
|
|
Source1: https://github.com/jwilk/fbcat/releases/download/0.5/fbcat-0.5.tar.gz.asc
|
2012-02-02 17:31:20 +00:00
|
|
|
BuildRequires: docbook
|
|
|
|
BuildRequires: docbook-xsl-stylesheets
|
|
|
|
BuildRequires: libxml2
|
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Contains fbcat and fbgrab for taking a screenshot using the framebuffer
|
|
|
|
device.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
make CFLAGS='%{optflags}'
|
|
|
|
cd doc
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
|
install -m 0755 fbcat fbgrab %{buildroot}%{_bindir}/
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
|
|
|
install -m 0644 doc/fbcat.1 doc/fbgrab.1 %{buildroot}%{_mandir}/man1/
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2017-09-16 02:54:58 +00:00
|
|
|
%doc doc/COPYING doc/changelog
|
2012-02-02 17:31:20 +00:00
|
|
|
%{_bindir}/fbcat
|
|
|
|
%{_bindir}/fbgrab
|
|
|
|
%{_mandir}/man1/fbcat.1%{?ext_man}
|
|
|
|
%{_mandir}/man1/fbgrab.1%{?ext_man}
|
|
|
|
|
|
|
|
%changelog
|