Revert jsch.jar to not be in javadir subdir.
This commit is contained in:
parent
ea9a6906b7
commit
28bb1a4352
@ -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 <akurtako@redhat.com> 0.1.53-2
|
||||
- Revert jsch.jar to not be in javadir subdir.
|
||||
|
||||
* Fri Jun 5 2015 Alexander Kurtakov <akurtako@redhat.com> 0.1.53-1
|
||||
- Update to 0.1.53
|
||||
- Build with xmvn.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user