]> git.pld-linux.org Git - packages/etad.git/commitdiff
- pass CC, CFLAGS
authordarekr <darekr@pld-linux.org>
Sun, 16 Apr 2006 11:39:47 +0000 (11:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etad.spec -> 1.14

etad.spec

index 24f41a4e8c0e7ffc12cfac2c2777ec3b72a7c610..9b31a90e87fa11e77e9b5d958ed63094e50778f2 100644 (file)
--- a/etad.spec
+++ b/etad.spec
@@ -3,7 +3,7 @@ Summary(pl):    Program zarz
 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
@@ -33,7 +33,9 @@ awarii zasilania.
 %patch0 -p1
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -56,8 +58,7 @@ fi
 
 %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
This page took 0.066738 seconds and 4 git commands to generate.