Author: witekfl Date: Fri Oct 5 10:39:55 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added the help_utf8.patch - BR: iconv - rel 4
---- Files affected: SPECS: pldconf.spec (1.61 -> 1.62) ---- Diffs: ================================================================ Index: SPECS/pldconf.spec diff -u SPECS/pldconf.spec:1.61 SPECS/pldconf.spec:1.62 --- SPECS/pldconf.spec:1.61 Wed Feb 21 13:13:21 2007 +++ SPECS/pldconf.spec Fri Oct 5 12:39:50 2007 @@ -3,12 +3,14 @@ Summary(pl.UTF-8): Narzędzie do konfiguracji Linuksa PLD Name: pldconf Version: 0.3.16 -Release: 3 +Release: 4 License: GPL Group: Applications/System Source0: http://www.inf.sgsp.edu.pl/pub/PROGRAMY/PLD/RPM/%{name}-%{version}.tar.gz # Source0-md5: f7a6a77db0642a83b5fc22b7a55e04d1 +Patch0: %{name}-help_utf8.patch URL: http://www.inf.sgsp.edu.pl/pub/PROGRAMY/PLD/ +BuildRequires: iconv Requires: bash Requires: dml Requires: gettext @@ -38,6 +40,14 @@ %prep %setup -q +%patch0 -p1 + +%build +# added UTF-8 versions of help +for i in POMOC/README*txt +do + iconv -f ISO-8859-2 -t UTF-8 $i > $i.pl_PL.UTF-8 +done %install rm -rf $RPM_BUILD_ROOT @@ -140,6 +150,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.62 2007/10/05 10:39:50 witekfl +- added the help_utf8.patch +- BR: iconv +- rel 4 + Revision 1.61 2007/02/21 12:13:21 paszczus - in Ac there is again 'kernel' so removed Patch0; rel 3 - STBR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pldconf.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
