Browse Source

updated simple-hatena-mode-vl.spec: do not byte-compile simple-hatena-mode.el (simple-hatena-mode-install.sh)

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3521 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
de75fb76f4

+ 3 - 3
s/simple-hatena-mode/simple-hatena-mode-install.sh

@@ -23,9 +23,9 @@ case "${FLAVOR}" in
     cp *.el ${ELCDIR}
     FILES="${SOURCES}"
     cd ${ELCDIR}
-    ${FLAVOR} ${FLAGS} ${FILES} > ${ELCDIR}/CompilationLog 2>&1
-    rm -f ${SOURCES}
-    gzip -9 ${ELCDIR}/CompilationLog
+    # ${FLAVOR} ${FLAGS} ${FILES} > ${ELCDIR}/CompilationLog 2>&1
+    # rm -f ${SOURCES}
+    # gzip -9 ${ELCDIR}/CompilationLog
 
     ln -sf ${ELDIR}/${STARTFILE} ${STARTDIR}/95${STARTFILE};
     echo " done."

+ 4 - 1
s/simple-hatena-mode/simple-hatena-mode-vl.spec

@@ -1,5 +1,5 @@
 %define origver  0.15
-%define rel      1
+%define rel      2
 %define svn_rev  8462
 
 %define _noVersionedDependencies	1
@@ -108,5 +108,8 @@ fi
 
 
 %changelog
+* Sun Apr 17 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.15-2.svn8462
+- do not byte-compile simple-hatena-mode.el (simple-hatena-mode-install.sh)
+
 * Wed Apr 07 2010 IWAI, Masaharu <iwai@alib.jp> 0.15-1.svn8462
 - first release for Vine Linux