1 |
# $Id$ |
2 |
|
3 |
Summary: e-smith dynamic dns client to update yi |
4 |
%define name e-smith-dynamicdns-yi |
5 |
Name: %{name} |
6 |
%define version 2.0.0 |
7 |
%define release 1 |
8 |
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 |
* 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 |
* 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 |
- Rolling stable version number to 1.4.0 |
36 |
|
37 |
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
38 |
- [1.3.0-01] |
39 |
- Changing version to maintained stream number to 1.3.0 |
40 |
|
41 |
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
42 |
- [1.2.3-01] |
43 |
- RPM rebuild forced by cvsroot2rpm |
44 |
|
45 |
* Mon Feb 25 2002 Kirrily Robert <skud@e-smith.com> |
46 |
- [1.2.2-01] |
47 |
- testing rpm2cvs |
48 |
|
49 |
* Mon Feb 25 2002 Kirrily Robert <skud@e-smith.com> |
50 |
- [1.2.1-01] |
51 |
- rollRPM: Rolled version number to 1.2.1-01. Includes patches up to 1.2.0-04. |
52 |
|
53 |
* Fri Aug 17 2001 gordonr |
54 |
- [1.2.0-04] |
55 |
- Autorebuild by rebuildRPM |
56 |
|
57 |
* Fri Jul 6 2001 Peter Samuel <peters@e-smith.com> |
58 |
- [1.2.0-03] |
59 |
- Changed licesne to GPL |
60 |
|
61 |
* Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com> |
62 |
- [1.2.0-02] |
63 |
- Rolling release number for GPG signing. |
64 |
|
65 |
* Thu Jan 25 2001 Peter Samuel <peters@e-smith.com> |
66 |
- [1.2.0-01] |
67 |
- Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-01. |
68 |
|
69 |
* Tue Jan 9 2001 Peter Samuel <peters@e-smith.com> |
70 |
- [1.1.0-01] |
71 |
- Rolled version number to 1.1.0-01. Includes patches upto 0.0.1-1 |
72 |
|
73 |
* Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com> |
74 |
- initial release |
75 |
|
76 |
%description |
77 |
e-smith server dynamic DNS client module to update yi.org DNS data |
78 |
|
79 |
%prep |
80 |
%setup |
81 |
#%patch1 -p1 |
82 |
|
83 |
%build |
84 |
|
85 |
%install |
86 |
rm -rf $RPM_BUILD_ROOT |
87 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
88 |
rm -f %{name}-%{version}-%{release}-filelist |
89 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
90 |
> %{name}-%{version}-%{release}-filelist |
91 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
92 |
|
93 |
%clean |
94 |
rm -rf $RPM_BUILD_ROOT |
95 |
|
96 |
%pre |
97 |
%preun |
98 |
%post |
99 |
%postun |
100 |
|
101 |
%files -f %{name}-%{version}-%{release}-filelist |
102 |
%defattr(-,root,root) |