aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-03-06 16:38:05 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-03-06 16:38:05 +0100
commit8a3c7af9898e0acb9a524e20713635a5f7c8366c (patch)
tree9f6eab93569d2f0d8818a6e4cdbd75f0e9f389fe
parentf0db177b5c5d58eed57ced499c29ab1d0b11cc55 (diff)
downloadgnunet-rpm-8a3c7af9898e0acb9a524e20713635a5f7c8366c.tar.gz
gnunet-rpm-8a3c7af9898e0acb9a524e20713635a5f7c8366c.zip
Update for v0.21.0
-rw-r--r--rpmbuild/SPECS/gnunet.spec14
1 files changed, 5 insertions, 9 deletions
diff --git a/rpmbuild/SPECS/gnunet.spec b/rpmbuild/SPECS/gnunet.spec
index 9d15862..62c7ca3 100644
--- a/rpmbuild/SPECS/gnunet.spec
+++ b/rpmbuild/SPECS/gnunet.spec
@@ -9,10 +9,10 @@ License: AGPL-3.0-or-later
9Group: Productivity/Networking/File-Sharing 9Group: Productivity/Networking/File-Sharing
10URL: https://%{name}.org 10URL: https://%{name}.org
11%global _disable_source_fetch 0 11%global _disable_source_fetch 0
12Source0: https://ftpmirror.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz 12Source0: https://buildbot.gnunet.org/releases/%{name}-%{version}-meson.tar.gz
13Source1: https://ftpmirror.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig 13Source1: https://buildbot.gnunet.org/releases/%{name}-%{version}-meson.tar.gz.sig
14Source2: https://www.gnunet.org/~schanzen/schanzen.asc 14Source2: https://www.gnunet.org/~schanzen/schanzen.asc
15%global SHA512SUM0 ca2897ed2eadd2e7a749c48715211c8faf881cec0deb7b1fc22d31981ba1eda1143eef69a146ebc217dceb15aeba0ea94e2e44f682404e97b4f5919f2ea4011e 15%global SHA256SUM0 3fc098397096a8db1a1e4a0ec0700ef7a3040e7533419aa4cb8856975ea7bde3
16BuildRequires: libtool 16BuildRequires: libtool
17BuildRequires: libtool-ltdl 17BuildRequires: libtool-ltdl
18BuildRequires: libtool-ltdl-devel 18BuildRequires: libtool-ltdl-devel
@@ -155,7 +155,7 @@ Summary: The GNUnet CONVERSATION VoP2P component development files
155The GNUnet CONVERSATION VoP2P component development files. 155The GNUnet CONVERSATION VoP2P component development files.
156 156
157%prep 157%prep
158echo "%SHA512SUM0 %SOURCE0" | sha512sum -c - 158echo "%SHA256SUM0 %SOURCE0" | sha256sum -c -
159%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' 159%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
160 160
161%setup -q 161%setup -q
@@ -186,9 +186,7 @@ install -Dm644 "contrib/packages/fedora/gnunet-system.conf" %{buildroot}/%{_sysc
186rm -f %{buildroot}%{_infodir}/dir 186rm -f %{buildroot}%{_infodir}/dir
187 187
188%check 188%check
189# FIXME 189%meson_test --suite util --timeout-multiplier 0
190#desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop
191#make check
192 190
193%post 191%post
194%systemd_post %{name}.service 192%systemd_post %{name}.service
@@ -385,8 +383,6 @@ rm -f %{buildroot}%{_infodir}/dir
385%{_libdir}/%{name}/libexec/gnunet-service-scalarproduct-bob 383%{_libdir}/%{name}/libexec/gnunet-service-scalarproduct-bob
386%{_libdir}/%{name}/libexec/gnunet-service-scalarproduct-ecc-alice 384%{_libdir}/%{name}/libexec/gnunet-service-scalarproduct-ecc-alice
387%{_libdir}/%{name}/libexec/gnunet-service-scalarproduct-ecc-bob 385%{_libdir}/%{name}/libexec/gnunet-service-scalarproduct-ecc-bob
388%{_libdir}/%{name}/libgnunet_plugin_dhtu_gnunet.so
389%{_libdir}/%{name}/libgnunet_plugin_dhtu_ip.so
390%{_libdir}/%{name}/libgnunet_plugin_gnsrecord_messenger.so 386%{_libdir}/%{name}/libgnunet_plugin_gnsrecord_messenger.so
391%{_libdir}/%{name}/libgnunet_plugin_block_consensus.so 387%{_libdir}/%{name}/libgnunet_plugin_block_consensus.so
392%{_libdir}/%{name}/libgnunet_plugin_block_dht.so 388%{_libdir}/%{name}/libgnunet_plugin_block_dht.so