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

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

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


Revision 1.1 - (show annotations) (download)
Thu Feb 14 16:14:39 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-dynamicdns-dyndns-2_4_0-1_el6_sme, HEAD
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
- Roll new stream for sme9

1 # $Id: e-smith-dynamicdns-dyndns.spec,v 1.3 2008/10/07 18:07:21 slords Exp $
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.4.0
7 %define release 1
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Utilities
12 Source: %{name}-%{version}.tar.xz
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 * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
21 - Roll new stream for sme9
22
23 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
24 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
25
26 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
27 - Clean up spec so package can be built by koji/plague
28
29 * Sat Feb 24 2007 Charlie Brady <charlieb@e-smith.com> 1.5.0-01
30 - Roll new development stream.
31
32 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
33 - Update to new release naming. No functional changes.
34 - Make Packager generic
35
36 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.4.0-02
37 - Bump release number only
38
39 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
40 - [1.4.0-01]
41 - Rolling stable version number to 1.4.0
42
43 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
44 - [1.3.0-01]
45 - Changing version to maintained stream number to 1.3.0
46
47 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
48 - [1.2.3-01]
49 - RPM rebuild forced by cvsroot2rpm
50
51 * Mon Feb 25 2002 Kirrily Robert <skud@e-smith.com>
52 - [1.2.2-01]
53 - Testing rpm2cvs
54
55 * Mon Feb 25 2002 Kirrily Robert <skud@e-smith.com>
56 - [1.2.1-01]
57 - rollRPM: Rolled version number to 1.2.1-01. Includes patches up to 1.2.0-04.
58
59 * Fri Aug 17 2001 gordonr
60 - [1.2.0-04]
61 - Autorebuild by rebuildRPM
62
63 * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
64 - [1.2.0-03]
65 - Changed license to GPL
66
67 * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
68 - [1.2.0-02]
69 - Rolling release number for GPG signing.
70
71 * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
72 - [1.2.0-01]
73 - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-01.
74
75 * Tue Jan 9 2001 Peter Samuel <peters@e-smith.com>
76 - [1.1.0-01]
77 - Rolled version number to 1.1.0-01. Includes patches upto 0.0.1-1
78
79 * Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com>
80 - initial release
81
82 %description
83 e-smith server dynamic DNS client module to update dyndns.com DNS data
84
85 %prep
86 %setup
87 #%patch1 -p1
88
89 %build
90
91 %install
92 rm -rf $RPM_BUILD_ROOT
93 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
94 rm -f %{name}-%{version}-%{release}-filelist
95 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
96 > %{name}-%{version}-%{release}-filelist
97 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
98
99 %clean
100 rm -rf $RPM_BUILD_ROOT
101
102 %files -f %{name}-%{version}-%{release}-filelist
103 %defattr(-,root,root)

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