[uwsgi/f21] Adding -plugin-curl-cron

Jorge A Gallegos kad at fedoraproject.org
Sat Aug 30 00:18:05 UTC 2014


commit 237f9983c3dac22c826b61e141d0447b7c0a73b6
Author: Jorge Gallegos <kad at fedoraproject.org>
Date:   Fri Aug 29 17:04:37 2014 -0700

    Adding -plugin-curl-cron

 uwsgi.spec |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/uwsgi.spec b/uwsgi.spec
index f4cdca4..9114976 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -240,6 +240,14 @@ Requires: %{name}-plugin-common, libstdc++
 %description -n %{name}-plugin-cplusplus
 This package contains the cplusplus plugin for uWSGI
 
+%package -n %{name}-plugin-curl-cron
+Summary:  uWSGI - Plugin for CURL Cron support
+Group:    System Environment/Daemons
+Requires: %{name}-plugin-common, libcurl
+
+%description -n %{name}-plugin-curl-cron
+This package contains the curl_cron plugin for uWSGI
+
 %package -n %{name}-plugin-greenlet
 Summary:  uWSGI - Plugin for Python Greenlet support
 Group:    System Environment/Daemons   
@@ -712,6 +720,9 @@ exit 0
 %files -n %{name}-plugin-cplusplus
 %{_libdir}/%{name}/cplusplus_plugin.so
 
+%files -n %{name}-plugin-curl-cron
+%{_libdir}/%{name}/curl_cron_plugin.so
+
 %files -n %{name}-plugin-greenlet
 %{_libdir}/%{name}/greenlet_plugin.so
 


More information about the scm-commits mailing list