--- plamo/04_xapps/emacs.txz/old/emacs-20170606/PlamoBuild.emacs-24.5 2017-06-06 20:54:01.000000000 +0900 +++ plamo/04_xapps/emacs.txz/emacs/PlamoBuild.emacs-24.5 2018-08-17 10:53:19.000000000 +0900 @@ -5,17 +5,18 @@ ftp://plamo.linet.gr.jp/pub/Plamo-src/plamo/04_xapps/emacs.txz/emacs/wb-line-number.el" verify= digest= +branch= commitid= pkgbase=emacs vers=24.5 arch=`uname -m` -build=P4 +build=P5 src=$pkgbase-$vers patchfiles="" OPT_CONFIG="--with-x-toolkit=gtk3 --without-rsvg --without-imagemagick --without-gsettings --without-selinux" DOCS="README INSTALL COPYING BUGS ChangeLog" -template=20170415 +template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -82,11 +83,11 @@ install -m 644 $W/wb-line-number.el $P/usr/share/emacs/site-lisp touch $W/i.et cd $W - find $P ! -type l -newer i.st ! -newer i.et \ - -exec touch -t `date '+%m%d0900'` {} \; + TZ=UTC find $P ! -type l -newer i.st ! -newer i.et \ + -exec touch -t `date -u '+%m%d0000'` {} \; compress strip_bindir $P/usr/libexec/emacs/$vers/* - touch -t `date '+%m%d0900'` $P/usr/libexec/emacs/$vers/* + TZ=UTC touch -t `date -u '+%m%d0000'` $P/usr/libexec/emacs/$vers/* setup_docdir convert_links tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` @@ -99,7 +100,7 @@ tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2` tar rvpf $pkg.tar -C $P usr/share/doc/$src tar rvpf $pkg.tar -C $P install/doinst.sh - touch -t `date '+%m%d0900'` $pkg.tar ; xz $pkg.tar ; touch $pkg.tar.xz - mv $pkg.tar.xz $pkg.txz + TZ=UTC touch -t `date -u '+%m%d0000'` $pkg.tar + xz $pkg.tar ; touch $pkg.tar.xz ; mv $pkg.tar.xz $pkg.txz cleanup fi