1 |
# $Id: e-smith-dynamicdns-dyndns.spec,v 1.1 2016/02/04 23:39:04 vip-ire Exp $ |
2 |
|
3 |
Summary: e-smith dynamic dns client to update dyndns.com |
4 |
%define name e-smith-dynamicdns-dyndns |
5 |
Name: %{name} |
6 |
%define version 2.6.0 |
7 |
%define release 2 |
8 |
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 |
* Tue Jan 05 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme |
21 |
- add update event [SME: 11129] |
22 |
|
23 |
* 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 |
* Sat Feb 24 2007 Charlie Brady <charlieb@e-smith.com> 1.5.0-01 |
36 |
- Roll new development stream. |
37 |
|
38 |
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
39 |
- Update to new release naming. No functional changes. |
40 |
- Make Packager generic |
41 |
|
42 |
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-02 |
43 |
- Bump release number only |
44 |
|
45 |
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
46 |
- [1.4.0-01] |
47 |
- Rolling stable version number to 1.4.0 |
48 |
|
49 |
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
50 |
- [1.3.0-01] |
51 |
- Changing version to maintained stream number to 1.3.0 |
52 |
|
53 |
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
54 |
- [1.2.3-01] |
55 |
- RPM rebuild forced by cvsroot2rpm |
56 |
|
57 |
* Mon Feb 25 2002 Kirrily Robert <skud@e-smith.com> |
58 |
- [1.2.2-01] |
59 |
- Testing rpm2cvs |
60 |
|
61 |
* Mon Feb 25 2002 Kirrily Robert <skud@e-smith.com> |
62 |
- [1.2.1-01] |
63 |
- rollRPM: Rolled version number to 1.2.1-01. Includes patches up to 1.2.0-04. |
64 |
|
65 |
* Fri Aug 17 2001 gordonr |
66 |
- [1.2.0-04] |
67 |
- Autorebuild by rebuildRPM |
68 |
|
69 |
* Fri Jul 6 2001 Peter Samuel <peters@e-smith.com> |
70 |
- [1.2.0-03] |
71 |
- Changed license to GPL |
72 |
|
73 |
* Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com> |
74 |
- [1.2.0-02] |
75 |
- Rolling release number for GPG signing. |
76 |
|
77 |
* Thu Jan 25 2001 Peter Samuel <peters@e-smith.com> |
78 |
- [1.2.0-01] |
79 |
- Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-01. |
80 |
|
81 |
* Tue Jan 9 2001 Peter Samuel <peters@e-smith.com> |
82 |
- [1.1.0-01] |
83 |
- Rolled version number to 1.1.0-01. Includes patches upto 0.0.1-1 |
84 |
|
85 |
* Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com> |
86 |
- initial release |
87 |
|
88 |
%description |
89 |
e-smith server dynamic DNS client module to update dyndns.com DNS data |
90 |
|
91 |
%prep |
92 |
%setup |
93 |
mkdir -p root/etc/e-smith/events/%{name}-update |
94 |
|
95 |
%build |
96 |
|
97 |
%install |
98 |
rm -rf $RPM_BUILD_ROOT |
99 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
100 |
rm -f %{name}-%{version}-%{release}-filelist |
101 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
102 |
> %{name}-%{version}-%{release}-filelist |
103 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
104 |
|
105 |
%clean |
106 |
rm -rf $RPM_BUILD_ROOT |
107 |
|
108 |
%files -f %{name}-%{version}-%{release}-filelist |
109 |
%defattr(-,root,root) |