Author: charles Date: Thu Mar 12 22:06:09 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - added -translations.patch (fixed build) - fixed %install
---- Files affected: SPECS: smplayer.spec (1.93 -> 1.94) ---- Diffs: ================================================================ Index: SPECS/smplayer.spec diff -u SPECS/smplayer.spec:1.93 SPECS/smplayer.spec:1.94 --- SPECS/smplayer.spec:1.93 Tue Mar 10 22:29:28 2009 +++ SPECS/smplayer.spec Thu Mar 12 23:06:03 2009 @@ -8,6 +8,7 @@ Group: X11/Applications Source0: http://dl.sourceforge.net/smplayer/%{name}-%{version}.tar.bz2 # Source0-md5: 306b99374ad89cee93f1ad6fa94dea71 +Patch0: %{name}-translations.patch URL: http://smplayer.sourceforge.net/ BuildRequires: Qt3Support-devel BuildRequires: QtCore-devel @@ -47,8 +48,12 @@ %prep %setup -q +%patch0 -p1 %build +# fix: install only (not build source again) +%{__sed} -i 's,install: src.*,install:,' Makefile + cd src rm -f Makefile qmake-qt4 @@ -123,6 +128,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.94 2009/03/12 22:06:03 charles +- added -translations.patch (fixed build) +- fixed %install + Revision 1.93 2009/03/10 21:29:28 arvenil - up to 0.6.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/smplayer.spec?r1=1.93&r2=1.94&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
