SPECS: tzdata.spec - be more like glibc.spec

glen glen at pld-linux.org
Wed May 17 14:57:05 CEST 2006


Author: glen                         Date: Wed May 17 12:57:05 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- be more like glibc.spec

---- Files affected:
SPECS:
   tzdata.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/tzdata.spec
diff -u SPECS/tzdata.spec:1.7 SPECS/tzdata.spec:1.8
--- SPECS/tzdata.spec:1.7	Tue May 16 23:49:58 2006
+++ SPECS/tzdata.spec	Wed May 17 14:56:58 2006
@@ -3,7 +3,7 @@
 Summary(pl):	Dane o strefach czasowych
 Name:		tzdata
 Version:	2006g
-Release:	1
+Release:	2
 License:	GPL
 Group:		Base
 Source0:	%{name}-base-0.tar.bz2
@@ -69,6 +69,13 @@
 %{__make} check
 echo ====================TESTING END=====================
 
+# glibc.spec didn't keep it. so won't here either.
+rm -rf $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posix
+# behave more like glibc.spec
+ln -sf %{_sysconfdir}/localtime	$RPM_BUILD_ROOT%{_datadir}/zoneinfo/localtime
+ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixtime
+ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixrules
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -88,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/05/17 12:56:58  glen
+- be more like glibc.spec
+
 Revision 1.7  2006/05/16 21:49:58  glen
 - separate zoneinfo_right like in glibc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tzdata.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list