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

Annotation of /rpms/e-smith-dynamicdns-yi/sme9/e-smith-dynamicdns-yi.spec

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


Revision 1.1 - (hide annotations) (download)
Thu Feb 14 16:15:00 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-dynamicdns-yi-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 slords 1.1 # $Id: e-smith-dynamicdns-yi.spec,v 1.2 2008/10/07 18:08:53 slords Exp $
2    
3     Summary: e-smith dynamic dns client to update yi
4     %define name e-smith-dynamicdns-yi
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     * 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 licesne 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 yi.org 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     %files -f %{name}-%{version}-%{release}-filelist
100     %defattr(-,root,root)

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