[valide] update to revision 686

MERCIER Jonathan bioinfornatics at fedoraproject.org
Thu Sep 2 10:49:04 UTC 2010


commit 4ef7200d155ade23abbfcff6d1736bf19d7aa286
Author: bioinfornatics <bioinfornatics at gmail.com>
Date:   Thu Sep 2 12:49:05 2010 +0200

    update to revision 686

 .gitignore  |    1 +
 sources     |    2 +-
 valide.spec |   23 ++++++++++++++++-------
 3 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e6678c..3fcbfd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 valide-20101105svn609.tar.xz
+/valide-20100901svn686.tar.xz
diff --git a/sources b/sources
index 9ece83a..3958718 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d01712813354399ebd41b09f8f7a37d  valide-20101105svn609.tar.xz
+743453b363308655bb1b67d7d42d5d33  valide-20100901svn686.tar.xz
diff --git a/valide.spec b/valide.spec
index 8b59905..e257cb1 100644
--- a/valide.spec
+++ b/valide.spec
@@ -1,22 +1,23 @@
-%global     alphatag        20101105
-%global     svn_revision    svn609
+%global     alphatag        20100901
+%global     svn_revision    svn686
 %global     gtk2_version    2.18.0
 %global     vala_version    0.8
 
 # The source for this package was pulled from upstream's cvs.  Use the
 # following commands to generate the tarball:
-# svn export -r r646  http://valide.googlecode.com/svn/trunk/ valide-20102005svn646
-# tar -cJvf valide-20102005svn646.tar.xz valide-20102005svn646
+# svn export -r r686  http://valide.googlecode.com/svn/trunk/ valide-20100901svn686
+# tar -cJvf valide-20100901svn686.tar.xz valide-20100901svn686
 
 Name:           valide
 Version:        0.7
-Release:        0.28.%{alphatag}%{svn_revision}%{?dist}
+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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= %{gtk2_version}
@@ -58,14 +59,16 @@ fonctionalités à Val(a)IDE.
 
 %prep
 %setup -q -n %{name}-%{alphatag}%{svn_revision}
+cp %{SOURCE1} .
 
 %build
 CFLAGS="%{optflags}" LINKFLAGS="%{optflags}" waf -v configure --prefix=%{_prefix} --with-libdir=%{_libdir} --debug
-./waf -v %{?_smp_mflags}
+./waf -vv %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-./waf  -v install --destdir=%{buildroot} --debug
+echo -e "\n************************************************************\n"
+./waf  -vv install --destdir=%{buildroot} --debug
 desktop-file-install --vendor=""                \
     --mode 0644                        \
     --dir=%{buildroot}%{_datadir}/applications/        \
@@ -124,6 +127,12 @@ fi
 %{_libdir}/libvalide-*.so
 
 %changelog
+* Fri Sep 02 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.7-320100901svn686
+- Update to revision 686
+
+* Fri Aug 06 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.7-2.20100727svn664
+- Update to revision 664 version 0.7
+
 * Thu Jun 01 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.6.1-0.28.20101105svn609
 - Minor Fix
 


More information about the scm-commits mailing list