Author: sls Date: Mon Jan 7 09:11:19 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use zh_CN lang (not zh): added locale_names.patch and regenerate ./configure
---- Files affected: SPECS: bygfoot.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/bygfoot.spec diff -u SPECS/bygfoot.spec:1.22 SPECS/bygfoot.spec:1.23 --- SPECS/bygfoot.spec:1.22 Thu Jun 14 13:41:19 2007 +++ SPECS/bygfoot.spec Mon Jan 7 10:11:14 2008 @@ -3,13 +3,15 @@ Summary(pl.UTF-8): Prosty menadżer piłkarski Name: bygfoot Version: 2.2.0 -Release: 1 +Release: 2 License: GPL v2+ Group: X11/Applications/Games Source0: http://dl.sourceforge.net/bygfoot/%{name}-%{version}-source.tar.bz2 # Source0-md5: ba8732d53b463a9e97c79a24f89ee857 Source1: %{name}.desktop +Patch0: %{name}-locale_names.patch URL: http://bygfoot.sourceforge.net/ +BuildRequires: autoconf BuildRequires: gettext-devel BuildRequires: gtk+2-devel >= 2:2.2.0 BuildRequires: pkgconfig @@ -27,8 +29,13 @@ %prep %setup -q -n %{name}-%{version}-source +%patch0 -p1 + +mv po/zh{,_CN}.po %build +%{__aclocal} +%{__autoconf} %configure %{__make} @@ -61,7 +68,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.22 2007-06-14 11:41:19 lisu +Revision 1.23 2008-01-07 09:11:14 sls +- use zh_CN lang (not zh): added locale_names.patch and regenerate ./configure + +Revision 1.22 2007/06/14 11:41:19 lisu - 2.2.0 - UPDATE file added ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bygfoot.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
