SPECS: setpwc.spec (NEW) - NEW

sparky sparky at pld-linux.org
Wed Nov 22 19:09:39 CET 2006


Author: sparky                       Date: Wed Nov 22 18:09:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW

---- Files affected:
SPECS:
   setpwc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/setpwc.spec
diff -u /dev/null SPECS/setpwc.spec:1.1
--- /dev/null	Wed Nov 22 19:09:39 2006
+++ SPECS/setpwc.spec	Wed Nov 22 19:09:34 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+
+Summary:	Utility for setting parameters of pwc-based webcams
+Name:		setpwc
+Version:	1.1
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	http://www.vanheusden.com/setpwc/%{name}-%{version}.tgz
+# Source0-md5:	acc0266534c5dc13ad1153ec890c1b8d
+Patch0:		%{name}-Makefile.patch
+URL:		http://www.vanheusden.com/setpwc/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+With setpwc you can set and list various settings of Philips (and
+compatible) WebCams with the 'PWC chipset'.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	OPTCFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install setpwc $RPM_BUILD_ROOT%{_bindir}
+install setpwc.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc readme.txt
+%attr(755,root,root) %{_bindir}/setpwc
+%{_mandir}/man1/setpwc.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/11/22 18:09:34  sparky
+- NEW
+
================================================================


More information about the pld-cvs-commit mailing list