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

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

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


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

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

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