rpms/videodog/devel videodog.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrick Laughton (jima) fedora-extras-commits at redhat.com
Tue Apr 25 16:54:41 UTC 2006


Author: jima

Update of /cvs/extras/rpms/videodog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11699/devel

Modified Files:
	.cvsignore sources 
Added Files:
	videodog.spec 
Log Message:
auto-import videodog-0.31-2 on branch devel from videodog-0.31-2.src.rpm


--- NEW FILE videodog.spec ---
Name:           videodog
Version:        0.31
Release:        2%{?dist}
Summary:        Command-line video4linux frame-grabber

Group:          Applications/Multimedia
License:        LGPL
URL:            http://paginas.terra.com.br/informatica/gleicon/video4linux/videodog.html
Source0:        http://paginas.terra.com.br/informatica/gleicon/video4linux/videodog%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libjpeg-devel

%description
VideoDog is a command line tool to grab frames from a 
Video4linux-compliant device. It can export a file in raw, PNM, or JPG 
formats. It can also do loop capture using multiple buffers, or just be 
used to set/retrieve device data or scripts.

%prep
%setup -q -n %{name}-%{version}


%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1 \
	$RPM_BUILD_ROOT%{_sysconfdir}
install -m 755 videodog $RPM_BUILD_ROOT%{_bindir}
install videodog.man $RPM_BUILD_ROOT%{_mandir}/man1/videodog.1
install -m 644 vd.conf $RPM_BUILD_ROOT%{_sysconfdir}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ALPHABLEND CHANGELOG CONFIG_FILE EFFECTS LICENSE MOTION README TODO USAGE
%config(noreplace) %{_sysconfdir}/vd.conf
%{_bindir}/videodog
%{_mandir}/man1/videodog.1*


%changelog
* Mon Apr 24 2006 Jima <jima at auroralinux.org> 0.31-2
- Cleaned up URLs as per Andreas Thienemann's recommendation

* Mon Apr 24 2006 Jima <jima at auroralinux.org> 0.31-1
- Initial Fedora Extras RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/videodog/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Apr 2006 16:54:19 -0000	1.1
+++ .cvsignore	25 Apr 2006 16:54:41 -0000	1.2
@@ -0,0 +1 @@
+videodog0.31.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/videodog/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Apr 2006 16:54:19 -0000	1.1
+++ sources	25 Apr 2006 16:54:41 -0000	1.2
@@ -0,0 +1 @@
+0bdc30ad64b5bbb602b351463bc26127  videodog0.31.tar.gz




More information about the scm-commits mailing list