rpms/gspca/devel gspca.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 Makefile, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Leemhuis thl at rpmfusion.org
Thu Oct 2 19:32:41 CEST 2008


Author: thl

Update of /cvs/free/rpms/gspca/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19140

Modified Files:
	.cvsignore Makefile sources 
Added Files:
	gspca.spec 
Log Message:
inital import to rpmfusion


--- NEW FILE gspca.spec ---
Name:           gspca
Version:        1.00.20
Release:        2%{?dist}
Summary:        Common parts belonging to the gspca Webcam Kernel Module

Group:          System Environment/Kernel
License:        GPLv2+
URL:            http://mxhaard.free.fr/download.html
Source0:        http://mxhaard.free.fr/spca50x/Download/gspcav1-20071224.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       gspca-kmod >= %{version}
Provides:       gspca-kmod-common = %{version}-%{release}
BuildArch:      noarch

%description
This RPM contains the common parts belonging to the gspca Webcam Kernel Module,
which provides support for up to 260 different webcams not included in the
default kernel

%prep
%setup -c -q

%build
iconv -f ISO_8859-1 -t UTF-8 gspcav1-20071224/changelog --output gspcav1-20071224/changelog.utf8
cp -af gspcav1-20071224/changelog.utf8 gspcav1-20071224/changelog

%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc gspcav1-20071224/changelog

%changelog
* Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.00.20-2
- rebuild for rpm fusion

* Thu Dec 27 2007 Jonathan Dieter <jdieter at gmail.com> - 1.00.20-1
- Rebase to upstream

* Mon Nov  5 2007 Thorsten Leemhuis <fedora [AT] leemhuis.info> - 1.00.18-3
- create RPM_BUILD_ROOT during install, as find-debuginfo.sh from F8
  will complain otherwise

* Sun Nov  4 2007 Jonathan Dieter <jdieter at gmail.com> - 1.00.18-2
- Spec file cleanup

* Sun Oct 28 2007 Jonathan Dieter <jdieter at gmail.com> - 1.00.18-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gspca/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Sep 2008 16:44:46 -0000	1.1
+++ .cvsignore	2 Oct 2008 17:32:41 -0000	1.2
@@ -0,0 +1 @@
+gspcav1-20071224.tar.gz


Index: Makefile
===================================================================
RCS file: /cvs/free/rpms/gspca/devel/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	30 Sep 2008 16:44:46 -0000	1.1
+++ Makefile	2 Oct 2008 17:32:41 -0000	1.2
@@ -1,18 +1,18 @@
-# Makefile for source rpm: gspca
+# Makefile for source rpm: ntfs-kmod
 # $Id$
 NAME := gspca
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ../../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/.svn/entries -a -w $$/Makefile.common ] ; then cd $$d ; svn -q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
+MAKEFILE_COMMON	:= $(shell $(find-makefile-common))
 
 ifeq ($(MAKEFILE_COMMON),)
 # attept a checkout
 define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+test -f .svn/entries && { svn -q checkout $$(svn info |grep '^URL :'|cut -d' ' -f 3|cut -d/ -f -4)/common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' directory module." ; exit -1 ; } >&2
 endef
 
 MAKEFILE_COMMON := $(shell $(checkout-makefile-common))


Index: sources
===================================================================
RCS file: /cvs/free/rpms/gspca/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Sep 2008 16:44:46 -0000	1.1
+++ sources	2 Oct 2008 17:32:41 -0000	1.2
@@ -0,0 +1 @@
+14853ba1f4edc1e685039fca56e5ebf2  gspcav1-20071224.tar.gz



More information about the rpmfusion-commits mailing list