]> git.pld-linux.org Git - packages/i8kutils.git/blobdiff - i8kutils.spec
- rel 0.4
[packages/i8kutils.git] / i8kutils.spec
index 1e1cec4a953626aa5cdf832250cd4e5525e42f1c..88734aa2c7a9bdd4b37faa281caf4d3f19078ebd 100644 (file)
@@ -1,9 +1,8 @@
-# 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
 Version:       1.25
-Release:       0.2
+Release:       0.4
 License:       GPL
 Group:         Applications/System
 Source0:       http://people.debian.org/~dz/i8k/%{name}_%{version}.tar.gz
@@ -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.058646 seconds and 4 git commands to generate.