Browse Source

--force-log

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7755 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 10 years ago
parent
commit
29a8760273
1 changed files with 9 additions and 4 deletions
  1. 9 4
      g/gnupg/gnupg-vl.spec

+ 9 - 4
g/gnupg/gnupg-vl.spec

@@ -1,7 +1,7 @@
 Summary: A GNU utility for secure communication and data storage.
 Summary(ja): GNU 版の RFC2440 (OpenPGP) 公開鍵暗号プログラム
 Name: gnupg
-Version: 1.4.11
+Version: 1.4.14
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
@@ -46,12 +46,12 @@ RFC2440 に規定された OpenPGP 規格に準拠しています。GnuPG は特
 %prep
 %setup -q
 
-mv po/ja.po po/ja.po.orig
-cp -f %{SOURCE2} po/ja.po
+#mv po/ja.po po/ja.po.orig
+#cp -f %{SOURCE2} po/ja.po
 autoreconf
 
 %build
-%configure --enable-shared --enable-ldap --disable-mailto \
+%configure --enable-ldap --disable-mailto \
 	--without-libcurl \
 	--program-transform-name='' --program-prefix='' --program-suffix='' \
 	--libexecdir=%{_libdir}
@@ -107,6 +107,11 @@ fi
 
 
 %changelog
+* Sat Aug 10 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.14-1
+- new upstream release
+- deleted unrecognized %%configure option: --enable-shared
+- did not generate Vine custom .po
+
 * Mon Apr  4 2011 IWAI, Masaharu <iwai@alib.jp> 1.4.11-1
 - new upstream release
 - update ja.po (Source2)