[packages/gajim] fix plugin installer

jajcus jajcus at pld-linux.org
Tue May 16 08:46:56 CEST 2017


commit 4c0e86631e22a62692d3929efe9ec5a5c450e360
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue May 16 08:46:18 2017 +0200

    fix plugin installer
    
    The CA certificate used by the installer was not installed.
    
    Release: 2

 gajim.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/gajim.spec b/gajim.spec
index 3124361..b4dfbfd 100644
--- a/gajim.spec
+++ b/gajim.spec
@@ -2,7 +2,7 @@ Summary:	A Jabber client written in PyGTK
 Summary(pl.UTF-8):	Klient Jabbera napisany w PyGTK
 Name:		gajim
 Version:	0.16.7
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL v3+
 Group:		Applications/Communications
@@ -84,6 +84,8 @@ rm -rf $RPM_BUILD_ROOT
 	LIBDIR=/%{_lib} \
 	DESTDIR=$RPM_BUILD_ROOT
 
+cp -a plugins/plugin_installer/*.pem $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins/plugin_installer/
+
 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/nb_NO
 
 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr at latin ] || \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gajim.git/commitdiff/4c0e86631e22a62692d3929efe9ec5a5c450e360



More information about the pld-cvs-commit mailing list