Missing requires jpackage-utils added
This commit is contained in:
parent
1caebca573
commit
3d05e87ef9
1 changed files with 9 additions and 1 deletions
10
adaptx.spec
10
adaptx.spec
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
Name: adaptx
|
||||
Version: 0.9.13
|
||||
Release: 7%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: AdaptX XSLT processor and XPath engine
|
||||
License: BSD
|
||||
Group: Applications/Text
|
||||
|
|
@ -55,6 +55,7 @@ BuildRequires: xerces-j2
|
|||
Requires: log4j
|
||||
Requires: xml-commons-apis
|
||||
Requires: xerces-j2
|
||||
Requires: jpackage-utils
|
||||
Requires(pre): jpackage-utils
|
||||
Requires(postun): jpackage-utils
|
||||
%if ! %{gcj_support}
|
||||
|
|
@ -74,6 +75,7 @@ Adaptx is an XSLT processor and XPath engine.
|
|||
%package javadoc
|
||||
Group: Documentation
|
||||
Summary: Javadoc for %{name}
|
||||
Requires: jpackage-utils
|
||||
Requires(post): /bin/rm,/bin/ln
|
||||
Requires(postun): /bin/rm
|
||||
|
||||
|
|
@ -170,6 +172,12 @@ fi
|
|||
%doc build/doc/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 11 2010 Peter Lemenkov <lemenkov@gmail.com> - 0.9.13-9
|
||||
- Added missing requires jpackage-utils
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.13-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.13-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue