diff --git a/jsch.spec b/jsch.spec index 35a887a..22bb372 100644 --- a/jsch.spec +++ b/jsch.spec @@ -1,6 +1,6 @@ Name: jsch Version: 0.1.53 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pure Java implementation of SSH2 Group: Development/Libraries License: BSD @@ -41,6 +41,7 @@ Summary: Javadoc for %{name} %prep %setup -q +%mvn_file : jsch %pom_xpath_remove pom:project/pom:build/pom:extensions @@ -66,7 +67,9 @@ zip target/%{name}-%{version}.jar plugin.properties %license LICENSE.txt %changelog +* Fri Jun 5 2015 Alexander Kurtakov 0.1.53-2 +- Revert jsch.jar to not be in javadir subdir. + * Fri Jun 5 2015 Alexander Kurtakov 0.1.53-1 - Update to 0.1.53 - Build with xmvn. -