Author: glen Date: Mon Mar 24 22:47:13 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use own builddir - only tzdata was updated in previous commit
---- Files affected: SPECS: tzdata.spec (1.43 -> 1.44) ---- Diffs: ================================================================ Index: SPECS/tzdata.spec diff -u SPECS/tzdata.spec:1.43 SPECS/tzdata.spec:1.44 --- SPECS/tzdata.spec:1.43 Mon Mar 24 23:36:52 2008 +++ SPECS/tzdata.spec Mon Mar 24 23:47:08 2008 @@ -59,11 +59,11 @@ <http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html>. %prep -%setup -q -n %{name} -mkdir %{name}%{version} -%{__tar} xzf %{SOURCE1} -C %{name}%{version} -mkdir tzcode%{version} -%{__tar} xzf %{SOURCE2} -C tzcode%{version} +%setup -qc +mv tzdata/* . +%{__tar} xzf %{SOURCE1} -C tzdata +mkdir tzcode +%{__tar} xzf %{SOURCE2} -C tzcode %patch0 -p1 sed -e " @@ -72,7 +72,7 @@ s|@install_root@|$RPM_BUILD_ROOT| " Makeconfig.in > Makeconfig -grep -v tz-art.htm tzcode%{version}/tz-link.htm > tzcode%{version}/tz-link.html +grep -v tz-art.htm tzcode/tz-link.htm > tzcode/tz-link.html %build %{__make} @@ -131,7 +131,7 @@ %files %defattr(644,root,root,755) -%doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html +%doc tzcode/README tzcode/Theory tzcode/tz-link.html %ghost /etc/localtime %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/timezone %attr(754,root,root) /etc/rc.d/init.d/timezone @@ -149,11 +149,15 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.44 2008-03-24 22:47:08 glen +- use own builddir +- only tzdata was updated in previous commit + Revision 1.43 2008-03-24 22:36:52 glen - release 2 Revision 1.42 2008-03-24 22:29:58 adamg -- updated to 2008b +- updated to 2008b [tzdata only] Revision 1.41 2008-03-22 02:17:50 adamg - updated to 2008a ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tzdata.spec?r1=1.43&r2=1.44&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
