Added missing requirements.
This commit is contained in:
parent
0fe02280ff
commit
36328633e4
1 changed files with 7 additions and 4 deletions
11
adaptx.spec
11
adaptx.spec
|
|
@ -28,15 +28,13 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
%define _with_gcj_support 1
|
||||
|
||||
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
|
||||
|
||||
%define section free
|
||||
|
||||
Name: adaptx
|
||||
Version: 0.9.13
|
||||
Release: 2jpp_3fc
|
||||
Release: 3jpp.1
|
||||
Epoch: 0
|
||||
Summary: AdaptX
|
||||
License: Exolab Software License
|
||||
|
|
@ -69,6 +67,8 @@ Adaptx is an XSLT processor and XPath engine.
|
|||
%package javadoc
|
||||
Group: Development/Java
|
||||
Summary: Javadoc for %{name}
|
||||
Requires(post): /bin/rm,/bin/ln
|
||||
Requires(postun): /bin/rm
|
||||
|
||||
%description javadoc
|
||||
Javadoc for %{name}.
|
||||
|
|
@ -148,7 +148,7 @@ fi
|
|||
%{_javadir}/*
|
||||
|
||||
%if %{gcj_support}
|
||||
%attr(-,root,root) %{_libdir}/gcj/%{name}/adaptx-0.9.13.jar.*
|
||||
%attr(-,root,root) %{_libdir}/gcj/%{name}
|
||||
%endif
|
||||
|
||||
%files javadoc
|
||||
|
|
@ -160,6 +160,9 @@ fi
|
|||
%doc build/doc/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 03 2006 Deepak Bhole <dbhole@redhat.com> 0:0.9.13-3jpp.1
|
||||
- Added missing requirements.
|
||||
|
||||
* Sun Jul 23 2006 Deepak Bhole <dbhole@redhat.com> 0:0.9.13-2jpp_3fc
|
||||
- Adding missing dependency
|
||||
|
||||
|
|
|
|||
Reference in a new issue