Author: adamg Date: Sun Feb 8 15:02:02 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - spaces->tabs where needed - pl summary, pl/en description for devel - install tzfile.h man page / doc - missing defattr
---- Files affected: SPECS: tzdata.spec (1.62 -> 1.63) ---- Diffs: ================================================================ Index: SPECS/tzdata.spec diff -u SPECS/tzdata.spec:1.62 SPECS/tzdata.spec:1.63 --- SPECS/tzdata.spec:1.62 Sun Feb 8 07:46:21 2009 +++ SPECS/tzdata.spec Sun Feb 8 16:01:56 2009 @@ -59,10 +59,15 @@ <http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html>. %package devel -Summary: tzfile header -Group: Development/Libraries +Summary: tzfile header +Summary(pl.UTF-8): nagłówek tzfile +Group: Development/Libraries %description devel +Header file for timezone database. + +%description devel -l pl.UTF-8 +Plik nagłówkowy bazy danych stref czasowych. %prep %setup -qc @@ -87,6 +92,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d} install -d $RPM_BUILD_ROOT%{_includedir} +install -d $RPM_BUILD_ROOT%{_mandir}/man5 %{__make} install @@ -108,7 +114,9 @@ > $RPM_BUILD_ROOT/etc/localtime +# header file install tzcode/tzfile.h $RPM_BUILD_ROOT%{_includedir}/tzfile.h +install tzcode/tzfile.5 $RPM_BUILD_ROOT%{_mandir}/man5 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/timezone cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/timezone @@ -168,7 +176,10 @@ %{_datadir}/zoneinfo/right %files devel +%defattr(644,root,root,755) +%doc tzcode/tzfile.5.txt %{_includedir}/tzfile.h +%{_mandir}/man5/tzfile.5* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -176,6 +187,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.63 2009/02/08 15:01:56 adamg +- spaces->tabs where needed +- pl summary, pl/en description for devel +- install tzfile.h man page / doc +- missing defattr + Revision 1.62 2009/02/08 06:46:21 aredridel - package tzfile.h ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tzdata.spec?r1=1.62&r2=1.63&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
