fix requires
This commit is contained in:
parent
90d9868a31
commit
e2036f8cc0
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: xmlenc
|
||||
Version: 0.53
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Light-weight XML output library for Java
|
||||
License: BSD
|
||||
# http://xmlenc.sourceforge.net/
|
||||
|
|
@ -19,7 +19,7 @@ BuildRequires: maven-surefire-provider-junit4
|
|||
# required by enforcer-plugin
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-common-artifact-filters)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components)
|
||||
Requires: java-devel >= 1:1.6.0
|
||||
Requires: java >= 1:1.6.0
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
|
@ -53,6 +53,9 @@ find . -name "*.jar" -type f -delete
|
|||
%doc COPYRIGHT.txt
|
||||
|
||||
%changelog
|
||||
* Mon Jul 01 2013 gil cattaneo <puntogil@libero.it> 0.53-6
|
||||
- fix requires
|
||||
|
||||
* Mon Jul 01 2013 gil cattaneo <puntogil@libero.it> 0.53-5
|
||||
- switch to XMvn, minor changes to adapt to current guideline
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue