[jinput] Update to latest subversion snapshot. Patch the POM to exclude dependencies on the Windows and OSX p

Jerry James jjames at fedoraproject.org
Thu Mar 7 16:51:38 UTC 2013


commit 4457cb7b95f73f0bdd10730ca6ba1cfab3e26edc
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Thu Mar 7 09:51:13 2013 -0700

    Update to latest subversion snapshot.
    Patch the POM to exclude dependencies on the Windows and OSX plugins.

 001_jinput_build.patch |   23 +++++++++++++++++++++++
 jinput.spec            |    8 ++++++--
 sources                |    2 +-
 3 files changed, 30 insertions(+), 3 deletions(-)
---
diff --git a/001_jinput_build.patch b/001_jinput_build.patch
index 99d02fb..18d3edb 100644
--- a/001_jinput_build.patch
+++ b/001_jinput_build.patch
@@ -86,3 +86,26 @@
  
  		<filter token="VERSION" value="${mvn.version}"/>		
  		<copy tofile="dist/jinput-${mvn.version}.pom" filtering="true">
+--- jinput.pom.orig	2011-03-22 15:35:43.000000000 -0600
++++ jinput.pom	2013-03-07 09:38:35.671705409 -0700
+@@ -37,19 +37,5 @@
+ 			<classifier>natives-linux</classifier>
+ 			<scope>runtime</scope>
+ 		</dependency>
+-		<dependency>
+-			<groupId>net.java.jinput</groupId>
+-			<artifactId>jinput-platform</artifactId>
+-			<version>@VERSION@</version>
+-			<classifier>natives-windows</classifier>
+-			<scope>runtime</scope>
+-		</dependency>
+-		<dependency>
+-			<groupId>net.java.jinput</groupId>
+-			<artifactId>jinput-platform</artifactId>
+-			<version>@VERSION@</version>
+-			<classifier>natives-osx</classifier>
+-			<scope>runtime</scope>
+-		</dependency>
+ 	</dependencies>
+ </project>
+\ No newline at end of file
diff --git a/jinput.spec b/jinput.spec
index 039e21d..bde9e74 100644
--- a/jinput.spec
+++ b/jinput.spec
@@ -1,6 +1,6 @@
 Name:           jinput
 Version:        2.0.6
-Release:        3.20110801svn%{?dist}
+Release:        4.20130225svn%{?dist}
 Summary:        Java Game Controller API
 
 Group:          Development/Libraries
@@ -10,7 +10,7 @@ URL:            http://java.net/projects/jinput
 # Also, some (non-Linux) plugin code is non-free.  As long as we are deleting
 # non-free plugins, we also delete plugins for non-Linux operating systems.
 # Create the source tarball as follows:
-# svn export -r 247 https://svn.java.net/svn/jinput~svn/trunk jinput-2.0.6
+# svn export -r 249 https://svn.java.net/svn/jinput~svn/trunk jinput-2.0.6
 # rm -rf jinput-2.0.6/plugins/{OSX,windows,wintab}
 # tar cJf jinput-2.0.6.tar.xz jinput-2.0.6
 Source0:        %{name}-%{version}.tar.xz
@@ -128,6 +128,10 @@ ant versiontest
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Mar  7 2013 Jerry James <loganjerry at gmail.com> - 2.0.6-4.20130225svn
+- Update to latest subversion snapshot
+- Patch the POM to exclude dependencies on the Windows and OSX plugins
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.6-3.20110801svn
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index f392747..4138953 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da6176a38e76e0b0cbc974f469e7a77e  jinput-2.0.6.tar.xz
+14d80d455985600385214ad5be47a438  jinput-2.0.6.tar.xz


More information about the scm-commits mailing list