]> git.pld-linux.org Git - packages/esvn.git/commitdiff
- up to 0.6.12 master auto/th/esvn-0_6_12-1
authortwittner <twittner@pld-linux.org>
Sat, 14 Jul 2007 18:17:05 +0000 (18:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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)

Changed files:
    esvn.spec -> 1.17

esvn.spec

index 886bb03f934fd8da71155324f676708e1cacad14..d9a27e143059350c6960b2839d9f9a8b63ce25ca 100644 (file)
--- a/esvn.spec
+++ b/esvn.spec
@@ -1,14 +1,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
@@ -32,7 +32,8 @@ użytkownika dla Subversion.
 %{__sed} -i 's,Categories.*,Categories=Qt;Development;RevisionControl;,' eSvn.desktop
 
 export QTDIR=%{_prefix}
-%{__make}
+%{__make} \
+       CXX="%{__cxx}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.153009 seconds and 4 git commands to generate.