SPECS: etad.spec - pass CC, CFLAGS
darekr
darekr at pld-linux.org
Sun Apr 16 13:39:52 CEST 2006
Author: darekr Date: Sun Apr 16 11:39:52 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CC, CFLAGS
---- Files affected:
SPECS:
etad.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/etad.spec
diff -u SPECS/etad.spec:1.13 SPECS/etad.spec:1.14
--- SPECS/etad.spec:1.13 Mon Dec 12 16:19:32 2005
+++ SPECS/etad.spec Sun Apr 16 13:39:47 2006
@@ -4,7 +4,7 @@
Name: etad
Version: 1.0
Release: 1
-License: GPL
+License: GPL v2
Group: Networking/Daemons
Source0: http://www.eta.com.pl/download/%{name}-%{version}.tar.gz
# Source0-md5: 0e9c2b96a24153ad23bf0c2c7680dbd5
@@ -34,7 +34,9 @@
%patch0 -p1
%build
-%{__make}
+%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -57,8 +59,7 @@
%files
%defattr(644,root,root,755)
-%doc README
-%doc manual.html
+%doc README manual.html
%attr(755,root,root) %{_sbindir}/*
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/etad
%attr(754,root,root) /etc/rc.d/init.d/etad
@@ -69,6 +70,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2006/04/16 11:39:47 darekr
+- pass CC, CFLAGS
+
Revision 1.13 2005/12/12 15:19:32 glen
- adapterized (sorted %verify flags)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/etad.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list