Author: twittner Date: Sat Jul 14 18:17:10 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.6.12 - updated homepage and download URLs (there is a new maintainer from 0.6.2 ver.) - pass CXX=%__cxx to make (for making use of custom %__cxx value, where often ccache is put)
---- Files affected: SPECS: esvn.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/esvn.spec diff -u SPECS/esvn.spec:1.16 SPECS/esvn.spec:1.17 --- SPECS/esvn.spec:1.16 Wed Apr 11 01:18:24 2007 +++ SPECS/esvn.spec Sat Jul 14 20:17:05 2007 @@ -2,14 +2,14 @@ Summary: eSvn - a cross-platform (Qt-based) GUI frontend for the Subversion revision system Summary(pl.UTF-8): eSvn - wieloplatformowy (oparty na Qt) graficzny interfejs użytkownika do Subversion Name: esvn -Version: 0.6.11 +Version: 0.6.12 Release: 1 License: GPL Group: X11/Development/Tools -Source0: http://esvn.umputun.com/%{name}-%{version}-1.tar.gz -# Source0-md5: 2ded6a349fc8692631f781bbb475fadc +Source0: http://dl.sourceforge.net/esvn/%{name}-%{version}-1.tar.gz +# Source0-md5: 25a54a392b3798681b00dfe32807c9e3 Patch0: %{name}-build.patch -URL: http://esvn.umputun.com/ +URL: http://zoneit.free.fr/esvn/ BuildRequires: qmake BuildRequires: qt-devel >= 1:3.0.0 BuildRequires: sed >= 4.0 @@ -33,7 +33,8 @@ %{__sed} -i 's,Categories.*,Categories=Qt;Development;RevisionControl;,' eSvn.desktop export QTDIR=%{_prefix} -%{__make} +%{__make} \ + CXX="%{__cxx}" %install rm -rf $RPM_BUILD_ROOT @@ -62,6 +63,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2007/07/14 18:17:05 twittner +- up to 0.6.12 +- updated homepage and download URLs (there is a new maintainer from 0.6.2 ver.) +- pass CXX=%__cxx to make (for making use of custom %__cxx value, where often ccache is put) + Revision 1.16 2007/04/10 23:18:24 shadzik - qt-devel epoch 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/esvn.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
