SPECS: nozomi.spec - fix build - fix typo in %files
shadzik
shadzik at pld-linux.org
Wed May 2 19:11:16 CEST 2007
Author: shadzik Date: Wed May 2 17:11:16 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix build
- fix typo in %files
---- Files affected:
SPECS:
nozomi.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/nozomi.spec
diff -u SPECS/nozomi.spec:1.7 SPECS/nozomi.spec:1.8
--- SPECS/nozomi.spec:1.7 Wed May 2 18:54:47 2007
+++ SPECS/nozomi.spec Wed May 2 19:11:10 2007
@@ -49,8 +49,10 @@
%prep
%setup -q -c
%patch0 -p1
-
-echo 'obj-m += nozomi.o' > Makefile
+cat > Makefile <<'EOF'
+obj-m += nozomi.o
+nozomi-objs += kfifo.o
+EOF
%build
@@ -74,7 +76,7 @@
%files -n kernel%{_alt_kernel}-char-%{name}
%defattr(644,root,root,755)
%doc CHANGELOG readme todo
-/lib/modules/%{_kernel_ver}kernel/drivers/char/*.ko*
+/lib/modules/%{_kernel_ver}/kernel/drivers/char/*.ko*
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -83,6 +85,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2007/05/02 17:11:10 shadzik
+- fix build
+- fix typo in %files
+
Revision 1.7 2007/05/02 16:54:47 wolvverine
- %requires_releq_kernel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/nozomi.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list