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

Annotation of /rpms/e-smith-dynamicdns-dyndns.org/sme10/e-smith-dynamicdns-dyndns.org.spec

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


Revision 1.2 - (hide annotations) (download)
Tue Jan 5 21:32:15 2021 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-dynamicdns-dyndns_org-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-dyndns.org.spec,v 1.1 2016/02/04 23:44:10 vip-ire Exp $
2 vip-ire 1.1
3     Summary: e-smith dynamic dns client to update dyndns.org
4     %define name e-smith-dynamicdns-dyndns.org
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.sme
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-03
40     - Bump release number only
41    
42     * Wed May 18 2005 Charlie Brady <charlieb@e-smith.com>
43     - [1.4.0-02]
44     - Add support for "custom", i.e. domain not matching
45     *.dyndns.org.
46    
47     * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
48     - [1.4.0-01]
49     - Roll stable version number to 1.4.0
50    
51     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
52     - [1.3.0-01]
53     - Changing version to maintained stream number to 1.3.0
54    
55     * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
56     - [1.2.3-01]
57     - RPM rebuild forced by cvsroot2rpm
58    
59     * Mon Feb 25 2002 Kirrily Robert <skud@e-smith.com>
60     - [1.2.2-01]
61     - Testing rpm2cvs
62    
63     * Mon Feb 25 2002 Kirrily Robert <skud@e-smith.com>
64     - [1.2.1-01]
65     - rollRPM: Rolled version number to 1.2.1-01. Includes patches up to 1.2.0-04.
66    
67     * Fri Aug 17 2001 gordonr
68     - [1.2.0-04]
69     - Autorebuild by rebuildRPM
70    
71     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
72     - [1.2.0-03]
73     - Changing license to GPL
74    
75     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
76     - [1.2.0-02]
77     - Rolling release number for GPG signing.
78    
79     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
80     - [1.2.0-01]
81     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-2.
82    
83     * Wed Jan 10 2001 Charlie Brady <charlieb@e-smith.com>
84     - [1.1.0-2]
85     - Fix stray backtick, and reformat for 80 char display width
86    
87     * Tue Jan 9 2001 Peter Samuel <peters@e-smith.com>
88     - [1.1.0-01]
89     - Rolled version number to 1.1.0-01. Includes patches upto 0.0.1-1
90    
91     * Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com>
92     - initial release
93    
94     %description
95     e-smith server dynamic DNS client module to update dyndns.org data
96    
97     %prep
98     %setup
99 jpp 1.2 mkdir -p root/etc/e-smith/events/%{name}-update
100 vip-ire 1.1
101     %build
102    
103     %install
104     rm -rf $RPM_BUILD_ROOT
105     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
106     rm -f %{name}-%{version}-%{release}-filelist
107     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
108     > %{name}-%{version}-%{release}-filelist
109     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
110    
111     %clean
112     rm -rf $RPM_BUILD_ROOT
113    
114     %files -f %{name}-%{version}-%{release}-filelist
115     %defattr(-,root,root)

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