/[smecontribs]/rpms/smeserver-ddclient/contribs8/smeserver-ddclient.spec
ViewVC logotype

Diff of /rpms/smeserver-ddclient/contribs8/smeserver-ddclient.spec

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

Revision 1.10 by stephdl, Wed Jul 1 15:40:10 2015 UTC Revision 1.11 by stephdl, Sat Jul 4 15:17:00 2015 UTC
# Line 1  Line 1 
1  # $Id: smeserver-ddclient.spec,v 1.9 2014/06/10 20:06:32 stephdl Exp $  # $Id: smeserver-ddclient.spec,v 1.10 2015/07/01 15:40:10 stephdl Exp $
2  # Authority: dungog  # Authority: dungog
3  # Name: Stephen Noble  # Name: Stephen Noble
4    
5  %define name smeserver-ddclient  %define name smeserver-ddclient
6  %define version 1.0.0  %define version 1.0.2
7  %define release 32  %define release 1
8    
9  Summary: ddclient panel for SME Server  Summary: ddclient panel for SME Server
10  Name: %{name}  Name: %{name}
# Line 13  Release: %{release}%{?dist} Line 13  Release: %{release}%{?dist}
13  License: GNU GPL version 2  License: GNU GPL version 2
14  Group: SMEserver/addon  Group: SMEserver/addon
15  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
16  Patch0: smeserver-ddclient-1.0.0-locale-2008-04-23.patch  Patch0: Namecheap_translation.patch
17  Patch1: smeserver-ddclient-1.0.0-locale-2008-04-26.patch  Patch1: smeserver-ddclient-1.0.0-locale-2015-07-01.patch
 Patch2: smeserver-ddclient-1.0.0-dos2unix.patch  
 Patch3: smeserver-ddclient-1.0.0-add2general.patch  
 Patch4: smeserver-ddclient-1.0.0-locale-2008-05-05.patch  
 Patch5: smeserver-ddclient-1.0.0-locale-2008-05-21.patch  
 Patch6: smeserver-ddclient-1.0.0-locale-2008-06-25.patch  
 Patch7: smeserver-ddclient-1.0.0-locale-2008-07-01.patch  
 Patch8: smeserver-ddclient-1.0.0-locale-2008-10-14.patch  
 Patch9: smeserver-ddclient-1.0.0-locale-2008-11-05.patch  
 Patch10: smeserver-ddclient-1.0.0-locale-2008-11-30.patch  
 Patch11: smeserver-ddclient-1.0.0-locale-2009-01-01.patch  
 Patch12: smeserver-ddclient-1.0.0-locale-2009-01-31.patch  
 Patch13: smeserver-ddclient-1.0.0-locale-2009-03-01.patch  
 Patch14: smeserver-ddclient-1.0.0-locale-2009-03-03.patch  
 Patch15: smeserver-ddclient-1.0.0-locale-2009-04-27.patch  
 Patch16: smeserver-ddclient-1.0.0-locale-2009-08-24.patch  
 Patch17: smeserver-ddclient-1.1.0.patch  
 Patch18: smeserver-ddclient-1.0.0-locale-2009-10-21.patch  
 Patch19: smeserver-ddclient-1.0.0-locale-2009-10-27.patch  
 Patch20: smeserver-ddclient-1.0.0-locale-2010-03-02.patch  
 Patch21: smeserver-ddclient-1.0.0-locale-2010-05-23.patch  
 Patch22: smeserver-ddclient-1.0.0-locale-2011-03-06.patch  
 Patch23: smeserver-ddclient-1.0.0-locale-2013-07-14.patch  
 Patch24: smeserver-ddclient-1.0.0-change-path-template.patch  
 Patch25: smeserver-ddclient-1.0.0-6-More-DDNS-Services.patch  
 Patch26: smeserver-ddclient-1.0.0-extrasmigrate.patch  
 Patch27: smeserver-ddclient-1.0.0_deprecated_defined_and_prototypes_mismatch.patch  
 Patch28: Namecheap_translation.patch  
 Patch29: smeserver-ddclient-1.0.0-locale-2015-07-01.patch  
18  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
20  Obsoletes: sme7-ddclient  Obsoletes: sme7-ddclient
21  BuildArchitectures: noarch  BuildArchitectures: noarch
22  Requires: e-smith-release  >= 8  Requires: e-smith-release  >= 8
23  Requires: ddclient >= 3.7  Requires: ddclient >= 3.8
24  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
25  AutoReqProv: no  AutoReqProv: no
26    
27  %changelog  %changelog
28    * Sat Jul 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.0.2-1.sme
29    - updated source to 1.0.2
30    
31  * Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> - 1.0.0-32.sme  * Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> - 1.0.0-32.sme
32  - add locale smeserver-ddclient-1.0.0-locale-2015-07-01.patch  - add locale smeserver-ddclient-1.0.0-locale-2015-07-01.patch
33  - add translation missing Namecheap_translation.patch [SME: 8964]  - add translation missing Namecheap_translation.patch [SME: 8964]
# Line 180  ddclient panel and config files for SME7 Line 155  ddclient panel and config files for SME7
155  %setup  %setup
156  %patch0 -p1  %patch0 -p1
157  %patch1 -p1  %patch1 -p1
 %patch2 -p1  
 %patch3 -p1  
 %patch4 -p1  
 %patch5 -p1  
 %patch6 -p1  
 %patch7 -p1  
 %patch8 -p1  
 %patch9 -p1  
 %patch10 -p1  
 %patch11 -p1  
 %patch12 -p1  
 %patch13 -p1  
 %patch14 -p1  
 %patch15 -p1  
 %patch16 -p1  
 %patch17 -p1  
 %patch18 -p1  
 %patch19 -p1  
 %patch20 -p1  
 %patch21 -p1  
 %patch22 -p1  
 %patch23 -p1  
 %patch24 -p1  
 %patch25 -p1  
 %patch26 -p1  
 %patch27 -p1  
 %patch28 -p1  
 %patch29 -p1  
158    
159  %build  %build
160  perl createlinks  perl createlinks


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