Browse Source

update: html-helper-mode 2.19.1.1-6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@775 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 years ago
parent
commit
4296c7b3cd

+ 1 - 1
h/html-helper-mode/html-helper-mode-install.sh

@@ -63,7 +63,7 @@ case "${FLAVOR}" in
 
 	gzip -9 ${ELCDIR}/CompilationLog
 
-	#cp -a ${ELDIR}/${STARTFILE} ${STARTDIR}/55${STARTFILE};
+	ln -sf ${ELDIR}/${STARTFILE} ${STARTDIR}/75${STARTFILE};
 	echo " done."
 	;;
 esac

+ 1 - 1
h/html-helper-mode/html-helper-mode-remove.sh

@@ -29,7 +29,7 @@ case "${FLAVOR}" in
 	*)
 	echo -n "remove/${PACKAGE}: Handling removal of emacsen flavor ${FLAVOR} ..."
 	rm -rf ${ELCDIR}
-#	rm -f ${STARTDIR}/55${STARTFILE}*
+	rm -f ${STARTDIR}/75${STARTFILE}*
 	echo " done."
 	;;
     *)

+ 2 - 1
h/html-helper-mode/html-helper-mode-vl.spec

@@ -89,7 +89,7 @@ mkdir -p %{buildroot}%{emacsen_pkgdir}/remove
 #
 # install el files
 # 
-cp -a html-helper-mode.el tempo.el HHM-MK \
+cp -a html-helper-mode.el tempo.el HHM-MK %{SOURCE11} %{SOURCE12} \
       ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp/%{origname}
 
 #
@@ -142,6 +142,7 @@ rm -rf ${RPM_BUILD_DIR}/%{origname}-%{origver}
 - apply vine-default
  - add vine-default (Source11)
  - add init.el (Source12)
+ - update html-helper-mode-{install,removce}.sh for init.el file
 - using %%{emacsen_pkgdir} macro
 - update %%description