2017-03-29 15:03:42 +02:00
|
|
|
#
|
|
|
|
# spec file for package bitlbee-discord
|
|
|
|
#
|
2021-10-04 16:14:06 +02:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2017-03-29 15:03:42 +02: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.
|
|
|
|
|
2018-12-03 23:40:40 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-03-29 15:03:42 +02:00
|
|
|
#
|
|
|
|
|
2018-01-09 07:11:21 +01:00
|
|
|
|
2018-12-04 20:21:19 +01:00
|
|
|
Name: bitlbee-discord
|
2021-10-04 16:14:06 +02:00
|
|
|
Version: 0.4.3+7.g607f988
|
2017-03-29 15:03:42 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Bitlbee plugin for Discord
|
2018-12-03 23:40:40 +01:00
|
|
|
License: GPL-2.0-only
|
2018-12-04 20:21:19 +01:00
|
|
|
URL: https://github.com/sm00th/bitlbee-discord
|
2020-02-11 17:08:32 +01:00
|
|
|
Source: %{name}-%{version}.tar.xz
|
2017-03-29 15:03:42 +02:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig(bitlbee)
|
|
|
|
|
|
|
|
%description
|
|
|
|
Bitlbee plugin for Discord.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
./autogen.sh
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2018-01-09 07:11:21 +01:00
|
|
|
%make_install
|
2018-12-04 20:21:19 +01:00
|
|
|
rm %{buildroot}%{_libdir}/bitlbee/discord.la
|
2017-03-29 15:03:42 +02:00
|
|
|
|
|
|
|
%files
|
2018-12-03 23:40:40 +01:00
|
|
|
%license LICENSE
|
2021-10-04 16:14:06 +02:00
|
|
|
%doc README.md
|
2017-03-29 15:03:42 +02:00
|
|
|
%dir %{_libdir}/bitlbee
|
2018-12-04 20:21:19 +01:00
|
|
|
%{_libdir}/bitlbee/discord.so
|
|
|
|
%{_datadir}/bitlbee/discord-help.txt
|
2017-03-29 15:03:42 +02:00
|
|
|
|
|
|
|
%changelog
|