Author: aredridel Date: Sun Feb 8 06:46:27 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - package tzfile.h
---- Files affected: SPECS: tzdata.spec (1.61 -> 1.62) ---- Diffs: ================================================================ Index: SPECS/tzdata.spec diff -u SPECS/tzdata.spec:1.61 SPECS/tzdata.spec:1.62 --- SPECS/tzdata.spec:1.61 Fri Jan 23 19:29:25 2009 +++ SPECS/tzdata.spec Sun Feb 8 07:46:21 2009 @@ -58,6 +58,12 @@ Nie potrzebujesz tego. Szczegóły pod: <http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html>. +%package devel +Summary: tzfile header +Group: Development/Libraries + +%description devel + %prep %setup -qc mv tzdata/* . @@ -80,6 +86,7 @@ %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 @@ -101,6 +108,8 @@ > $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 @@ -158,12 +167,18 @@ %defattr(644,root,root,755) %{_datadir}/zoneinfo/right +%files devel +%{_includedir}/tzfile.h + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2009/02/08 06:46:21 aredridel +- package tzfile.h + Revision 1.61 2009/01/23 18:29:25 adamg - updated to 2009a (both tzcode and tzdata) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tzdata.spec?r1=1.61&r2=1.62&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
