Author: qboosh Date: Tue Dec 25 12:31:29 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - pass proper CC - package CHANGELOG - GPL v2
---- Files affected: SPECS: dhcp-helper.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/dhcp-helper.spec diff -u SPECS/dhcp-helper.spec:1.6 SPECS/dhcp-helper.spec:1.7 --- SPECS/dhcp-helper.spec:1.6 Tue Dec 25 13:29:35 2007 +++ SPECS/dhcp-helper.spec Tue Dec 25 13:31:24 2007 @@ -4,7 +4,7 @@ Name: dhcp-helper Version: 0.7 Release: 1 -License: GPL +License: GPL v2 Group: Networking/Daemons Source0: http://thekelleys.org.uk/dhcp-helper/%{name}-%{version}.tar.gz # Source0-md5: 840636145f4b15b92cdca4ad1d6810e9 @@ -29,6 +29,7 @@ %build %{__make} \ + CC="%{__cc}" \ CFLAGS="%{rpmcflags}" %install @@ -58,11 +59,11 @@ %files %defattr(644,root,root,755) -%doc README +%doc CHANGELOG README %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/dhcp-helper %attr(754,root,root) /etc/rc.d/init.d/dhcp-helper -%attr(755,root,root) %{_sbindir}/* -%{_mandir}/man*/* +%attr(755,root,root) %{_sbindir}/dhcp-helper +%{_mandir}/man8/dhcp-helper.8* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -70,6 +71,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007-12-25 12:31:24 qboosh +- pass proper CC +- package CHANGELOG +- GPL v2 + Revision 1.6 2007-12-25 12:29:35 qboosh - cosmetics, killed invalid _sysconfdir usage ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dhcp-helper.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
