SPECS: kernel-video-spca5xx.spec - update rpmbuild(macros) - remov...
rotom
rotom at pld-linux.org
Fri Mar 23 09:15:46 CET 2007
Author: rotom Date: Fri Mar 23 08:15:46 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- update rpmbuild(macros)
- remove smp stuff
---- Files affected:
SPECS:
kernel-video-spca5xx.spec (1.23 -> 1.24)
---- Diffs:
================================================================
Index: SPECS/kernel-video-spca5xx.spec
diff -u SPECS/kernel-video-spca5xx.spec:1.23 SPECS/kernel-video-spca5xx.spec:1.24
--- SPECS/kernel-video-spca5xx.spec:1.23 Tue Feb 13 09:06:37 2007
+++ SPECS/kernel-video-spca5xx.spec Fri Mar 23 09:15:40 2007
@@ -5,7 +5,6 @@
# Conditional build:
%bcond_without dist_kernel # allow non-distribution kernel
%bcond_without kernel # don't build kernel modules
-%bcond_without smp # don't build SMP module
%bcond_with verbose # verbose build (V=1)
%if !%{with kernel}
@@ -34,13 +33,13 @@
URL: http://mxhaard.free.fr/
%if %{with kernel}
%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.14}
-BuildRequires: rpmbuild(macros) >= 1.330
+BuildRequires: rpmbuild(macros) >= 1.379
%endif
BuildRequires: sed >= 4.0
Requires(post,postun): /sbin/depmod
%if %{with dist_kernel}
-%requires_releq_kernel_up
-Requires(postun): %releq_kernel_up
+%requires_releq_kernel
+Requires(postun): %releq_kernel
%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -60,37 +59,6 @@
Ten pakiet zawiera moduł jądra Linuksa.
-%package -n kernel%{_alt_kernel}-smp-video-spca5xx
-Summary: Linux SMP driver for spca5xx
-Summary(pl.UTF-8): Sterownik dla Linuksa SMP do spca5xx
-Release: %{_rel}@%{_kernel_ver_str}
-Group: Base/Kernel
-Requires(post,postun): /sbin/depmod
-%if %{with dist_kernel}
-%requires_releq_kernel_smp
-Requires(postun): %releq_kernel_smp
-%endif
-
-%description -n kernel%{_alt_kernel}-smp-video-spca5xx
-This is version %{_ver} the spca5xx video for linux (v4l) driver,
-providing support for webcams and digital cameras based on the spca5xx
-range of chips manufactured by SunPlus Sonix Z-star Vimicro Conexant
-Etoms and Transvision.
-
-This is driver for spca5xx for Linux.
-
-This package contains Linux SMP module.
-
-%description -n kernel%{_alt_kernel}-smp-video-spca5xx -l pl.UTF-8
-To jest wersja %{_ver} sterownika Video for Linux (v4l) spca5xx
-dodającego obsługę dla kamer i aparatów opartych na układach spca5xx
-produkowanych przez SunPlus Sonix Z-star Vimicro Conexant Etoms and
-Transvision.
-
-Sterownik dla Linuksa do spca5xx.
-
-Ten pakiet zawiera moduł jądra Linuksa SMP.
-
%prep
%setup -q -n spca5xx-%{_snap}
%patch0 -p1
@@ -119,24 +87,11 @@
%postun
%depmod %{_kernel_ver}
-%post -n kernel%{_alt_kernel}-smp-video-spca5xx
-%depmod %{_kernel_ver}smp
-
-%postun -n kernel%{_alt_kernel}-smp-video-spca5xx
-%depmod %{_kernel_ver}smp
-
%if %{with kernel}
%files
%defattr(644,root,root,755)
%doc CHANGELOG README README-TV8532 RGB-YUV-module-setting
/lib/modules/%{_kernel_ver}/kernel/drivers/media/video/spca5xx.ko*
-
-%if %{with smp} && %{with dist_kernel}
-%files -n kernel%{_alt_kernel}-smp-video-spca5xx
-%defattr(644,root,root,755)
-%doc CHANGELOG README README-TV8532 RGB-YUV-module-setting
-/lib/modules/%{_kernel_ver}smp/kernel/drivers/media/video/spca5xx.ko*
-%endif
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -145,6 +100,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2007/03/23 08:15:40 rotom
+- update rpmbuild(macros)
+- remove smp stuff
+
Revision 1.23 2007/02/13 08:06:37 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-video-spca5xx.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list