%n tzdata %v 96i %c * %l * %b * %d * %f * %t tzdata-96i.tgz %w Misc %% %setup patch -u -p1 <<'ENDPATCH' diff -ru2N tzdata-96i/Makefile tzdata-MCC/Makefile --- tzdata-96i/Makefile Thu Jan 1 01:00:00 1970 +++ tzdata-MCC/Makefile Sat Sep 7 01:45:26 1996 @@ -0,0 +1,27 @@ +LOCALTIME= Europe/London +POSIXRULES= Europe/London +TZDIR= /usr/share/zoneinfo +REDO= posix_only +YEARISTYPE= ./yearistype +YDATA= africa antarctica asia australasia \ + europe northamerica southamerica pacificnew etcetera factory \ + backward +NDATA= systemv +SDATA= solar87 solar88 solar89 +TDATA= $(YDATA) $(NDATA) $(SDATA) +SHELL= /bin/sh + +all: $(YEARISTYPE) + +install: all $(TDATA) $(REDO) + install -d -m 555 $(TZDIR) + zic -y $(YEARISTYPE) \ + -d $(TZDIR) -l $(LOCALTIME) -p $(POSIXRULES) + find $(TZDIR)|xargs chmod a+r-w + +yearistype: yearistype.sh + cp yearistype.sh yearistype + chmod +x yearistype + +posix_only: $(TDATA) + zic -y $(YEARISTYPE) -d $(TZDIR) -L /dev/null $(TDATA) ENDPATCH make * make install %%