1 |
slords |
1.1 |
Summary: e-smith dynamic dns client to update yi |
2 |
|
|
%define name e-smith-dynamicdns-yi |
3 |
|
|
Name: %{name} |
4 |
|
|
%define version 1.4.0 |
5 |
|
|
%define release 3 |
6 |
|
|
Version: %{version} |
7 |
|
|
Release: %{release}%{?dist} |
8 |
|
|
License: GPL |
9 |
|
|
Group: Networking/Utilities |
10 |
|
|
Source: %{name}-%{version}.tar.gz |
11 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
12 |
|
|
BuildRequires: e-smith-devtools |
13 |
|
|
BuildArchitectures: noarch |
14 |
|
|
Requires: e-smith-base, e-smith-lib, e-smith >= 4.1 |
15 |
|
|
AutoReqProv: no |
16 |
|
|
|
17 |
|
|
%changelog |
18 |
|
|
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
19 |
|
|
- Clean up spec so package can be built by koji/plague |
20 |
|
|
|
21 |
|
|
* Thu Dec 07 2006 Shad L. Lords <slords@mail.com> |
22 |
|
|
- Update to new release naming. No functional changes. |
23 |
|
|
- Make Packager generic |
24 |
|
|
|
25 |
|
|
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-02 |
26 |
|
|
- Bump release number only |
27 |
|
|
|
28 |
|
|
* Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com> |
29 |
|
|
- [1.4.0-01] |
30 |
|
|
- Rolling stable version number to 1.4.0 |
31 |
|
|
|
32 |
|
|
* Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com> |
33 |
|
|
- [1.3.0-01] |
34 |
|
|
- Changing version to maintained stream number to 1.3.0 |
35 |
|
|
|
36 |
|
|
* Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com> |
37 |
|
|
- [1.2.3-01] |
38 |
|
|
- RPM rebuild forced by cvsroot2rpm |
39 |
|
|
|
40 |
|
|
* Mon Feb 25 2002 Kirrily Robert <skud@e-smith.com> |
41 |
|
|
- [1.2.2-01] |
42 |
|
|
- testing rpm2cvs |
43 |
|
|
|
44 |
|
|
* Mon Feb 25 2002 Kirrily Robert <skud@e-smith.com> |
45 |
|
|
- [1.2.1-01] |
46 |
|
|
- rollRPM: Rolled version number to 1.2.1-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 licesne 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 yi.org 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 |
|
|
%pre |
92 |
|
|
%preun |
93 |
|
|
%post |
94 |
|
|
%postun |
95 |
|
|
|
96 |
|
|
%files -f %{name}-%{version}-%{release}-filelist |
97 |
|
|
%defattr(-,root,root) |