aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2021-05-17 01:09:49 -0400
committerYosl <yosl@seattlemesh.net>2021-05-17 01:09:49 -0400
commit4dc951d4c30eaadc1395c6bab30112078b428c8f (patch)
tree93aec036b9b0a6641a520e8683d7ca2472c2cb05
parentb4911499554bfbd9c9353fb9bd81bdc55c554bb3 (diff)
downloadgnunet-rpm-4dc951d4c30eaadc1395c6bab30112078b428c8f.tar.gz
gnunet-rpm-4dc951d4c30eaadc1395c6bab30112078b428c8f.zip
PACKAGING: Updated to 0.14.1
-rw-r--r--rpmbuild/SPECS/gnunet.spec31
1 files changed, 20 insertions, 11 deletions
diff --git a/rpmbuild/SPECS/gnunet.spec b/rpmbuild/SPECS/gnunet.spec
index abb6496..6a8ca3f 100644
--- a/rpmbuild/SPECS/gnunet.spec
+++ b/rpmbuild/SPECS/gnunet.spec
@@ -3,7 +3,7 @@
3%global debug_package %{nil} 3%global debug_package %{nil}
4 4
5Name: gnunet 5Name: gnunet
6Version: 0.14.0 6Version: 0.14.1
7Release: 1~%{?dist} 7Release: 1~%{?dist}
8Summary: Framework for secure peer-to-peer networking 8Summary: Framework for secure peer-to-peer networking
9License: AGPLv3 9License: AGPLv3
@@ -99,16 +99,7 @@ Summary: The GNUnet PostgreSQL plugins.
99The GNUnet PostgreSQL plugins for the datacache, datastore, namecache 99The GNUnet PostgreSQL plugins for the datacache, datastore, namecache
100and namestore components. 100and namestore components.
101 101
102# mariadb plugins 102# The conversation functionality
103%package mysql-plugins
104Requires: gnunet
105Recommends: mariadb-server
106Summary: The GNUnet MySQL/MariaDB plugins.
107%description mysql-plugins
108The GNUnet MySQL/MariaDB plugins for the datacache, datastore, namecache
109and namestore components.
110
111# conversation functionality
112%package conversation 103%package conversation
113Requires: gnunet 104Requires: gnunet
114Summary: The GNUnet CONVERSATION VoP2P component. 105Summary: The GNUnet CONVERSATION VoP2P component.
@@ -906,6 +897,22 @@ authselect apply-changes
906/%{_usr}/%{_lib}/%{name}/libgnunet_plugin_namecache_postgres.so 897/%{_usr}/%{_lib}/%{name}/libgnunet_plugin_namecache_postgres.so
907/%{_usr}/%{_lib}/%{name}/libgnunet_plugin_namestore_postgres.la 898/%{_usr}/%{_lib}/%{name}/libgnunet_plugin_namestore_postgres.la
908/%{_usr}/%{_lib}/%{name}/libgnunet_plugin_namestore_postgres.so 899/%{_usr}/%{_lib}/%{name}/libgnunet_plugin_namestore_postgres.so
900%{_bindir}/gnunet-base32
901%{_includedir}/%{name}/gnu_name_system_record_types.h
902%{_includedir}/%{name}/gnunet_scalarproduct_service.h
903%{_includedir}/%{name}/gnunet_testbed_ng_service.h
904%{_includedir}/%{name}/gnunet_testing_ng_lib.h
905%{_libdir}/%{name}/libexec/gnunet-service-tng
906%{_libdir}/libgnunetutil.so.14
907%{_libdir}/libgnunetutil.so.14.0.0
908%{_libdir}/libnss_gns.la
909%{_libdir}/libnss_gns.so.2
910%{_libdir}/libnss_gns4.la
911%{_libdir}/libnss_gns4.so.2
912%{_libdir}/libnss_gns6.la
913%{_libdir}/libnss_gns6.so.2
914%{_libdir}/pkgconfig/gnunetscalarproduct.pc
915/usr/share/man/man1/gnunet-base32.1.gz
909 916
910%files mysql-plugins 917%files mysql-plugins
911%{_libdir}/libgnunetmy.la 918%{_libdir}/libgnunetmy.la
@@ -942,6 +949,8 @@ authselect apply-changes
942/%{_datadir}/%{name}/config.d/conversation.conf 949/%{_datadir}/%{name}/config.d/conversation.conf
943 950
944%changelog 951%changelog
952* Mon May 17 2021 Jospeh Burchetta <joseph@seattlemesh.net> - 0.14.1
953- GPG verification
945* Sat Mar 27 2021 Joseph Burchetta <joseph@seattlemesh.net> - 0.14.0 954* Sat Mar 27 2021 Joseph Burchetta <joseph@seattlemesh.net> - 0.14.0
946- Updated for Fedora 34 955- Updated for Fedora 34
947- Fixed package license details 956- Fixed package license details