From 9550cc22c652417259387dd3380e114a9b0a6413 Mon Sep 17 00:00:00 2001 From: aredridel Date: Sun, 8 Feb 2009 06:46:21 +0000 Subject: [PATCH] - package tzfile.h Changed files: tzdata.spec -> 1.62 --- tzdata.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tzdata.spec b/tzdata.spec index f6d6694..af4ff7e 100644 --- a/tzdata.spec +++ b/tzdata.spec @@ -57,6 +57,12 @@ No lo necesita. Encontrará los detalles en: Nie potrzebujesz tego. Szczegóły pod: . +%package devel +Summary: tzfile header +Group: Development/Libraries + +%description devel + %prep %setup -qc mv tzdata/* . @@ -79,6 +85,7 @@ grep -v tz-art.htm tzcode/tz-link.htm > tzcode/tz-link.html %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d} +install -d $RPM_BUILD_ROOT%{_includedir} %{__make} install @@ -100,6 +107,8 @@ ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixrules > $RPM_BUILD_ROOT/etc/localtime +install tzcode/tzfile.h $RPM_BUILD_ROOT%{_includedir}/tzfile.h + install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/timezone cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/timezone @@ -156,3 +165,6 @@ fi %files zoneinfo_right %defattr(644,root,root,755) %{_datadir}/zoneinfo/right + +%files devel +%{_includedir}/tzfile.h -- 2.44.0