SPECS: recover.spec - pass CC="%{__cc}"
sparky
sparky at pld-linux.org
Sun Feb 26 21:21:08 CET 2006
Author: sparky Date: Sun Feb 26 20:21:08 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CC="%{__cc}"
---- Files affected:
SPECS:
recover.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/recover.spec
diff -u SPECS/recover.spec:1.14 SPECS/recover.spec:1.15
--- SPECS/recover.spec:1.14 Wed May 28 15:01:39 2003
+++ SPECS/recover.spec Sun Feb 26 21:21:02 2006
@@ -24,7 +24,9 @@
%setup -q
%build
-%{__make} CFLAGS="%{rpmcflags} -x c"
+%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags} -x c"
%install
rm -rf $RPM_BUILD_ROOT
@@ -51,6 +53,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2006/02/26 20:21:02 sparky
+- pass CC="%{__cc}"
+
Revision 1.14 2003/05/28 13:01:39 malekith
- massive attack: source-md5
@@ -61,38 +66,36 @@
- updated to 1.3c
Revision 1.11 2002/11/29 22:46:17 ankry
-- massive attack: new %%doc
+- massive attack: new %doc
Revision 1.10 2002/02/22 23:29:40 kloczek
- removed all Group fields translations (our rpm now can handle translating
Group field using gettext).
Revision 1.9 2002/01/18 02:14:47 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
Revision 1.8 2001/04/30 16:05:29 kloczek
-- added using %%{rpmcflags} macro.
+- added using %{rpmcflags} macro.
Revision 1.7 2001/03/07 23:27:39 misiek
-1.3; stb
+- 1.3; stb
Revision 1.6 2001/02/17 17:19:13 misiek
-URL changes
+- URL changes
Revision 1.5 2001/01/25 20:03:48 misiek
-Massive attack. We use -O0 instead -O flags while debug enabled.
+- Massive attack. We use -O0 instead -O flags while debug enabled.
Revision 1.4 2000/12/23 00:48:46 michuz
-- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
+- changed %{!?debug:...}%{?debug...} to %{?debug:...}%{!?debug...}
(now it's more C like)
Revision 1.3 2000/12/10 14:58:56 misiek
-fixed bug introduced by kloczek
+- fixed bug introduced by kloczek
Revision 1.2 2000/12/06 20:19:54 kloczek
- cosmetics.
Revision 1.1 2000/12/06 20:10:42 misiek
-tool for recovering files from ext2 partition
-
-
+- tool for recovering files from ext2 partition
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/recover.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list