File missing from tarball

This commit is contained in:
Matthias Clasen 2008-01-29 14:50:14 +00:00
parent e12c07e50a
commit 6867656c3d
2 changed files with 6 additions and 0 deletions

4
cheese-bugreport.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
echo "Cheese log:"
cat $HOME/.gnome2/cheese/log

View File

@ -7,6 +7,7 @@ Group: Amusements/Graphics
License: GPLv2+ License: GPLv2+
URL: http://live.gnome.org/Cheese URL: http://live.gnome.org/Cheese
Source0: http://download.gnome.org/sources/cheese/2.21/%{name}-%{version}.tar.bz2 Source0: http://download.gnome.org/sources/cheese/2.21/%{name}-%{version}.tar.bz2
Source1: cheese-bugreport.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel >= 2.10.0 BuildRequires: gtk2-devel >= 2.10.0
@ -40,6 +41,7 @@ gstreamer-backend.
%prep %prep
%setup -q %setup -q
cp %{SOURCE1} data
%build %build
%configure %configure