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