Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9090530f49 | ||
|
|
81a72c92e5 | ||
|
|
f251e900b2 |
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: apache-commons-fileupload
|
||||
Version: 1.3.2
|
||||
Release: 3%{?dist}
|
||||
Release: 3.1%{?dist}
|
||||
Summary: API to work with HTML file upload
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/fileupload/
|
||||
|
|
@ -19,6 +19,9 @@ BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
|||
BuildRequires: mvn(javax.portlet:portlet-api)
|
||||
%endif
|
||||
|
||||
Provides: jakarta-commons-fileupload = 1:%{version}-%{release}
|
||||
Obsoletes: jakarta-commons-fileupload < 1:1.2.1-2
|
||||
|
||||
%description
|
||||
The javax.servlet package lacks support for RFC-1867, HTML file
|
||||
upload. This package provides a simple to use API for working with
|
||||
|
|
|
|||
Reference in a new issue