1 |
slords |
1.2 |
# $Id$ |
2 |
|
|
|
3 |
slords |
1.1 |
Summary: e-smith dynamic dns client to update tzo.com |
4 |
|
|
%define name e-smith-dynamicdns-tzo |
5 |
|
|
Name: %{name} |
6 |
slords |
1.2 |
%define version 2.0.0 |
7 |
|
|
%define release 1 |
8 |
slords |
1.1 |
Version: %{version} |
9 |
|
|
Release: %{release}%{?dist} |
10 |
|
|
License: GPL |
11 |
|
|
Group: Networking/Utilities |
12 |
|
|
Source: %{name}-%{version}.tar.gz |
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 |
slords |
1.2 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
21 |
|
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
22 |
|
|
|
23 |
slords |
1.1 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
24 |
|
|
- Clean up spec so package can be built by koji/plague |
25 |
|
|
|
26 |
|
|
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
27 |
|
|
- Update to new release naming. No functional changes. |
28 |
|
|
- Make Packager generic |
29 |
|
|
|
30 |
|
|
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-02 |
31 |
|
|
- Bump release number only |
32 |
|
|
|
33 |
|
|
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
34 |
|
|
- [1.4.0-01] |
35 |
|
|
- Roll stable version number to 1.4.0 |
36 |
|
|
|
37 |
|
|
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
38 |
|
|
- [1.3.1-01] |
39 |
|
|
- Test build to verify CVS conversion |
40 |
|
|
|
41 |
|
|
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
42 |
|
|
- [1.3.0-01] |
43 |
|
|
- rollRPM: Rolled version number to 1.3.0-01. Includes patches up to 1.2.0-04. |
44 |
|
|
|
45 |
|
|
* Fri Aug 17 2001 gordonr |
46 |
|
|
- [1.2.0-04] |
47 |
|
|
- Autorebuild by rebuildRPM |
48 |
|
|
|
49 |
|
|
* Fri Jul 6 2001 Peter Samuel <peters@e-smith.com> |
50 |
|
|
- [1.2.0-03] |
51 |
|
|
- Changed license to GPL |
52 |
|
|
|
53 |
|
|
* Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com> |
54 |
|
|
- [1.2.0-02] |
55 |
|
|
- Rolling release number for GPG signing. |
56 |
|
|
|
57 |
|
|
* Thu Jan 25 2001 Peter Samuel <peters@e-smith.com> |
58 |
|
|
- [1.2.0-01] |
59 |
|
|
- Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-01. |
60 |
|
|
|
61 |
|
|
* Tue Jan 9 2001 Peter Samuel <peters@e-smith.com> |
62 |
|
|
- [1.1.0-01] |
63 |
|
|
- Rolled version number to 1.1.0-01. Includes patches upto 0.0.1-1 |
64 |
|
|
|
65 |
|
|
* Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com> |
66 |
|
|
- initial release |
67 |
|
|
|
68 |
|
|
%description |
69 |
|
|
e-smith server dynamic DNS client module to update tzo.com DNS data |
70 |
|
|
|
71 |
|
|
%prep |
72 |
|
|
%setup |
73 |
|
|
#%patch1 -p1 |
74 |
|
|
|
75 |
|
|
%build |
76 |
|
|
|
77 |
|
|
%install |
78 |
|
|
rm -rf $RPM_BUILD_ROOT |
79 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
80 |
|
|
rm -f %{name}-%{version}-%{release}-filelist |
81 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
82 |
|
|
> %{name}-%{version}-%{release}-filelist |
83 |
|
|
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
84 |
|
|
|
85 |
|
|
%clean |
86 |
|
|
rm -rf $RPM_BUILD_ROOT |
87 |
|
|
|
88 |
|
|
%pre |
89 |
|
|
%preun |
90 |
|
|
%post |
91 |
|
|
%postun |
92 |
|
|
|
93 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
94 |
|
|
%defattr(-,root,root) |