Author: shadzik Date: Wed Dec 6 04:58:47 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 3.0.0 - patch0 obsoleted by new ntp-path.patch - no config file
---- Files affected: SPECS: dhcpcd.spec (1.58 -> 1.59) ---- Diffs: ================================================================ Index: SPECS/dhcpcd.spec diff -u SPECS/dhcpcd.spec:1.58 SPECS/dhcpcd.spec:1.59 --- SPECS/dhcpcd.spec:1.58 Thu Oct 12 23:15:45 2006 +++ SPECS/dhcpcd.spec Wed Dec 6 05:58:40 2006 @@ -7,15 +7,14 @@ Summary(pt_BR): Servidor DHCPC Summary(tr): DHCPC sunucu süreçi (daemon) Name: dhcpcd -Version: 2.0.1 -Release: 3 +Version: 3.0.0 +Release: 1 License: GPL v2 Group: Networking/Daemons #Source0Download: http://developer.berlios.de/project/filelist.php?group_id=4229 Source0: http://download.berlios.de/dhcpcd/%{name}-%{version}.tar.bz2 -# Source0-md5: c5766aafd51f581c2b2c8620b26f5e02 -Patch0: %{name}-ntpdrift-66136.patch -Patch1: %{name}-ntp-path.patch +# Source0-md5: 1b4348187f45cd604d31b9e9b3c19bab +Patch0: %{name}-ntp-path.patch URL: http://developer.berlios.de/projects/dhcpcd/ BuildRequires: autoconf BuildRequires: automake @@ -92,15 +91,11 @@ %prep %setup -q %patch0 -p0 -%patch1 -p1 %build -rm -f missing -%{__aclocal} -%{__autoconf} -%{__automake} -%configure -%{__make} all \ +%{__make} \ + CFLAGS="%{rpmcflags}" \ + LDFLAGS="%{rpmldflags}" \ mandir=%{_mandir} \ sbindir=%{_sbindir} @@ -118,8 +113,8 @@ %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 +%doc ChangeLog +#%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* @@ -130,6 +125,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.59 2006/12/06 04:58:40 shadzik +- up to 3.0.0 +- patch0 obsoleted by new ntp-path.patch +- no config file + Revision 1.58 2006/10/12 21:15:45 qboosh - added download URL (2.0.8 there) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dhcpcd.spec?r1=1.58&r2=1.59&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
