You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.4 KiB
77 lines
2.4 KiB
Name: purple-mattermost |
|
Version: 1.2 |
|
Release: 1%{?dist} |
|
Summary: Pidgin protocol plugin to connect to Mattermost |
|
|
|
License: GPLv3+ |
|
URL: https://github.com/EionRobb/purple-mattermost |
|
|
|
Source0: https://github.com/EionRobb/purple-mattermost/archive/v%{version}/%{name}-%{version}.tar.gz |
|
|
|
BuildRequires: json-glib-devel |
|
BuildRequires: libmarkdown-devel |
|
BuildRequires: libpurple-devel |
|
BuildRequires: gcc-c++, gcc |
|
|
|
%description |
|
A third-party plugin for the Pidgin multi-protocol instant messenger. |
|
It connects libpurple-based instant messaging clients with Mattermost server. |
|
|
|
This package provides the protocol plugin for libpurple clients. |
|
|
|
%package -n pidgin-mattermost |
|
|
|
Summary: Libpurple protocol plugin to connect to Mattermost |
|
Requires: %{name} = %{version}-%{release} |
|
BuildArch: noarch |
|
|
|
%description -n pidgin-mattermost |
|
A third-party plugin for the Pidgin multi-protocol instant messenger. |
|
It connects libpurple-based instant messaging clients with Mattermost server. |
|
|
|
This package provides the icon set for Pidgin. |
|
|
|
%prep |
|
%autosetup -n %{name}-%{version} |
|
|
|
# Allow build flag injection. |
|
sed 's/CFLAGS ?=/CFLAGS +=/g' -i Makefile |
|
sed 's/LDFLAGS ?=/LDFLAGS +=/g' -i Makefile |
|
|
|
%build |
|
CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %make_build |
|
|
|
%install |
|
%make_install |
|
|
|
%files |
|
%license LICENSE |
|
%doc INSTALL.md README.md VERIFICATION.md |
|
%{_libdir}/purple-*/libmattermost.so |
|
|
|
%files -n pidgin-mattermost |
|
%{_datadir}/pixmaps/pidgin/protocols/*/mattermost.png |
|
|
|
%changelog |
|
* Thu Jul 26 2018 Ben Rosser <rosser.bjr@gmail.com> - 1.2-1 |
|
- Updated to latest upstream release. |
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-6.20170805git4524538 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-5.20170805git4524538 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
|
|
|
* Mon Aug 28 2017 Ben Rosser <rosser.bjr@gmail.com> - 1.1-4.20170805git4524538 |
|
- License is actually GPLv3+, not GPLv3, fix tag. |
|
- Simplify github sourceurls. |
|
|
|
* Thu Aug 10 2017 Ben Rosser <rosser.bjr@gmail.com> - 1.1-3.20170805git4524538 |
|
- Updated to a recent git snapshot in order to support gitlab workaround. |
|
|
|
* Thu Aug 10 2017 Ben Rosser <rosser.bjr@gmail.com> - 1.1-2 |
|
- Adapted packaging, made Fedora-compliant. |
|
|
|
* Wed May 31 2017 Jaroslaw Polok <jaroslaw.polok@gmail.com> - 1.1-1 |
|
- Initial packaging. |
|
|
|
|