source: projects/specs/branches/6/i/ipvsadm/ipvsadm-vl.spec @ 521

Revision 521, 4.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Utility to administer the Linux Virtual Server
2Summary(ja): Linux Virtual Server を管理するためのユーティリティ
3Name: ipvsadm
4Version: 1.24
5Release: 1%{?_dist_release}
6
7License: GPL
8URL: http://www.LinuxVirtualServer.org/
9Group: Applications/System
10Buildroot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-buildroot
11Provides: %{name}-%{version}
12PreReq: chkconfig
13
14Source0: http://www.LinuxVirtualServer.org/software/ipvsadm-%{version}.tar.gz
15patch0: ipvsadm-1.24-kernhdr-1.2.0.patch
16
17%description
18ipvsadm is a utility to administer the IP Virtual Server services
19offered by the Linux kernel.
20
21
22%prep
23%setup -n %{name}-%{version}
24%patch0 -p1
25
26
27%build
28CFLAGS="${RPM_OPT_FLAGS}" %__make
29
30
31%install
32rm -rf $RPM_BUILD_ROOT
33mkdir -p ${RPM_BUILD_ROOT}/{sbin,%{_mandir}/man8,etc/rc.d/init.d}
34%__make install BUILD_ROOT=${RPM_BUILD_ROOT} MANDIR=%{_mandir}
35
36
37%files
38%defattr(-,root,root)
39%doc README
40%config /etc/rc.d/init.d/ipvsadm
41/sbin/ipvsadm*
42%{_mandir}/man8/ipvsadm*
43
44
45%post
46/sbin/chkconfig --add ipvsadm
47
48
49%preun
50/sbin/chkconfig --del ipvsadm
51
52
53%clean
54rm -rf $RPM_BUILD_DIR/%{name}
55rm -rf $RPM_BUILD_ROOT
56
57
58%changelog
59* Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 1.24-1vl5
60- applied new versioning policy, spec in utf-8
61
62* Sun Oct 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24-0vl1
63- initial build for Vine Linux
64
65* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.24-8.1
66- rebuild
67
68* Mon May 15 2006 Phil Knirsch <pknirsch@redhat.com> - 1.24-8
69- Added missing prereq to chkconfig
70
71* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.24-7.2.1
72- bump again for double-long bug on ppc(64)
73
74* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.24-7.2
75- rebuilt for new gcc4.1 snapshot and glibc changes
76
77* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
78- rebuilt
79
80* Mon Mar 14 2005 Lon Hohberger <lhh@redhat.com> 1.24-7
81- rebuilt
82
83* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
84- rebuilt
85
86* Tue Mar 16 2004 Mike McLean <mikem@redhat.com> 1.24-4.2.ipvs120
87- bump release
88
89* Tue Mar 02 2004 Mike McLean <mikem@redhat.com> 1.24-4.1.ipvs120
90- update to new version for 2.6 kernel
91
92* Thu Jan 08 2004 Mike McLean <mikem@redhat.com> 1.21-10.ipvs108
93- fixing a minor bug/typo in output format processing
94
95* Wed Aug 06 2003 Mike McLean <mikem@redhat.com> 1.21-9.ipvs108
96- Dropping kernel-source BuildRequires and including a local copy of
97  net/ip_vs.h to compensate.
98- Incorporating some upstream changes, most notably the --sort option.
99
100* Fri Jun 13 2003 Mike McLean <mikem@redhat.com> 1.21-8
101- dropping ppc from excluded arches
102
103* Thu Apr 4 2003 Mike McLean <mikem@redhat.com> 1.21-7
104- changing %%ExcludeArch
105
106* Thu Apr 4 2003 Mike McLean <mikem@redhat.com> 1.21-6
107- added BuildRequires: kernel-source
108- escaped all %% characters in %%changelog
109
110* Mon Dec 2 2002 Mike McLean <mikem@redhat.com> 1.21-5
111- Improved the description in the ipvsadm initscript.
112- fixed Buildroot to use _tmppath
113
114* Wed Aug 21 2002 Philip Copeland <bryce@redhat.com> 1.21-4
115- Argh,.. %%docdir was defined which overrode what I'd
116  intended to happen
117
118* Tue Aug 1 2002 Philip Copeland <bryce@redhat.com>
119- Ah... the manuals were being pushed into /usr/man
120  instead of /usr/share/man. Fixed.
121
122* Tue Jul 16 2002 Philip Copeland <bryce@redhat.com>
123- Minor Makefile tweak so that we do a minimal hunt for to find
124  the ip_vs.h file location
125
126* Thu Dec 16 2001 Wensong Zhang <wensong@linuxvirtualserver.org>
127- Changed to install ipvsadm man pages according to the %%{_mandir}
128
129* Thu Dec 30 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
130- update the %%file section
131
132* Thu Dec 17 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
133- Added a if-condition to keep both new or old rpm utility building
134  the package happily.
135
136* Tue Dec 12 2000 P.opeland <bryce@redhat.com>
137- Small modifications to make the compiler happy in RH7 and the Alpha
138- Fixed the documentation file that got missed off in building
139  the rpm
140- Made a number of -pedantic mods though popt will not compile with
141  -pedantic
142
143* Wed Aug 9 2000 Horms <horms@vergenet.net>
144- Removed Obseletes tag as ipvsadm is back in /sbin where it belongs
145  as it is more or less analogous to both route and ipchains both of
146  which reside in /sbin.
147- Create directory to install init script into. Init scripts won't install
148  into build directory unless this is done
149
150* Thu Jul  6 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
151- Changed to build rpms on the ipvsadm tar ball directly
152
153* Wed Jun 21 2000 P.Copeland <copeland@redhat.com>
154- fixed silly install permission settings
155
156* Mon Jun 19 2000 P.Copeland <copeland@redhat.com>
157- Added 'dist' and 'rpms' to the Makefile
158- Added Obsoletes tag since there were early versions
159  of ipvsadm-*.rpm that installed in /sbin
160- Obsolete tag was a bit vicious re: piranha
161
162* Mon Apr 10 2000 Horms <horms@vergenet.net>
163- created for version 1.9
Note: See TracBrowser for help on using the repository browser.