diff --git a/EMBOSS.spec b/EMBOSS.spec index ae2bf3a..e23d3a0 100644 --- a/EMBOSS.spec +++ b/EMBOSS.spec @@ -70,23 +70,23 @@ The %{name}-libs package includes the dynamic libraries necessary for %{name}. -%package -n jemboss -Summary: Java interface to %{name} -Group: Applications/Engineering -Requires: %{name} = %{version}-%{release} -Requires: java >= 1:1.6.0 -Requires: jpackage-utils -Requires: axis jaf javamail jakarta-commons-discovery jakarta-commons-logging -Requires: log4j regexp servlet xerces-j2 wsdl4j +#%package -n jemboss +#Summary: Java interface to %{name} +#Group: Applications/Engineering +#Requires: %{name} = %{version}-%{release} +#Requires: java >= 1:1.6.0 +#Requires: jpackage-utils +#Requires: axis jaf javamail jakarta-commons-discovery jakarta-commons-logging +#Requires: log4j regexp servlet xerces-j2 wsdl4j -%description -n jemboss -Jemboss is a Java interface to EMBOSS, developed at -the HGMP-RC and in close collaboration with the EMBOSS -development team. It is distributed as part of the EMBOSS -software. +#%description -n jemboss +#Jemboss is a Java interface to EMBOSS, developed at +#the HGMP-RC and in close collaboration with the EMBOSS +#development team. It is distributed as part of the EMBOSS +#software. -Documentation on Jemboss can be found at: -http://www.hgmp.mrc.ac.uk/Software/EMBOSS/Jemboss/ +#Documentation on Jemboss can be found at: +#http://www.hgmp.mrc.ac.uk/Software/EMBOSS/Jemboss/ %prep @@ -181,9 +181,9 @@ popd mv $RPM_BUILD_ROOT%{_bindir}/chaos $RPM_BUILD_ROOT%{_bindir}/em_chaos #install the desktop file -desktop-file-install \ ---dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ -%{SOURCE2} +#desktop-file-install \ +#--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ +#%{SOURCE2} %clean @@ -212,18 +212,19 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %{_includedir}/EMBOSS + %files libs %defattr(-,root,root,-) %{_libdir}/*.so.* -%files -n jemboss -%defattr(-,root,root,-) -%doc jemboss/README jemboss/resources jemboss/api -%{_bindir}/runJemboss.csh -%{_bindir}/jembossctl -%{_datadir}/applications/jemboss.desktop -%{_datadir}/EMBOSS/jemboss +#%files -n jemboss +#%defattr(-,root,root,-) +#%doc jemboss/README jemboss/resources jemboss/api +#%{_bindir}/runJemboss.csh +#%{_bindir}/jembossctl +#%{_datadir}/applications/jemboss.desktop +#%{_datadir}/EMBOSS/jemboss %changelog