[libphidget] Patched makefile.am so it =does not try to create /usr/share/java

rmattes rmattes at fedoraproject.org
Tue Mar 15 04:13:49 UTC 2011


commit cf764240a4e80bddde4bfdeed38587f5d0b361c2
Author: Rich Mattes <richmattes at gmail.com>
Date:   Mon Mar 14 23:41:01 2011 -0400

    Patched makefile.am so it =does not try to create /usr/share/java

 libphidget.spec                |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libphidget-2.1.8.javadir.patch b/libphidget-2.1.8.javadir.patch
new file mode 100644
index 0000000..e69de29
diff --git a/libphidget.spec b/libphidget.spec
index b5623d1..e2ba766 100644
--- a/libphidget.spec
+++ b/libphidget.spec
@@ -9,6 +9,8 @@ URL:            http://www.phidgets.com
 Source0:        http://www.phidgets.com/downloads/libraries/libphidget_%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0:         libphidget-2.1.8.javadir.patch
+
 BuildRequires:  avahi-devel
 BuildRequires:  avahi-compat-libdns_sd-devel
 BuildRequires:  java-devel >= 1:1.6.0
@@ -46,6 +48,7 @@ libphidget API.
 
 %prep
 %setup -q
+%patch0 -p0
 # These headers are supplied by the avahi-compat-libdns_sd-devel package
 # We can get rid of the bundled ones
 rm -rf linux/avahi-*


More information about the scm-commits mailing list