[valide] Update to stable release 0.7.0

MERCIER Jonathan bioinfornatics at fedoraproject.org
Fri Sep 3 19:12:32 UTC 2010


commit a6ce5b4533f458022c30be80a1f41b7ac9391c7b
Author: bioinfornatics <bioinfornatics at gmail.com>
Date:   Fri Sep 3 21:11:38 2010 +0200

    Update to stable release 0.7.0

 .gitignore  |    1 +
 sources     |    2 +-
 valide.spec |   16 ++++++++--------
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 162655f..4bc0deb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 valide-20101105svn609.tar.xz
 /valide-20100901svn686.tar.xz
 /valadoc.py
+/valide-0.7.0.tar.gz
diff --git a/sources b/sources
index 627b146..81748a3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-743453b363308655bb1b67d7d42d5d33  valide-20100901svn686.tar.xz
+d9e7d36266af3bd4c3ca592a8955285e  valide-0.7.0.tar.gz
 b7e2a245a559bb4a841f593f6b80f11e  valadoc.py
diff --git a/valide.spec b/valide.spec
index bdf7a1e..7ca7af0 100644
--- a/valide.spec
+++ b/valide.spec
@@ -1,5 +1,5 @@
-%global     alphatag        20100901
-%global     svn_revision    svn686
+#%global     alphatag        20100901
+#%global     svn_revision    svn686
 %global     gtk2_version    2.18.0
 %global     vala_version    0.9.7
 
@@ -9,15 +9,15 @@
 # tar -cJvf valide-20100901svn686.tar.xz valide-20100901svn686
 
 Name:           valide
-Version:        0.7
+Version:        0.7.0
 Release:        3.%{alphatag}%{svn_revision}%{?dist}
 Summary:        An integrated development environment (IDE) for the Vala programming language
 
 Group:          Development/Tools
 License:        GPLv3+
 URL:            http://www.valaide.org
-Source0:        %{name}-%{alphatag}%{svn_revision}.tar.xz
-Source1:	valadoc.py
+Source0:        %{name}-%{vesion}.tar.gz
+Source1:	    valadoc.py
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= %{gtk2_version}
@@ -58,17 +58,17 @@ Ce paquet vous permet de développer des plugins pour ajouter de nouvelles
 fonctionalités à Val(a)IDE.
 
 %prep
-%setup -q -n %{name}-%{alphatag}%{svn_revision}
+%setup -q -n %{name}-%{version}
 cp %{SOURCE1} .
 
 %build
 CFLAGS="%{optflags}" LINKFLAGS="%{optflags}" waf -v configure --prefix=%{_prefix} --with-libdir=%{_libdir} --debug
-./waf -vv %{?_smp_mflags}
+waf -vv %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 echo -e "\n************************************************************\n"
-waf  -vv install --destdir=%{buildroot} --debug
+./waf  -vv install --destdir=%{buildroot} --debug
 desktop-file-install --vendor=""                \
     --mode 0644                        \
     --dir=%{buildroot}%{_datadir}/applications/        \


More information about the scm-commits mailing list