SPECS: hunt.spec - pass CC, more docs
darekr
darekr at pld-linux.org
Sun Apr 2 10:54:32 CEST 2006
Author: darekr Date: Sun Apr 2 08:54:32 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CC, more docs
---- Files affected:
SPECS:
hunt.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/hunt.spec
diff -u SPECS/hunt.spec:1.14 SPECS/hunt.spec:1.15
--- SPECS/hunt.spec:1.14 Wed May 28 14:59:05 2003
+++ SPECS/hunt.spec Sun Apr 2 10:54:27 2006
@@ -4,7 +4,7 @@
Name: hunt
Version: 1.5
Release: 2
-License: GPL
+License: GPL v2
Group: Networking/Utilities
Source0: ftp://ftp.gncz.cz/pub/linux/hunt/%{name}-%{version}.tgz
# Source0-md5: 5a8886784d1668a8518d5562bfd01ae7
@@ -22,7 +22,9 @@
%setup -q
%build
-%{__make} CFLAGS="%{rpmcflags} -Wall -D_REENTRANT"
+%{__make} \
+ CFLAGS="%{rpmcflags} -Wall -D_REENTRANT" \
+ CC="%{__cc}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -36,7 +38,7 @@
%files
%defattr(644,root,root,755)
-%doc README*
+%doc CHANGES README* TODO
%attr(755,root,root) %{_bindir}/hunt
%{_mandir}/man1/*
@@ -46,6 +48,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2006/04/02 08:54:27 darekr
+- pass CC, more docs
+
Revision 1.14 2003/05/28 12:59:05 malekith
- massive attack: source-md5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/hunt.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list