[darktable] fixed spec file for canon eos digital rebel patch

Germano Massullo germano at fedoraproject.org
Mon Mar 23 15:33:17 UTC 2015


commit 65301760f2925b6fee9f988b47c56fe2cf0bb781
Author: Germano Massullo <germano.massullo at gmail.com>
Date:   Mon Mar 23 16:32:58 2015 +0100

    fixed spec file for canon eos digital rebel patch

 darktable.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/darktable.spec b/darktable.spec
index bd0b125..625e18c 100644
--- a/darktable.spec
+++ b/darktable.spec
@@ -10,6 +10,7 @@ Group: Applications/Multimedia
 License: GPLv3+
 URL: http://darktable.sourceforge.net/
 Source0: %{name}-%{version}-nopatents.tar.xz
+
 # darktable contains patented code (DXT/S3TC/Squish) that we cannot ship.
 # Therefore we use this script to remove the patented code before
 # shipping it.
@@ -17,6 +18,7 @@ Source0: %{name}-%{version}-nopatents.tar.xz
 # tarball's directory:
 # ./dartabke-generate-nopatents-tarball.sh <version> 
 Source1: darktable-generate-nopatents-tarball.sh
+Patch0: darktable-patch.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -65,8 +67,8 @@ It also enables you to develop raw images and enhance them.
 
 %prep
 %setup -q -n %{name}-%{version}
-Patch0: darktable-patch.patch
-%patch0 -p 0
+
+%patch0 -p 1
 
 %build
 mkdir %{_target_platform} 


More information about the scm-commits mailing list