source: projects/specs/trunk/d/dhcpcd/dhcpcd-vl.spec @ 12320

Revision 12320, 6.7 KB checked in by tomop, 4 years ago (diff)

updated 18 packages

clamav-0.102.2-1

dhcpcd-8.1.1-1

dovecot-2.3.9.3-1

golang-1.13.5-1

llvm-9.0.1-1

libjpeg-turbo-2.0.4-1

libserf-1.3.9-2

libxml2-2.9.10-2

mariadb-10.4.12-1

nodejs-12.16.0-1

php-ext-clearsilver-0.4-15

php73-7.3.14-1

python-pillow-6.2.2-1

rust-1.40.0-1

spamassassin-3.4.4-1

sqlite3-3.31.1-1

squid-4.10-1

sudo-1.8.31-1

RevLine 
[12320]1Summary:        A DHCP (Dynamic Host Configuration Protocol) client.
2Summary(ja):    DHCP (Dynamic Host Configuration Protocol) クライアント
3Name:           dhcpcd
4Version:        8.1.1
5Release:        1%{?_dist_release}
6Group:          System Environment/Base
[521]7
[12320]8Vendor:         Project Vine
9Distribution:   Vine Linux
[521]10
[12320]11License:        BSD
12URL:            https://roy.marples.name/projects/dhcpcd
13Source:         https://roy.marples.name/downloads/dhcpcd/dhcpcd-%{version}.tar.xz
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  chrony
17BuildRequires:  eudev-libudev-devel
18
[521]19%description
20DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
21individual devices on an IP network to get their own network
22configuration information (IP address, subnetmask, broadcast address,
23etc.) from a DHCP server.  The overall purpose of DHCP is to make it
24easier to administer a large network.  The dhcpcd package includes a
25DHCP client daemon.
26
27If you're going to use DHCP on your network, you'll need to install
28the server package (dhcp) on the server, and a client package on the
29client machines. The dhcpcd package includes a DHCP client, but we
30suggest that you instead install the DHCP client included in the pump
31package, which provides a faster and simpler DHCP client.
32
33%description -l ja
34DHCP (Dynamic Host Configuration Protocol) は,IP ネットワークの
35各デバイスに,ネットワーク設定情報 (IP アドレス,サブネットマスク,
36ブロードキャストアドレス等) を割り当てる為のプロトコルです.
37DHCP の主な目的は,大規模なネットワークでの管理を簡単にすることです.
38この dhcpcd パッケージには DHCP クライアントデーモンが含まれています.
39
40あなたのネットワークで DHCP を使うためには,サーバ側に dhcp サーバ
41(dhcp パッケージ) を,そしてクライアント側に dhcp クライアント
42(dhcpcd パッケージ) をインストールする必要があります.
43この dhcpcd パッケージには DHCP クライアントが含まれていますが,
44代わりに pump パッケージの DHCP クライアントをインストールすることを
45お勧めします.pump はより高速でよりシンプルな DHCP クライアントです.
46
47
48%prep
[12320]49%setup -q -n dhcpcd-%{version}
[521]50
51
52%build
53%configure --sbindir=/sbin
54make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
55
56
57%install
[12320]58rm -rf %{buildroot}
59make install DESTDIR=%{buildroot}
[521]60
61
62%clean
[12320]63rm -rf %{buildroot}
[521]64
65
66%files
67%defattr(-,root,root)
[12320]68%license LICENSE
69%doc README.md
[521]70/sbin/dhcpcd
[12320]71%dir %{_libdir}/dhcpcd
72%dir %{_libdir}/dhcpcd/dev
73%{_libdir}/dhcpcd/dev/*
74%dir %{_libexecdir}/dhcpcd-hooks
75%{_libexecdir}/dhcpcd-hooks/*
76%{_libexecdir}/dhcpcd-run-hooks
77%config(noreplace) %{_sysconfdir}/dhcpcd.conf
78%dir %{_datadir}/dhcpcd
79%dir %{_datadir}/dhcpcd/hooks
80%{_datadir}/dhcpcd/hooks/*
81%{_mandir}/man5/*
82%{_mandir}/man8/*
83%{_localstatedir}/db/dhcpcd
[521]84
85
86%changelog
[12320]87* Sun Nov 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.1-1
88- salvaged from orphaned repo.
89- new upstream release.
90
[521]91* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.3.22pl4-1vl5
92- applied new versioning policy, spec in utf-8
93
94* Tue May 22 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.22pl4-0vl3
95- run libtoolize/autoreconf to build on x86_64
96
97* Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.22pl4-0vl2
98- rebuild to add gpg sign
99
100* Tue Feb  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.22pl4-0vl1
101- new upstream release to fix security bug
102
103* Thu Jan 31 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.3.21pl2-2vl1
104- updated in sync with 1.3.21pl2-2 from Rawhide and built for Vine Linux
105- added Japanese summary and description
106
107* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
108- automated rebuild
109
110* Fri Jan 04 2002 Elliot Lee <sopwith@redhat.com> 1.3.21pl2-1
111- Update to pl2
112- Fix #54600
113
114* Mon Dec 31 2001 Elliot Lee <sopwith@redhat.com> 1.3.21pl1-3
115- dhcpcd-1.3.21-multicast.patch sets IFF_MULTICAST (fixes 48669).
116
117* Sun Dec 30 2001 Elliot Lee <sopwith@redhat.com> 1.3.21pl1-2
118- After updating to a new version, reincorporate the dhcpcd-post.patch and fix some other nits.
119
120* Thu Sep 20 2001 Elliot Lee <sopwith@redhat.com> 1.3.20pl0
121- Update to new version
122
123* Mon Jul 16 2001 Elliot Lee <sopwith@redhat.com>
124- Bug #7961 plus my own observations resulted in Patch5 to fix alignment errors.
125
126* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
127- don't write two search lines to resolv.conf
128- suppress output from %%pre script
129
130* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
131- Bump release + rebuild.
132
133* Wed Mar 14 2001 Bill Nottingham <notting@redhat.com>
134- fix running of ifup-post on ip address change
135
136* Fri Feb 16 2001 Nalin Dahyabhai <nalin@redhat.com>
137- remove the circular link which was in a previous version of this package
138
139* Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
140- fix the symlink, for real (#27622)
141
142* Mon Feb 12 2001 Bill Nottingham <notting@redhat.com>
143- run ifup-post on ip address change
144
145* Mon Aug 21 2000 Bill Nottingham <notting@redhat.com>
146- package up /etc/dhcpcd as a symlink instead
147
148* Fri Jul 21 2000 Erik Troan <ewt@redhat.com>
149- package up /etc/dhcpc as a symlink
150
151* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
152- automatic rebuild
153
154* Thu Jun 22 2000 Bill Nottingham <notting@redhat.com>
155- actually update to 1.3.18pl8
156
157* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
158- FHS paths
159
160* Thu May 11 2000 Karsten Hopp <Karsten.Hopp@redhat.de>
161- updated to dhcpcd-1.3.18pl8
162
163* Thu Feb 03 2000 Erik Troan <ewt@redhat.com>
164- updated to dhcpcd-1.3.18pl3
165- don't statically link the binary
166
167* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
168- rebuild to fix the descriptions and summary
169- man pages are compressed
170
171* Mon Oct 04 1999 Cristian Gafton <gafton@redhat.com>
172- rebuild against the latest glibc in the sparc tree
173
174* Wed Jun  2 1999 Jeff Johnson <jbj@redhat.com>
175- include 802.2 token ring support patch (#2061).
176
177* Sat May 29 1999 Jeff Johnson <jbj@redhat.com>
178- include /etc/dhcpc in package (#3097).
179- upgrade to 1.3.17-pl5.
180
181* Mon Apr 19 1999 Bill Nottingham <notting@redhat.com>
182- build for 6.0
183
184* Wed Dec 23 1998 Jeff Johnson <jbj@redhat.com>
185- mark default route up.
186
187* Sun Jun  7 1998 Jeff Johnson <jbj@redhat.com>
188- Fix packet alignment problems on sparc.
189- build root.
190
191* Mon Jun 01 1998 Prospector System <bugs@redhat.com>
192- translations modified for de
193
194* Wed May  6 1998 Alan Cox
195- fixed some potential buffer exploits reported by Chris Evans
196
197* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
198- translations modified for de, fr, tr
199
200* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
201- spec file cleanups
202
203* Tue Jul 08 1997 Erik Troan <ewt@redhat.com>
204- built against glibc, updated to 0.65
205
206* Mon Apr 21 1997 Otto Hammersmith <otto@redhat.com>
207- fixed summary line... was a summary for tar.
Note: See TracBrowser for help on using the repository browser.