File gpirc.spec of Package gpirc

#
# GPPIRC specfile
#
# (C) Cyril Hrubis metan{at}ucw.cz 2013-2022
#
#

Summary: An IRC client written using libircclient and gfxprim widgets
Name: gpirc
Version: git
Release: 1
License: GPL-2.0-or-later
Group: Productivity/Networking/IRC
Url: https://github.com/gfxprim/gpirc
Source: gpirc-%{version}.tar.bz2
BuildRequires: libircclient-devel
BuildRequires: libgfxprim-devel

BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot

%description
An IRC client written using libircclient and gfxprim widgets

%prep
%setup -n gpirc-%{version}

%build
CFLAGS+=" -std=gnu99" make %{?jobs:-j%jobs}

%install
DESTDIR="$RPM_BUILD_ROOT" make install

%files -n gpirc
%defattr(-,root,root)
%{_bindir}/gpirc
%{_sysconfdir}/gp_apps/
%{_sysconfdir}/gp_apps/gpirc/
%{_sysconfdir}/gp_apps/gpirc/*

%changelog
* Tue Jun 28 2022 Cyril Hrubis <metan@ucw.cz>

  Initial version.
openSUSE Build Service is sponsored by