-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathe-smith-dynamicdns-yi.spec
102 lines (79 loc) · 2.64 KB
/
e-smith-dynamicdns-yi.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# $Id: e-smith-dynamicdns-yi.spec,v 1.2 2008/10/07 18:08:53 slords Exp $
Summary: e-smith dynamic dns client to update yi
%define name e-smith-dynamicdns-yi
Name: %{name}
%define version 2.2.0
%define release 1
Version: %{version}
Release: %{release}%{?dist}
License: GPL
Group: Networking/Utilities
Source: %{name}-%{version}.tar.gz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildRequires: e-smith-devtools
BuildArchitectures: noarch
Requires: e-smith-base, e-smith-lib, e-smith >= 4.1
AutoReqProv: no
%changelog
* Tue Oct 7 2008 Shad L. Lords <[email protected]> 2.2.0-1.sme
- Roll new stream to separate sme7/sme8 trees [SME: 4633]
* Sun Apr 29 2007 Shad L. Lords <[email protected]>
- Clean up spec so package can be built by koji/plague
* Thu Dec 07 2006 Shad L. Lords <[email protected]>
- Update to new release naming. No functional changes.
- Make Packager generic
* Wed Nov 30 2005 Gordon Rowell <[email protected]> 1.4.0-02
- Bump release number only
* Fri Oct 11 2002 Charlie Brady <[email protected]>
- [1.4.0-01]
- Rolling stable version number to 1.4.0
* Wed Jun 5 2002 Charlie Brady <[email protected]>
- [1.3.0-01]
- Changing version to maintained stream number to 1.3.0
* Thu May 23 2002 Gordon Rowell <[email protected]>
- [1.2.3-01]
- RPM rebuild forced by cvsroot2rpm
* Mon Feb 25 2002 Kirrily Robert <[email protected]>
- [1.2.2-01]
- testing rpm2cvs
* Mon Feb 25 2002 Kirrily Robert <[email protected]>
- [1.2.1-01]
- rollRPM: Rolled version number to 1.2.1-01. Includes patches up to 1.2.0-04.
* Fri Aug 17 2001 gordonr
- [1.2.0-04]
- Autorebuild by rebuildRPM
* Fri Jul 6 2001 Peter Samuel <[email protected]>
- [1.2.0-03]
- Changed licesne to GPL
* Thu Feb 8 2001 Adrian Chung <[email protected]>
- [1.2.0-02]
- Rolling release number for GPG signing.
* Thu Jan 25 2001 Peter Samuel <[email protected]>
- [1.2.0-01]
- Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-01.
* Tue Jan 9 2001 Peter Samuel <[email protected]>
- [1.1.0-01]
- Rolled version number to 1.1.0-01. Includes patches upto 0.0.1-1
* Sat Jan 6 2001 Charlie Brady <[email protected]>
- initial release
%description
e-smith server dynamic DNS client module to update yi.org DNS data
%prep
%setup
#%patch1 -p1
%build
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
rm -f %{name}-%{version}-%{release}-filelist
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
> %{name}-%{version}-%{release}-filelist
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
%clean
rm -rf $RPM_BUILD_ROOT
%pre
%preun
%post
%postun
%files -f %{name}-%{version}-%{release}-filelist
%defattr(-,root,root)