]> git.pld-linux.org Git - packages/tzdata.git/commitdiff
- be more like glibc.spec auto/ac/tzdata-2006g-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 17 May 2006 12:56:58 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tzdata.spec -> 1.8

tzdata.spec

index e1ed721a1df10c2b764d056ae198e9fa96d315ad..623343e0f8836b288a0fc7ff81b314f44d23dac6 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Timezone data
 Summary(pl):   Dane o strefach czasowych
 Name:          tzdata
 Version:       2006g
-Release:       1
+Release:       2
 License:       GPL
 Group:         Base
 Source0:       %{name}-base-0.tar.bz2
@@ -68,6 +68,13 @@ echo ====================TESTING=========================
 %{__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
 
This page took 0.031891 seconds and 4 git commands to generate.