[fswebcam/f14/master] Fixed patch entry

Fabian Affolter fab at fedoraproject.org
Wed Sep 1 19:38:48 UTC 2010


commit f80b1c89f0b09b2bf67b8bb54a4a030591d5b88b
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Wed Sep 1 21:38:17 2010 +0200

    Fixed patch entry

 fswebcam.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/fswebcam.spec b/fswebcam.spec
index c1fbced..39c9a5b 100644
--- a/fswebcam.spec
+++ b/fswebcam.spec
@@ -7,8 +7,8 @@ Group:          Applications/System
 License:        GPLv2
 URL:            http://www.firestorm.cx/fswebcam/
 Source0:        http://www.firestorm.cx/%{name}/files/%{name}-%{version}.tar.gz
-Patch0:         fswebcam-font.patch
-Patch1:         fswebcam-man.patch
+Patch0:         %{name}-font.patch
+Patch1:         %{name}-man.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gd-devel
@@ -21,8 +21,8 @@ device, and overlaying a caption or image.
 
 %prep
 %setup -q
-%patch0 -p0 -b .font
-%patch0 -p0 -b .man
+%patch0 -p1 -b .font
+%patch1 -p1 -b .man
 
 
 %build


More information about the scm-commits mailing list