/[smeserver]/rpms/e-smith-dynamicdns-dyndns/sme8/e-smith-dynamicdns-dyndns.spec
ViewVC logotype

Contents of /rpms/e-smith-dynamicdns-dyndns/sme8/e-smith-dynamicdns-dyndns.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Tue Oct 7 18:07:21 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-dynamicdns-dyndns-2_2_0-1_el5_sme, HEAD
Changes since 1.2: +6 -1 lines
New streams

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed