Author: adamg Date: Sun Feb 15 08:56:55 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.1.3
---- Files affected: SPECS: wine-doors.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/wine-doors.spec diff -u SPECS/wine-doors.spec:1.22 SPECS/wine-doors.spec:1.23 --- SPECS/wine-doors.spec:1.22 Tue Jan 22 14:30:41 2008 +++ SPECS/wine-doors.spec Sun Feb 15 09:56:49 2009 @@ -2,13 +2,14 @@ Summary: Wine-Doors - Windows application management for the GNOME desktop Summary(pl.UTF-8): Wine-Doors - zarządzanie aplikacjami Windows dla środowiska GNOME Name: wine-doors -Version: 0.1.2 -Release: 2 +Version: 0.1.3 +Release: 0.1 License: GPL (application), Creative Commons (artwork) Group: Applications/Emulators Source0: http://www.wine-doors.org/releases/%{name}-%{version}.tar.gz -# Source0-md5: de4af9b78210b328eebe17cff2f78b94 +# Source0-md5: 6e3222aec59439e7bc1c2387092fb251 Patch0: %{name}-runtime-deps.patch +Patch1: %{name}-install-paths.patch URL: http://www.wine-doors.org/ Requires: cabextract Requires: cairo >= 1.2.4 @@ -45,6 +46,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 cat <<'EOF' > %{name}.sh #!/bin/sh @@ -57,9 +59,9 @@ rm -rf $RPM_BUILD_ROOT python setup.py install \ - --root=$RPM_BUILD_ROOT \ + --temp=$RPM_BUILD_ROOT \ --config=%{_sysconfdir}/%{name} \ - --sysinstall + -S rm -f $RPM_BUILD_ROOT%{_bindir}/%{name} install -D %{name}.sh $RPM_BUILD_ROOT%{_bindir}/%{name} @@ -97,7 +99,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.22 2008/01/22 13:30:41 patrys +Revision 1.23 2009/02/15 08:56:49 adamg +- updated to 0.1.3 + +Revision 1.22 2008-01-22 13:30:41 patrys - R: wine-programs for winepath (otherwise init will fail) Revision 1.21 2008-01-22 12:58:02 patrys ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wine-doors.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
