SPECS: pwc.spec - typos :(
sparky
sparky at pld-linux.org
Thu Sep 15 18:15:14 CEST 2005
Author: sparky Date: Thu Sep 15 16:15:14 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- typos :(
---- Files affected:
SPECS:
pwc.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/pwc.spec
diff -u SPECS/pwc.spec:1.4 SPECS/pwc.spec:1.5
--- SPECS/pwc.spec:1.4 Sun Sep 11 16:43:21 2005
+++ SPECS/pwc.spec Thu Sep 15 18:15:08 2005
@@ -7,10 +7,10 @@
%bcond_without userspace # don't build userspace package
%bcond_with verbose # verbose build (V=1)
#
-%define _modile_file_name pwc-unofficial.ko
+%define _module_file_name pwc-unofficial.ko
#
-Summary: PWC - decompressor modules for Philips USB webcams
-Summary(pl): PWC - moduły dekompresujące obraz z kamer internetowych Philipsa
+Summary: PWC - module with decompressor for Philips USB webcams
+Summary(pl): PWC - moduł z dekompresorem obrazu dla kamer internetowych Philipsa
Name: pwc
Version: 10.0.7a
%define _rel 1
@@ -25,12 +25,11 @@
%{?with_dist_kernel:BuildRequires: kernel-module-build >= 2.6.7}
BuildRequires: rpmbuild(macros) >= 1.153
%endif
-BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Decompresor module for Philips webcams, this allows you to use higher
-resoluwion and framerate. Working cameras:
+Module with decompressor for Philips webcams, this allows you to use
+higher resolution and framerate. Working cameras:
- Philips: PCA645VC and 646VC, "Vesta", "Vesta Pro", "Vesta Scan",
"ToUCam XS" (PCVC720K/40,/20 is supported by ov511), "ToUCam Fun",
"ToUCam Pro", "ToUCam Scan", "ToUCam II", "ToUCam Pro II"
@@ -43,8 +42,9 @@
- Visionite VCS UM100 and VCS UC300
%description -l pl
-Moduł dekompresujący obraz z kamer na układzie Philipsa. Pozwala na
-uzyskanie większej rozdzielczości i ilości klatek. Obsługiwane kamery:
+Moduł z dekompresorem obrazu dla kamer na układzie Philipsa. Pozwala
+na uzyskanie większej rozdzielczości i ilości klatek. Obsługiwane
+kamery:
- Philips: PCA645VC and 646VC, "Vesta", "Vesta Pro", "Vesta Scan",
"ToUCam XS" (PCVC720K/40, K/20 działa z ov511), "ToUCam Fun",
"ToUCam Pro", "ToUCam Scan", "ToUCam II", "ToUCam Pro II"
@@ -70,13 +70,13 @@
This is driver for Philips USB webcams for Linux.
This package contains Linux module.
-File is called %{_modile_file_name}.
+File is called %{_module_file_name}.
%description -n kernel-video-pwc -l pl
Sterownik dla Linuksa do kamer internetowych Philipsa.
Ten pakiet zawiera moduł jądra Linuksa.
-Plik nazywa się %{_modile_file_name}.
+Plik nazywa się %{_module_file_name}.
%package -n kernel-smp-video-pwc
Summary: Linux SMP driver for Philips USB webcams
@@ -92,13 +92,13 @@
This is driver for Philips USB webcams for Linux.
This package contains Linux SMP module.
-File is called %{_modile_file_name}.
+File is called %{_module_file_name}.
%description -n kernel-smp-video-pwc -l pl
Sterownik dla Linuksa do kamer internetowych Philipsa.
Ten pakiet zawiera moduł jądra Linuksa SMP.
-Plik nazywa się %{_modile_file_name}.
+Plik nazywa się %{_module_file_name}.
%prep
%setup -q
@@ -139,10 +139,10 @@
%if %{with kernel}
install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/kernel/drivers/usb/media
install pwc-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
- $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/drivers/usb/media/%{_modile_file_name}
+ $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/drivers/usb/media/%{_module_file_name}
%if %{with smp} && %{with dist_kernel}
install pwc-smp.ko \
- $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/drivers/usb/media/%{_modile_file_name}
+ $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/drivers/usb/media/%{_module_file_name}
%endif
%endif
@@ -164,12 +164,12 @@
%if %{with kernel}
%files -n kernel-video-pwc
%defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}/kernel/drivers/usb/media/%{_modile_file_name}*
+/lib/modules/%{_kernel_ver}/kernel/drivers/usb/media/%{_module_file_name}*
%if %{with smp} && %{with dist_kernel}
%files -n kernel-smp-video-pwc
%defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}smp/kernel/drivers/usb/media/%{_modile_file_name}*
+/lib/modules/%{_kernel_ver}smp/kernel/drivers/usb/media/%{_module_file_name}*
%endif
%endif
@@ -185,6 +185,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2005/09/15 16:15:08 sparky
+- typos :(
+
Revision 1.4 2005/09/11 14:43:21 sparky
- updated to 10.0.7a - this package is not useless as pwc.ko in kernel has
no decompressor (again)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/pwc.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list