Remove unneeded BR: maven-idea-plugin
This commit is contained in:
parent
4e1e6c15cd
commit
b17ad3b613
1 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: This package provides an api to work with html file upload
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
|
|
@ -22,7 +22,6 @@ BuildRequires: maven-antrun-plugin
|
|||
BuildRequires: maven-assembly-plugin
|
||||
BuildRequires: maven-compiler-plugin
|
||||
BuildRequires: maven-doxia-sitetools
|
||||
BuildRequires: maven-idea-plugin
|
||||
BuildRequires: maven-install-plugin
|
||||
BuildRequires: maven-jar-plugin
|
||||
BuildRequires: maven-javadoc-plugin
|
||||
|
|
@ -124,6 +123,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
|||
# -----------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-3
|
||||
- Remove unneeded BR: maven-idea-plugin
|
||||
|
||||
* Thu Apr 18 2013 Severin Gehwolf <sgehwolf@redhat.com> 1.3-2
|
||||
- Use pom macros over patch.
|
||||
- Remove surefire maven plugin since tests are skipped anyway.
|
||||
|
|
|
|||
Reference in a new issue