Name: gideo %define name2 Gideo Version: 0.1 Release: 1%{?dist} Group: Applications/Multimedia License: GPL Source: http://mxhaard.free.fr/spca50x/Download/%{name2}-%{version}.tar.gz Patch0: icon.patch URL: http://mxhaard.free.fr/index.html BuildRoot: %{_tmppath}/%{name2}-%{version}-%{release}-buildroot Prefix: %{_prefix} #BuildArch: i686 Requires: libjpeg libpng SDL SDL_image Requires: ORBit2 libgnomeui libgnome GConf2 gtk2 cairo libgnomecanvas libbonobo freetype atk BuildRequires: libjpeg-devel SDL-devel SDL_image-devel cairo-devel libxml2-devel BuildRequires: libgnomeui-devel GConf2-devel gtk2-devel ORBit2-devel libbonobo-devel freetype-devel atk-devel BuildRequires: libgnomecanvas-devel Summary: A GTK video grabber designed with spca5xx components. %description This package work with the spca5xx based webcam with the raw data feature. All the decoding is in user space with spcadecoder in kernel space. %prep %setup -q -n %{name2}-%{version} %patch0 -p1 -b .icon %build %configure make %install make install DESTDIR=%{buildroot} mkdir -p %{buildroot}/usr/share/applications cp %{buildroot}%{_datadir}/gnome/apps/Applications/%{name2}.desktop \ %{buildroot}%{_datadir}/applications/%{name}.desktop %clean rm -rf %{buildroot} rm -rf %{_builddir}/%{name}%{version} %files %defattr(-,root,root) %doc ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README TODO %exclude /usr/doc %{_bindir}/%{name} %exclude %{_datadir}/gnome/apps/Applications/%{name2}.desktop %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name2}/*.png %changelog * Fri Dec 08 2006 Paulo Roma 0.1-1 - Initial spec file.