Revert jsch.jar to not be in javadir subdir.
This commit is contained in:
parent
ea9a6906b7
commit
28bb1a4352
@ -1,6 +1,6 @@
|
|||||||
Name: jsch
|
Name: jsch
|
||||||
Version: 0.1.53
|
Version: 0.1.53
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Pure Java implementation of SSH2
|
Summary: Pure Java implementation of SSH2
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -41,6 +41,7 @@ Summary: Javadoc for %{name}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%mvn_file : jsch
|
||||||
|
|
||||||
%pom_xpath_remove pom:project/pom:build/pom:extensions
|
%pom_xpath_remove pom:project/pom:build/pom:extensions
|
||||||
|
|
||||||
@ -66,7 +67,9 @@ zip target/%{name}-%{version}.jar plugin.properties
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 5 2015 Alexander Kurtakov <akurtako@redhat.com> 0.1.53-1
|
||||||
- Update to 0.1.53
|
- Update to 0.1.53
|
||||||
- Build with xmvn.
|
- Build with xmvn.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user