Author: blues Date: Thu Jan 4 15:36:43 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel.5 - added parse_version patch to allow run on current wine; STBR to AC and TH
---- Files affected: SPECS: winetools.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/winetools.spec diff -u SPECS/winetools.spec:1.16 SPECS/winetools.spec:1.17 --- SPECS/winetools.spec:1.16 Wed Oct 25 01:28:46 2006 +++ SPECS/winetools.spec Thu Jan 4 16:36:38 2007 @@ -2,7 +2,7 @@ # TODO: # - icon and some desktop file %define _suffix jo -%define _rel 4 +%define _rel 5 Summary: WineTools - a menu driven installer for installing Windows programs under Linux Summary(pl): WineTools - oparty na menu instalator do windowsowych programów pod Linuksem Name: winetools @@ -14,6 +14,7 @@ Source0: http://ds80-237-203-29.dedicated.hosteurope.de/wt/%{name}-%{version}%{_suffix}-III.tar.gz # Source0-md5: e15874cabdd48342e7de5a1823ee3c98 Patch0: %{name}-paths.patch +Patch1: %{name}-parse_version.patch URL: http://www.von-thadden.de/Joachim/WineTools/ BuildRequires: gettext-devel BuildRequires: sed >= 4.0 @@ -80,6 +81,7 @@ mv wt%{version}%{_suffix} wt2 mv gettext.sh.dummy gettext.sh %patch0 -p1 +%patch1 -p1 %{__sed} -i -e 's#\. findwine#. %{_winetoolsdir}/findwine#' scripts/* mv po/[EMAIL PROTECTED],de}.po @@ -138,6 +140,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2007/01/04 15:36:38 blues +- rel.5 - added parse_version patch to allow run on current wine; STBR to + AC and TH + Revision 1.16 2006/10/24 23:28:46 glen - this is actually noarch package; rel 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/winetools.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
