delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
542efc4e91
commit
b82faee5b3
@ -1,6 +1,6 @@
|
|||||||
Name: gmavenplus-plugin
|
Name: gmavenplus-plugin
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 8
|
Release: 9
|
||||||
Summary: Integrates Groovy into Maven projects
|
Summary: Integrates Groovy into Maven projects
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://groovy.github.io/GMavenPlus/
|
URL: http://groovy.github.io/GMavenPlus/
|
||||||
@ -22,7 +22,7 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
|||||||
BuildRequires: mvn(org.fusesource.jansi:jansi) mvn(org.mockito:mockito-all)
|
BuildRequires: mvn(org.fusesource.jansi:jansi) mvn(org.mockito:mockito-all)
|
||||||
BuildRequires: mvn(ch.qos.logback:logback-classic)
|
BuildRequires: mvn(ch.qos.logback:logback-classic)
|
||||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils) git
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ Obsoletes: gmavenplus-plugin-javadoc < %{version}-%{release}
|
|||||||
This package contains javadoc for gmavenplus-plugin.
|
This package contains javadoc for gmavenplus-plugin.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n GMavenPlus-%{version} -p1 -S git
|
%autosetup -n GMavenPlus-%{version} -p1
|
||||||
|
|
||||||
%pom_remove_plugin :maven-clean-plugin
|
%pom_remove_plugin :maven-clean-plugin
|
||||||
%pom_remove_plugin :maven-dependency-plugin
|
%pom_remove_plugin :maven-dependency-plugin
|
||||||
@ -73,6 +73,9 @@ rm README.markdown.orig
|
|||||||
%files help -f .mfiles-javadoc
|
%files help -f .mfiles-javadoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5-9
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Thu Jun 3 2021 baizhonggui <baizhonggui@huawei.com> - 1.5-8
|
* Thu Jun 3 2021 baizhonggui <baizhonggui@huawei.com> - 1.5-8
|
||||||
- Fix building error: /usr/bin/git: No such file or directory
|
- Fix building error: /usr/bin/git: No such file or directory
|
||||||
- Add git in BuildRequires
|
- Add git in BuildRequires
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user