Author: twittner Date: Sun Jan 6 19:51:10 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added -qt4.patch - quick fix, which allows to build on sys. with /lib64 - rel. 2
---- Files affected: SPECS: qjackctl.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: SPECS/qjackctl.spec diff -u SPECS/qjackctl.spec:1.44 SPECS/qjackctl.spec:1.45 --- SPECS/qjackctl.spec:1.44 Sun Dec 23 23:06:11 2007 +++ SPECS/qjackctl.spec Sun Jan 6 20:51:05 2008 @@ -3,12 +3,13 @@ Summary(pl.UTF-8): Prosty program do kontrolowania serwera JACK-a Name: qjackctl Version: 0.3.2 -Release: 1 +Release: 2 License: GPL Group: X11/Applications/Sound Source0: http://dl.sourceforge.net/qjackctl/%{name}-%{version}.tar.gz # Source0-md5: 17830d94f1f064ca190ab42ddac20c4b Source1: %{name}.desktop +Patch0: %{name}-qt4.patch URL: http://qjackctl.sourceforge.net BuildRequires: QtGui-devel BuildRequires: QtXml-devel @@ -16,7 +17,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: jack-audio-connection-kit-devel >= 0.80.0 -BuildRequires: qt4-qmake +BuildRequires: qt4-qmake >= 4.3.3-3 BuildRequires: sed >= 4.0 Provides: jack-patch-bay BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -31,6 +32,7 @@ %prep %setup -q +%patch0 -p1 %build %{__aclocal} @@ -65,6 +67,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2008-01-06 19:51:05 twittner +- added -qt4.patch - quick fix, which allows to build on sys. with /lib64 +- rel. 2 + Revision 1.44 2007-12-23 22:06:11 qboosh - sorted BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qjackctl.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
