]> git.pld-linux.org Git - packages/i8kutils.git/commitdiff
- optflags, removed COPYING from doc (just GPL)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 7 Oct 2004 10:30:39 +0000 (10:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    i8kutils.spec -> 1.8

i8kutils.spec

index 1e1cec4a953626aa5cdf832250cd4e5525e42f1c..0da25470d52906330cd34e031e3bf3f3c3afdeed 100644 (file)
@@ -1,4 +1,3 @@
-# TODO: optflags, check COPYING==GPL?
 Summary:       User-space programs for Dell Inspiron and Latitude laptops
 Summary(pl):   Programy przestrzeni u¿ytkownika dla laptopów Dell Inspiron i Latitude
 Name:          i8kutils
@@ -34,7 +33,9 @@ ch
 %setup -q
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -63,7 +64,7 @@ echo
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING README.i8kutils ./examples
+%doc README.i8kutils examples
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*.conf
 %attr(754,root,root) /etc/rc.d/init.d/i8kutils
 %attr(755,root,root) %{_bindir}/*
This page took 0.101052 seconds and 4 git commands to generate.