Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > b315ae9207e68b2e94b426cec947c801 > files > 2

camE-1.9-2mdk.src.rpm

%define name	camE
%define version 1.9
%define release 2mdk

Name:		%{name}
Version:	%{version}
Release:	%{release}
Summary:	A rewrite of the xawtv webcam app, which adds imlib2 support
License:	GPL
Group:		Video
Source:		http://linuxbrit.co.uk/downloads/%{name}-%{version}.tar.bz2
URL:		http://linuxbrit.co.uk/camE
BuildRequires:	giblib-devel
BuildRequires:	imlib2-devel
BuildRequires:	freetype-devel
BuildRequires:	curl-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
camE is a rewrite of the xawtv webcam app, which adds imlib2 support and
thus many new possibilities.

%prep
%setup -q

%build
perl -pi -e 's/-O3 -g -Wall/\$(RPM_OPT_FLAGS) -DFALSE=0 -DTRUE=1/' Makefile
%make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS COPYING *.style example.camErc*
%{_bindir}/%{name}

%changelog
* Thu Jul 28 2005 Guillaume Rousse <guillomovitch@mandriva.org> 1.9-2mdk 
- spec cleanup
- fixed summary

* Wed Jul  7 2004 Guillaume Rousse <guillomovitch@mandrakesoft.com> 1.9-1mdk
- New release 1.9
- rpmbuildupdate aware

* Fri Jul 02 2004 Guillaume Rousse <guillomovitch@mandrake.org> 1.7-2mdk 
- rebuild for new curl

* Fri Dec 12 2003 Guillaume Rousse <guillomovitch@mandrake.org> 1.7-1mdk
- new version

* Mon Jun 23 2003 Guillaume Rousse <guillomovitch@linux-mandrake.com> 1.6-1mdk
- 1.6  

* Fri Apr 25 2003 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.5-2mdk
- fixed buildrequires (Stefan van der Eijk <stefan@eijk.nu>)

* Sat Mar 29 2003 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.5-1mdk
- 1.5

* Tue Feb 25 2003 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.4-1mdk
- 1.4

* Tue Feb 11 2003 Guillaume Rousse <g.rousse@linux-mandrake.com> 1.3-1mdk
- first mdk release, spec stolen from Matthias Saou <matthias.saou@est.une.marmotte.net>