SPECS: weeder.spec - pass CC
glen
glen at pld-linux.org
Fri May 19 19:30:52 CEST 2006
Author: glen Date: Fri May 19 17:30:52 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CC
---- Files affected:
SPECS:
weeder.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/weeder.spec
diff -u SPECS/weeder.spec:1.4 SPECS/weeder.spec:1.5
--- SPECS/weeder.spec:1.4 Fri Jun 17 23:42:25 2005
+++ SPECS/weeder.spec Fri May 19 19:30:47 2006
@@ -3,7 +3,7 @@
Summary(pl): Weeder - narzędzie do identyfikowania plików binarnych
Name: weeder
Version: 0.9.7
-Release: 0.9
+Release: 1
Epoch: 0
License: GPL
Group: Applications/Console
@@ -36,9 +36,11 @@
%patch0 -p1
%build
+# don't remove trailing slash from DATADIR
%{__make} -C src \
DATADIR=%{_datadir}/ \
- CFLAGS="%{rpmcflags}"
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}" \
%install
rm -rf $RPM_BUILD_ROOT
@@ -70,6 +72,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2006/05/19 17:30:47 glen
+- pass CC
+
Revision 1.4 2005/06/17 21:42:25 glen
- really apply %patch0
- move old data from /var/weeder
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/weeder.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list