Browse Source

upload: pod-mode 0.5-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@750 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 years ago
parent
commit
3d81e20649
2 changed files with 5 additions and 1 deletions
  1. 1 0
      p/pod-mode/pod-mode-install.sh
  2. 4 1
      p/pod-mode/pod-mode-vl.spec

+ 1 - 0
p/pod-mode/pod-mode-install.sh

@@ -17,6 +17,7 @@ case "${FLAVOR}" in
     emacs)
     ;;
     *) 
+    echo -n "install/${PACKAGE}: Byte-compiling for ${FLAVOR} ..."
     install -m 755 -d ${ELCDIR}
     cd ${ELDIR}
     cp *.el ${ELCDIR}

+ 4 - 1
p/pod-mode/pod-mode-vl.spec

@@ -8,7 +8,7 @@ Summary:      A major mode for editing .pod-files in (X)Emacs
 Summary(ja):  (X)Emacs で POD ファイルを編集するためのメジャーモード
 Name:         %{origname}
 Version:      %{origver}
-Release:      1%{?_dist_release}
+Release:      2%{?_dist_release}
 
 Source0:      http://search.cpan.org/CPAN/authors/id/S/SC/SCHWIGON/pod-mode/pod-mode-%{version}.tgz
 Source1:      %{origname}-install.sh
@@ -110,6 +110,9 @@ fi
 
 
 %changelog
+* Tue Apr  6 2010 IWAI, Masaharu <iwai@alib.jp> 0.5-2
+- correct output message on js2-mode-install.sh (SOURCE1)
+
 * Mon Dec 21 2009 IWAI, Masaharu <iwai@alib.jp> 0.5-1
 - new upstream release
 - apply vine-default