File gsimplecal.spec of Package gsimplecal
#
# spec file for package gsimplecal
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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: gsimplecal
Version: 2.1
Release: 0
Summary: Lightweight gui calendar applet
License: BSD-3-Clause
Group: System/X11/Utilities
Url: https://github.com/dmedvinsky/gsimplecal
Source: %{name}-%{version}.tar.gz
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gtk+-3.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Gsimplecal is a lightweight calendar applet written in C++ using GTK.
%prep
%setup -q
%build
sh ./autogen.sh
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README README.rst
%{_bindir}/%{name}
%{_mandir}/man?/%{name}.?%{ext_man}
%changelog