Author: lisu Date: Tue Sep 8 08:01:40 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 5.1.0 - run configure before make - sbindir -> SBINDIR - cosmetics
---- Files affected: packages/dhcpcd: dhcpcd.spec (1.105 -> 1.106) ---- Diffs: ================================================================ Index: packages/dhcpcd/dhcpcd.spec diff -u packages/dhcpcd/dhcpcd.spec:1.105 packages/dhcpcd/dhcpcd.spec:1.106 --- packages/dhcpcd/dhcpcd.spec:1.105 Mon Aug 3 16:44:11 2009 +++ packages/dhcpcd/dhcpcd.spec Tue Sep 8 10:01:34 2009 @@ -7,12 +7,12 @@ Summary(pt_BR.UTF-8): Servidor DHCPC Summary(tr.UTF-8): DHCPC sunucu süreçi (daemon) Name: dhcpcd -Version: 5.0.7 +Version: 5.1.0 Release: 1 License: BSD Group: Networking/Daemons Source0: http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2 -# Source0-md5: 1c85790576deb6106879430b24e1fa9c +# Source0-md5: beb430d11f982881ce3d824643467490 URL: http://roy.marples.name/dhcpcd BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -88,14 +88,15 @@ %setup -q %build +%configure %{__make} \ CC="%{__cc}" \ CFLAGS="%{rpmcflags}" \ LDFLAGS="%{rpmcflags} %{rpmldflags}" \ - mandir=%{_mandir} \ - sbindir=%{_sbindir} \ - LIBEXECDIR=%{_libdir}/%{name} \ - DBDIR=/var/lib/dhcpcd + mandir="%{_mandir}" \ + SBINDIR="%{_sbindir}" \ + LIBEXECDIR="%{_libdir}/%{name}" \ + DBDIR="/var/lib/dhcpcd" %install rm -rf $RPM_BUILD_ROOT @@ -103,10 +104,10 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ - mandir=%{_mandir} \ - sbindir=%{_sbindir} \ - LIBEXECDIR=%{_libdir}/%{name} \ - DBDIR=/var/lib/dhcpcd + mandir="%{_mandir}" \ + SBINDIR="%{_sbindir}" \ + LIBEXECDIR="%{_libdir}/%{name}" \ + DBDIR="/var/lib/dhcpcd" touch $RPM_BUILD_ROOT%{_sysconfdir}/dhcpcd.{enter-hook,exit-hook} @@ -131,6 +132,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.106 2009/09/08 08:01:34 lisu +- up to 5.1.0 +- run configure before make +- sbindir -> SBINDIR +- cosmetics + Revision 1.105 2009/08/03 14:44:11 lisu - 5.0.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dhcpcd/dhcpcd.spec?r1=1.105&r2=1.106&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
