SPECS: dhcpcd.spec - fix ntp.conf path - package /etc/dhcpc/dhcpcd...

glen glen at pld-linux.org
Thu Aug 31 23:58:06 CEST 2006


Author: glen                         Date: Thu Aug 31 21:58:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix ntp.conf path
- package /etc/dhcpc/dhcpcd.exe (harmless but useful for making own)
- rel 3

---- Files affected:
SPECS:
   dhcpcd.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/dhcpcd.spec
diff -u SPECS/dhcpcd.spec:1.56 SPECS/dhcpcd.spec:1.57
--- SPECS/dhcpcd.spec:1.56	Thu Jun 15 12:36:31 2006
+++ SPECS/dhcpcd.spec	Thu Aug 31 23:58:01 2006
@@ -8,15 +8,16 @@
 Summary(tr):	DHCPC sunucu süreçi (daemon)
 Name:		dhcpcd
 Version:	2.0.1
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Networking/Daemons
 Source0:	http://download.berlios.de/dhcpcd/%{name}-%{version}.tar.bz2
 # Source0-md5:	c5766aafd51f581c2b2c8620b26f5e02
 Patch0:		%{name}-ntpdrift-66136.patch
+Patch1:		%{name}-ntp-path.patch
 URL:		http://developer.berlios.de/projects/dhcpcd/
-BuildRequires:	automake
 BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_sbindir	/sbin
@@ -53,7 +54,8 @@
 
 %description -l fr
 dhcpcd est une implantation du client DHCP spécifié dans les
-draft-ietf-dhc-dhcp-09 (sans l'option -r) et RFC1541 (avec l'option -r).
+draft-ietf-dhc-dhcp-09 (sans l'option -r) et RFC1541 (avec l'option
+- -r).
 
 Il obtient l'information sur l'hôte (adresse IP, masque réseau,
 adresse de diffusion, etc.) ŕ partir d'un serveur DHCP et configure
@@ -89,6 +91,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
 
 %build
 rm -f missing
@@ -102,7 +105,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_var}/lib/dhcpc
+install -d $RPM_BUILD_ROOT/var/lib/dhcpc
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
@@ -115,6 +118,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README AUTHORS ChangeLog NEWS
+%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dhcpc/dhcpcd.exe
 %attr(755,root,root) %{_sbindir}/dhcpcd
 %dir %{_var}/lib/dhcpc
 %{_mandir}/man8/dhcpcd.8*
@@ -125,13 +129,18 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2006/08/31 21:58:01  glen
+- fix ntp.conf path
+- package /etc/dhcpc/dhcpcd.exe (harmless but useful for making own)
+- rel 3
+
 Revision 1.56  2006/06/15 10:36:31  lmasko
 - Removed an old patch dhcpcd-paths_fixes.patch by kloczek -
   -e <etcDir> option works again.
 
 Revision 1.55  2006/01/22 19:17:06  pluto
 - updated to 2.0.1, gentoo has no essential patches.
-- relase 1 (i'm using this deamon and it seems to work).
+- release 1 (i'm using this deamon and it seems to work).
 
 Revision 1.54  2005/11/22 21:57:53  hawk
 - looks like dhcpcd has new maintainers, updated to 2.0.0, added URL
@@ -176,9 +185,9 @@
 
 Revision 1.41  2002/10/11 16:51:53  kloczek
 - release 155555: more fixes in paths_fixes patch:
--- fix dhcpcd nam page for inform about writing pid file is allways performed in
+- - fix dhcpcd nam page for inform about writing pid file is allways performed in
    /var/run,
--- more fixes for correct snprintf() output pid file name (by Przemyslaw Bialek
+- - more fixes for correct snprintf() output pid file name (by Przemyslaw Bialek
    <lobo at chello.pl>) in case const location in /var/run.
 
 Revision 1.40  2002/10/07 12:29:02  kloczek
@@ -215,12 +224,12 @@
 - updated to 1.3.22-pl1
 
 Revision 1.31  2002/05/21 23:12:47  kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
              s/^automake -a -c -f/\%\{__automake\}/; \
-	     s/^autoconf/\%\{__autoconf\}/"
+     s/^autoconf/\%\{__autoconf\}/"
 
 Revision 1.30  2002/04/25 16:11:31  arturs
-fixed a small typo
+- fixed a small typo
 
 Revision 1.29  2002/03/24 23:28:15  kloczek
 - perl -pi -e "s/^automake -a -c$/automake -a -c -f/"
@@ -244,7 +253,7 @@
 - embed -> BOOT
 
 Revision 1.23  2002/01/18 02:12:41  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.22  2001/11/10 00:58:21  kloczek
 - release 2,
@@ -258,28 +267,28 @@
 - added BOOT package
 
 Revision 1.19  2001/04/06 21:47:11  misiek
-1.3.20pl0; stb
+- 1.3.20pl0; stb
 
 Revision 1.18  2001/04/05 07:11:02  misiek
-1.3.19pl9; stb
+- 1.3.19pl9; stb
 
 Revision 1.17  2001/03/12 21:15:03  kloczek
 - added gzipping %doc.
 
 Revision 1.16  2001/03/12 09:04:38  misiek
-1.3.19pl8; stb
+- 1.3.19pl8; stb
 
 Revision 1.15  2001/02/25 00:57:14  misiek
-1.3.19pl7; stb
+- 1.3.19pl7; stb
 
 Revision 1.14  2000/10/22 12:52:28  misiek
-updated to 1.3.19-pl2
+- updated to 1.3.19-pl2
 
 Revision 1.13  2000/06/09 07:54:40  kloczek
-- more %%{__make} macros.
+- more %{__make} macros.
 
 Revision 1.12  2000/06/09 07:22:49  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.11  2000/05/18 17:35:47  kloczek
 - spec adapterized.
@@ -293,7 +302,7 @@
 - added passsing LDFLAGS="-s" for produce stripped binaries.
 
 Revision 1.8  2000/05/09 19:00:03  baggins
-- created /etc/dhcpc in %%install
+- created /etc/dhcpc in %install
 
 Revision 1.7  2000/05/09 18:36:31  baggins
 - more docs
@@ -316,7 +325,7 @@
 - removed duplicate empty lines
 
 Revision 1.2  2000/03/28 11:27:28  arturs
--added %description -l pl
+- added %description -l pl
 
 Revision 1.1  1999/08/19 20:07:25  baggins
-almost raw
+- almost raw
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dhcpcd.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list