SPECS: acx100.spec - cutting ChangeLog, - fixed %prep, %build, %in...
cieciwa
cieciwa at pld-linux.org
Wed Apr 12 12:19:35 CEST 2006
Author: cieciwa Date: Wed Apr 12 10:19:35 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cutting ChangeLog,
- fixed %prep, %build, %install, %files.
---- Files affected:
SPECS:
acx100.spec (1.49 -> 1.50)
---- Diffs:
================================================================
Index: SPECS/acx100.spec
diff -u SPECS/acx100.spec:1.49 SPECS/acx100.spec:1.50
--- SPECS/acx100.spec:1.49 Wed Apr 12 11:55:12 2006
+++ SPECS/acx100.spec Wed Apr 12 12:19:29 2006
@@ -73,6 +73,7 @@
# kernel module(s)
cd %{name}-%{version}
#cd src
+install -d modules/{up,smp}
for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}; do
if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
exit 1
@@ -104,7 +105,7 @@
M=$PWD O=$PWD/o \
%{?with_verbose:V=1}
- mv acx{,-$cfg}.ko
+ mv acx.ko modules/$cfg/
done
%install
@@ -144,14 +145,14 @@
%files -n kernel-net-acx100
%defattr(644,root,root,755)
-%doc ChangeLog README TODO doc/*
+%doc %{name}-%{version}/Changelog %{name}-%{version}/README
%dir %{_datadir}/acx
/lib/modules/%{_kernel_ver}/misc/*.ko*
%if %{with smp}
%files -n kernel-smp-net-acx100
%defattr(644,root,root,755)
-%doc ChangeLog README TODO doc/*
+%doc %{name}-%{version}/Changelog %{name}-%{version}/README
%dir %{_datadir}/acx
/lib/modules/%{_kernel_ver}smp/misc/*.ko*
%endif
@@ -162,6 +163,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.50 2006/04/12 10:19:29 cieciwa
+- cutting ChangeLog,
+- fixed %prep, %build, %install, %files.
+
Revision 1.49 2006/04/12 09:55:12 cieciwa
- update again ...
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/acx100.spec?r1=1.49&r2=1.50&f=u
More information about the pld-cvs-commit
mailing list