- update to 0.2.1
- fix license file name, put into %license section - drop libtoxdns subpackage - get rid of libtool files - add GPG signature of the sources - fix source file name OBS-URL: https://build.opensuse.org/package/show/server:messaging/c-toxcore?expand=0&rev=3
This commit is contained in:
parent
f7b8032216
commit
680e9f9baf
16
c-toxcore-0.2.1.tar.gz.asc
Normal file
16
c-toxcore-0.2.1.tar.gz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIcBAABAgAGBQJapDatAAoJEGAaYEt+YFd2QqwQAJtM6rJMZtnSepjxRSIG35Mm
|
||||
+t6S19DB0fby0XQmxJdrz7lVxvQjxzB42b2E2BhC3SRCgopBeE24ChXD12V8jZkO
|
||||
0CJXwnER1mZkSl3FvA8DeZdPP8jgGi38XduL+ZCLT2MSBgt7r2kQ0FjAwVM7EgKB
|
||||
tBMTz3nGgA6U3F/P1dWHzT3WVWhacAvUh74lV7DB+MeWOsCk9u8VctxdqDOWVdwB
|
||||
ZejNpDnxIxmQCYcpF7Pr9upQsfxm7q/DxHnUTaK7UyTCZGQaPsi/VnbbAzA6Y5Fq
|
||||
MfSXv3n/QA3wZSiWsCLqpjSS1N5VwAHCN5d++l1BrQfZyCqroexCNoS2CGIz6chu
|
||||
ssVKaHazKuSinhCwH1RsGnAbq1FD9IPAMkjvylVHANdsWBGxY3rI+LraqrB16i8P
|
||||
GMB3GZMHPEh0VGjmqnO2ZtU9QQI8l1jt/yITOjQyXY521c6FZdQ6zPZIEJBIgLi9
|
||||
Kb2ogntuiR2sh6vMEBsjd0C1soW4uPp0WAWWw5UluQtwb0wXel9X1H5pfLWavaF+
|
||||
z02NdRuT4CeTRv/y4OiHsna2aDRaZ8rmTB76d2qroiYDGukp1jlZpyhgXbS998y7
|
||||
XEvWxOOMG/R4dTxcwqXE7FFK8W1u8Q4HEpggGQGIpyslq1V9oARgWVQXAQBlXLHO
|
||||
ZqyYSyUIDEHJDxcEUFiH
|
||||
=Lyhk
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 22 20:12:13 UTC 2018 - sleep_walker@opensuse.org
|
||||
|
||||
- fix license file name, put into %license section
|
||||
- drop libtoxdns subpackage
|
||||
- get rid of libtool files
|
||||
- add GPG signature of the sources
|
||||
- fix source file name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 23:27:32 UTC 2018 - ecsos@opensuse.org
|
||||
|
||||
|
@ -26,9 +26,9 @@ Summary: Secure decentralized instant messaging application
|
||||
License: GPL-3.0
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
URL: https://tox.chat/
|
||||
# migrate to fork toktok/c-toxcore
|
||||
Source0: https://github.com/TokTok/c-toxcore/archive/v%{version}.tar.gz
|
||||
Source0: https://github.com/TokTok/c-toxcore/archive/v%{version}.tar.gz#./%{name}-%{version}.tar.gz
|
||||
Source1: %{name}.tmpfiles.d
|
||||
Source2: https://github.com/TokTok/c-toxcore/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: check
|
||||
@ -135,6 +135,8 @@ mkdir -p %{buildroot}/%{_sbindir}
|
||||
install -D -m 0644 other/bootstrap_daemon/tox-bootstrapd.service %{buildroot}%{_unitdir}/tox-bootstrapd.service
|
||||
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rctox-bootstrapd
|
||||
|
||||
# get rid of libtool files
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%pre daemon
|
||||
%service_add_pre tox-bootstrapd.service
|
||||
@ -170,14 +172,13 @@ systemd-tmpfiles --create %{_prefix}/lib/tmpfiles.d/tox-bootstrapd.conf
|
||||
%files devel
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%dir %{_includedir}/tox
|
||||
%{_includedir}/tox/*
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE.md
|
||||
%doc README.md DONATORS CHANGELOG.md
|
||||
|
||||
%files daemon
|
||||
%dir %{_sysconfdir}/tox
|
||||
|
Loading…
Reference in New Issue
Block a user