[valide/f13/master] fix spec and add source

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sat Sep 4 12:27:09 UTC 2010


commit 12a3e0d366112795b1c91f426a916bc6e328cfb3
Author: bioinfornatics <bioinfornatics at gmail.com>
Date:   Sat Sep 4 14:26:54 2010 +0200

    fix spec and add source

 .gitignore  |    2 ++
 sources     |    3 ++-
 valide.spec |   33 ++++++++++++++++++++++++---------
 3 files changed, 28 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e6678c..6671617 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 valide-20101105svn609.tar.xz
+/valide-20100904svn689.tar.xz
+/valadoc.py
diff --git a/sources b/sources
index 9ece83a..53ccb86 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-3d01712813354399ebd41b09f8f7a37d  valide-20101105svn609.tar.xz
+3693e1dc1db5e1c53975e61190adab98  valide-20100904svn689.tar.xz
+b7e2a245a559bb4a841f593f6b80f11e  valadoc.py
diff --git a/valide.spec b/valide.spec
index 8b59905..86b2e92 100644
--- a/valide.spec
+++ b/valide.spec
@@ -1,22 +1,23 @@
-%global     alphatag        20101105
-%global     svn_revision    svn609
+%global     alphatag        20100904
+%global     svn_revision    svn689
 %global     gtk2_version    2.18.0
-%global     vala_version    0.8
+%global     vala_version    0.9.7
 
 # 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 r689  http://valide.googlecode.com/svn/trunk/ valide-20100904svn689
+# tar -cJvf valide-20100904svn689.tar.xz valide-20100904svn689
 
 Name:           valide
-Version:        0.7
-Release:        0.28.%{alphatag}%{svn_revision}%{?dist}
+Version:        0.7.0
+Release:        5.%{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,18 @@ fi
 %{_libdir}/libvalide-*.so
 
 %changelog
+* Sat Sep 04 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.7.0-5.20100904svn689
+- Update to last revision (689)
+
+* Fri Sep 03 2010 Jonathan MERCIER <bioinfornatics at gmail.com> 0.7.0-4
+- Update to stable release 0.7.0
+
+* 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