Browse Source

html-helper-mode 2.19.1.1-7

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

+ 3 - 2
h/html-helper-mode/html-helper-mode-install.sh

@@ -22,6 +22,7 @@ ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
 
 STARTDIR=/etc/${FLAVOR}/site-start.d
 STARTFILE="${PACKAGE}-init.el";
+VDELFILE="vine-default-${PACKAGE}.el"
 
 SITELISP=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
 
@@ -55,10 +56,10 @@ case "${FLAVOR}" in
     # Byte compile
     (cd ${ELDIR}
 	${FLAVOR} ${EFLAGS}   > ${ELCDIR}/CompilationLog 2>&1
-	install -m0644 *.elc /usr/share/${FLAVOR}/site-lisp/${PACKAGE} \
-                              > ${ELCDIR}/CompilationLog 2>&1
+	install -m0644 *.elc ${ELCDIR} > ${ELCDIR}/CompilationLog 2>&1
 	rm -f *.elc           > ${ELCDIR}/CompilationLog 2>&1
 	rm -f ${ELCDIR}/*.el
+	install -m0644 ${VDELFILE} ${ELCDIR} > ${ELCDIR}/CompilationLog 2>&1
     )
 
 	gzip -9 ${ELCDIR}/CompilationLog

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

@@ -2,14 +2,14 @@
 %define       prereq_ge()   %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
 %define       origname      html-helper-mode
 %define       origver       2.19.1.1
-%define       release       6%{?_dist_release}
+%define       release       7
 %define       emacsen_pkgdir /usr/lib/emacsen-common/packages
 
 # Main
 Summary: Major mode for editing HTML (for Emacsen)
 Name: %{origname}
 Version: %{origver}
-Release: %{release}
+Release: %{release}%{?_dist_release}
 License: GPLv2+
 Group: Applications/Editors/Emacs
 URL: http://www.santafe.edu/~nelson/tools/
@@ -138,6 +138,9 @@ rm -rf ${RPM_BUILD_DIR}/%{origname}-%{origver}
 %{emacsen_pkgdir}/remove/%{origname}
 
 %changelog
+* Mon Apr 19 2010 IWAI, Masaharu <iwai@alib.jp> 2.19.1.1-7
+- fix html-helper-mode-install.sh: installing vine-default file
+
 * Wed Apr  7 2010 IWAI, Masaharu <iwai@alib.jp> 2.19.1.1-6
 - apply vine-default
  - add vine-default (Source11)