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

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

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


Revision 1.2 - (show annotations) (download)
Wed Feb 27 18:26:14 2008 UTC (16 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Remove version from spec

1 Summary: e-smith dynamic dns client to update dyndns.org
2 %define name e-smith-dynamicdns-dyndns.org
3 Name: %{name}
4 %define version 1.4.0
5 %define release 4
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-03
26 - Bump release number only
27
28 * Wed May 18 2005 Charlie Brady <charlieb@e-smith.com>
29 - [1.4.0-02]
30 - Add support for "custom", i.e. domain not matching
31 *.dyndns.org.
32
33 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
34 - [1.4.0-01]
35 - Roll 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 - Changing license 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-2.
68
69 * Wed Jan 10 2001 Charlie Brady <charlieb@e-smith.com>
70 - [1.1.0-2]
71 - Fix stray backtick, and reformat for 80 char display width
72
73 * Tue Jan 9 2001 Peter Samuel <peters@e-smith.com>
74 - [1.1.0-01]
75 - Rolled version number to 1.1.0-01. Includes patches upto 0.0.1-1
76
77 * Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com>
78 - initial release
79
80 %description
81 e-smith server dynamic DNS client module to update dyndns.org data
82
83 %prep
84 %setup
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