/[smeserver]/rpms/e-smith-dynamicdns-tzo/sme10/e-smith-dynamicdns-tzo.spec
ViewVC logotype

Annotation of /rpms/e-smith-dynamicdns-tzo/sme10/e-smith-dynamicdns-tzo.spec

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


Revision 1.1 - (hide annotations) (download)
Thu Feb 4 23:47:34 2016 UTC (8 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-dynamicdns-tzo-2_6_0-1_el7_sme
sme10 branch

1 vip-ire 1.1 # $Id: e-smith-dynamicdns-tzo.spec,v 1.1 2013/02/14 16:14:49 slords Exp $
2    
3     Summary: e-smith dynamic dns client to update tzo.com
4     %define name e-smith-dynamicdns-tzo
5     Name: %{name}
6     %define version 2.6.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     * Fri Feb 5 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-1
21     - Roll new stream for sme10
22    
23     * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
24     - Roll new stream for sme9
25    
26     * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
27     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
28    
29     * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
30     - Clean up spec so package can be built by koji/plague
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     - Roll stable version number to 1.4.0
42    
43     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
44     - [1.3.1-01]
45     - Test build to verify CVS conversion
46    
47     * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
48     - [1.3.0-01]
49     - rollRPM: Rolled version number to 1.3.0-01. Includes patches up to 1.2.0-04.
50    
51     * Fri Aug 17 2001 gordonr
52     - [1.2.0-04]
53     - Autorebuild by rebuildRPM
54    
55     * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
56     - [1.2.0-03]
57     - Changed license to GPL
58    
59     * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
60     - [1.2.0-02]
61     - Rolling release number for GPG signing.
62    
63     * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
64     - [1.2.0-01]
65     - Rolled version number to 1.2.0-01. Includes patches upto 1.1.0-01.
66    
67     * Tue Jan 9 2001 Peter Samuel <peters@e-smith.com>
68     - [1.1.0-01]
69     - Rolled version number to 1.1.0-01. Includes patches upto 0.0.1-1
70    
71     * Sat Jan 6 2001 Charlie Brady <charlieb@e-smith.com>
72     - initial release
73    
74     %description
75     e-smith server dynamic DNS client module to update tzo.com DNS data
76    
77     %prep
78     %setup
79     #%patch1 -p1
80    
81     %build
82    
83     %install
84     rm -rf $RPM_BUILD_ROOT
85     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
86     rm -f %{name}-%{version}-%{release}-filelist
87     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
88     > %{name}-%{version}-%{release}-filelist
89     echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
90    
91     %clean
92     rm -rf $RPM_BUILD_ROOT
93    
94     %files -f %{name}-%{version}-%{release}-filelist
95     %defattr(-,root,root)

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