File missing from tarball
This commit is contained in:
parent
e12c07e50a
commit
6867656c3d
4
cheese-bugreport.sh
Normal file
4
cheese-bugreport.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Cheese log:"
|
||||||
|
cat $HOME/.gnome2/cheese/log
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user