/[smecontribs]/rpms/smeserver-geoip/contribs9/smeserver-geoip.spec
ViewVC logotype

Diff of /rpms/smeserver-geoip/contribs9/smeserver-geoip.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by stephdl, Mon Jun 15 19:05:46 2015 UTC Revision 1.3 by stephdl, Tue Sep 22 21:41:35 2015 UTC
# Line 1  Line 1 
1  %define name smeserver-geoip  %define name smeserver-geoip
2  %define version 1.1.2  %define version 1.1.2
3  %define release 2  %define release 3
4    
5  Summary: SME Server geoip plugin  Summary: SME Server geoip plugin
6  Name: %{name}  Name: %{name}
# Line 15  BuildArchitectures: noarch Line 15  BuildArchitectures: noarch
15  Requires: perl-Geo-IP  Requires: perl-Geo-IP
16  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
17  Patch0 : smeserver-geoip-remove-createlink-add-geoip-download-actions.patch  Patch0 : smeserver-geoip-remove-createlink-add-geoip-download-actions.patch
18    Patch1: smeserver-geoip-1.1.2.Remove_GEOIP_Download_Action.patch
19  %description  %description
20  The GEOIP plugin lets us know which country our mail server is receiving mail from. If we're receiving too much spam from a particular country, this will help track it down and then use that info to reject connections from that country. This ends up taking the load off our servers.  The GEOIP plugin lets us know which country our mail server is receiving mail from. If we're receiving too much spam from a particular country, this will help track it down and then use that info to reject connections from that country. This ends up taking the load off our servers.
21    
# Line 22  CHANGE THE CONFIG DB: config setprop qps Line 23  CHANGE THE CONFIG DB: config setprop qps
23  SIGNAL EVENT: signal-event email-update  SIGNAL EVENT: signal-event email-update
24    
25  %changelog  %changelog
26    * Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-3
27    - the action to download the geoip database is removed
28    - added smeserver-geoip-1.1.2.Remove_GEOIP_Download_Action.patch
29    
30  * Sun Jun 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-2  * Sun Jun 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1.2-2
31  - added createlinks  - added createlinks
32  - added actions and crontab to download geoip database  - added actions and crontab to download geoip database
# Line 51  SIGNAL EVENT: signal-event email-update Line 56  SIGNAL EVENT: signal-event email-update
56  %prep  %prep
57  %setup  %setup
58  %patch0 -p1  %patch0 -p1
59    %patch1 -p1
60    
61  %build  %build
62  %{__mkdir_p} root/var/lib/GeoIP  %{__mkdir_p} root/var/lib/GeoIP
# Line 66  rm -f %{name}-%{version}-filelist Line 72  rm -f %{name}-%{version}-filelist
72  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
73    
74  %post  %post
75    #download the first time the geoip database
76    wget -O /var/lib/GeoIP/GeoIP.dat.gz http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz 2>&1 1>/dev/null
77    gunzip -f /var/lib/GeoIP/GeoIP.dat.gz 2>&1 1>/dev/null
78    
79  %postun  %postun
80    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed