58 lines
1.7 KiB
RPMSpec
58 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package vulpes
|
|
#
|
|
# Copyright (c) 2022 SUSE LLC
|
|
#
|
|
# 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: vulpes
|
|
Version: 0.1.0
|
|
Release: 0
|
|
Summary: A modular XMPP bot written in C
|
|
License: GPL-3.0-or-later
|
|
Group: Productivity/Networking/Instant Messenger
|
|
URL: https://codeberg.org/buteo/vulpes
|
|
Source: https://codeberg.org/buteo/vulpes/archive/0.1.0-RC-1.tar.gz
|
|
Patch0: vulpes-0.1.0-data-files.patch
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: glib2-devel >= 2.58.3
|
|
BuildRequires: libcurl-devel >= 7.74.0
|
|
BuildRequires: libstrophe-devel >= 0.10
|
|
BuildRequires: libtool
|
|
BuildRequires: libxml2-devel >= 2.0.10
|
|
BuildRequires: sqlite3-devel >= 3.34.1
|
|
|
|
%description
|
|
A modular XMPP bot written in C. There are basically two parts of the bot. The vulpes core functionality and a set of modules which can be used.
|
|
|
|
%prep
|
|
%autosetup -p1 -n %{name}
|
|
|
|
%build
|
|
./bootstrap.sh
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc README.md
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
|
|
|
%changelog
|