[dnssec-check] update the path fix patch

Wes Hardaker hardaker at fedoraproject.org
Mon Sep 8 16:48:35 UTC 2014


commit 4969e48b227ef201ab9fd6d0042a5f860238e8c4
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Mon Sep 8 09:48:28 2014 -0700

    update the path fix patch

 dnssec-check-fix-install-path.2.1.patch |   14 ++++++++++++++
 dnssec-check.spec                       |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/dnssec-check-fix-install-path.2.1.patch b/dnssec-check-fix-install-path.2.1.patch
new file mode 100644
index 0000000..1af897c
--- /dev/null
+++ b/dnssec-check-fix-install-path.2.1.patch
@@ -0,0 +1,14 @@
+diff --git a/dnssec-tools/dist/update-web-docs b/dnssec-tools/dist/update-web-docs
+index 65a7ad5..10825cb 100644
+--- a/dnssec-tools/validator/apps/dnssec-check/dnssec-check.pro
++++ b/dnssec-tools/validator/apps/dnssec-check/dnssec-check.pro
+@@ -72,6 +72,9 @@ unix:!symbian {
+ # Please do not modify the following two lines. Required for deployment.
+ include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
+ qtcAddDeployment()
++# the above file defaults to /opt
++installPrefix=/usr
++target.path=/usr/bin
+ 
+ # If your application uses the Qt Mobility libraries, uncomment
+ # the following lines and add the respective components to the 
diff --git a/dnssec-check.spec b/dnssec-check.spec
index 4c25182..d52490f 100644
--- a/dnssec-check.spec
+++ b/dnssec-check.spec
@@ -7,7 +7,7 @@ Group: Applications/Internet
 URL: http://www.dnssec-tools.org/
 Source0: https://www.dnssec-tools.org/download/%{name}-%{version}.tar.gz
 Source1: dnssec-check.desktop
-Patch1: dnssec-check-fix-install-path.1.12.patch
+Patch1: dnssec-check-fix-install-path.2.1.patch
 #Patch3: dnssec-check-add-missing-function-decl.1.12.1.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -28,7 +28,7 @@ and what was tested.
 %prep
 %setup -q 
 
-%patch1 -p1 -b .installpath
+%patch1 -p5 -b .installpath
 #%patch3 -p1 -b .fndecl
 
 %build


More information about the scm-commits mailing list