remove unnecessary dependency on parent POM
This commit is contained in:
parent
3eb33f40b4
commit
bbf2273323
@ -1,6 +1,6 @@
|
|||||||
Name: jsch
|
Name: jsch
|
||||||
Version: 0.1.54
|
Version: 0.1.54
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Pure Java implementation of SSH2
|
Summary: Pure Java implementation of SSH2
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.jcraft.com/jsch/
|
URL: http://www.jcraft.com/jsch/
|
||||||
@ -22,7 +22,6 @@ Source2: plugin.properties
|
|||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(com.jcraft:jzlib)
|
BuildRequires: mvn(com.jcraft:jzlib)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
|
|
||||||
Requires: jzlib >= 0:1.0.5
|
Requires: jzlib >= 0:1.0.5
|
||||||
@ -43,6 +42,9 @@ Summary: Javadoc for %{name}
|
|||||||
%setup -q
|
%setup -q
|
||||||
%mvn_file : jsch
|
%mvn_file : jsch
|
||||||
|
|
||||||
|
# remove unnecessary dependency on parent POM
|
||||||
|
%pom_remove_parent
|
||||||
|
|
||||||
%pom_remove_plugin :maven-javadoc-plugin
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
|
|
||||||
%pom_xpath_remove pom:project/pom:build/pom:extensions
|
%pom_xpath_remove pom:project/pom:build/pom:extensions
|
||||||
@ -73,6 +75,9 @@ zip target/%{name}-%{version}.jar plugin.properties
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.54-14
|
||||||
|
- Remove unnecessary dependency on parent POM.
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.54-13
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.54-13
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user