/[smeserver]/rpms/e-smith-dynamicdns-tzo/sme10/e-smith-dynamicdns-tzo.spec
ViewVC logotype

Annotation of /rpms/e-smith-dynamicdns-tzo/sme10/e-smith-dynamicdns-tzo.spec

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


Revision 1.2 - (hide annotations) (download)
Tue Jan 5 21:55:20 2021 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-dynamicdns-tzo-2_6_0-2_el7_sme, HEAD
Changes since 1.1: +6 -2 lines
* Tue Jan 05 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
- add update event [SME: 11130]

1 jpp 1.2 # $Id: e-smith-dynamicdns-tzo.spec,v 1.1 2016/02/04 23:47:34 vip-ire Exp $
2 vip-ire 1.1
3     Summary: e-smith dynamic dns client to update tzo.com
4     %define name e-smith-dynamicdns-tzo
5     Name: %{name}
6     %define version 2.6.0
7 jpp 1.2 %define release 2
8 vip-ire 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Utilities
12     Source: %{name}-%{version}.tar.xz
13     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
14     BuildRequires: e-smith-devtools
15     BuildArchitectures: noarch
16     Requires: e-smith-base, e-smith-lib, e-smith >= 4.1
17     AutoReqProv: no
18    
19     %changelog
20 jpp 1.2 * Tue Jan 05 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
21     - add update event [SME: 11130]
22    
23 vip-ire 1.1 * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-1
24     - Roll new stream for sme10
25    
26     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
27     - Roll new stream for sme9
28    
29     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
30     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
31    
32     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
33     - Clean up spec so package can be built by koji/plague
34    
35     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
36     - Update to new release naming. No functional changes.
37     - Make Packager generic
38    
39     * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-02
40     - Bump release number only
41    
42     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
43     - [1.4.0-01]
44     - Roll stable version number to 1.4.0
45    
46     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
47     - [1.3.1-01]
48     - Test build to verify CVS conversion
49    
50     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
51     - [1.3.0-01]
52     - rollRPM: Rolled version number to 1.3.0-01. Includes patches up to 1.2.0-04.
53    
54     * Fri Aug 17 2001 gordonr
55     - [1.2.0-04]
56     - Autorebuild by rebuildRPM
57    
58     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
59     - [1.2.0-03]
60     - Changed license to GPL
61    
62     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
63     - [1.2.0-02]
64     - Rolling release number for GPG signing.
65    
66     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
67     - [1.2.0-01]
68     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-01.
69    
70     * Tue Jan 9 2001 Peter Samuel <peters@e-smith.com>
71     - [1.1.0-01]
72     - Rolled version number to 1.1.0-01. Includes patches upto 0.0.1-1
73    
74     * Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com>
75     - initial release
76    
77     %description
78     e-smith server dynamic DNS client module to update tzo.com DNS data
79    
80     %prep
81     %setup
82     #%patch1 -p1
83 jpp 1.2 mkdir -p root/etc/e-smith/events/%{name}-update
84 vip-ire 1.1
85     %build
86    
87     %install
88     rm -rf $RPM_BUILD_ROOT
89     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
90     rm -f %{name}-%{version}-%{release}-filelist
91     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
92     > %{name}-%{version}-%{release}-filelist
93     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
94    
95     %clean
96     rm -rf $RPM_BUILD_ROOT
97    
98     %files -f %{name}-%{version}-%{release}-filelist
99     %defattr(-,root,root)

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