--- plamo/01_minimum/old/libelf-20170611/PlamoBuild.libelf-0.8.13 2017-06-11 10:53:13.000000000 +0900 +++ plamo/01_minimum/libelf/PlamoBuild.libelf-0.8.13 2018-12-07 20:23:39.000000000 +0900 @@ -4,16 +4,17 @@ url="http://www.mr511.de/software/libelf-0.8.13.tar.gz" verify= digest= +branch= commitid= pkgbase=libelf vers=0.8.13 arch=`uname -m` -build=P4 +build=P6 src=$pkgbase-$vers patchfiles="" OPT_CONFIG="" DOCS="MANIFEST INSTALL README ChangeLog COPYING.LIB" -template=20170415 +template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -64,10 +65,11 @@ make install instroot=$P fi done + rm $P/usr/$libdir/libelf.so 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 setup_docdir convert_links @@ -77,7 +79,7 @@ tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/locale -name *.mo` 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