rpms/valide/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 valide.spec, 1.7, 1.8

MERCIER Jonathan bioinfornatics at fedoraproject.org
Mon Oct 19 14:16:31 UTC 2009


Author: bioinfornatics

Update of /cvs/pkgs/rpms/valide/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8685

Modified Files:
	.cvsignore sources valide.spec 
Log Message:
Update Valaide to newest release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/valide/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	28 Jul 2009 23:03:31 -0000	1.5
+++ .cvsignore	19 Oct 2009 14:16:30 -0000	1.6
@@ -1 +1 @@
-valide-20090726svn303.tar.gz
+valide-20091019svn425.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/valide/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	28 Jul 2009 23:03:31 -0000	1.5
+++ sources	19 Oct 2009 14:16:30 -0000	1.6
@@ -1 +1 @@
-329917c1606c6f655288006a707a19f7  valide-20090726svn303.tar.gz
+3ac92a8c5deba5ef9b6f3b917ff7002c  valide-20091019svn425.tar.gz


Index: valide.spec
===================================================================
RCS file: /cvs/pkgs/rpms/valide/devel/valide.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- valide.spec	30 Jul 2009 21:29:48 -0000	1.7
+++ valide.spec	19 Oct 2009 14:16:30 -0000	1.8
@@ -1,16 +1,16 @@
-%global alphatag		20090726
-%global	svn_revision		svn303
+%global alphatag		20091019
+%global	svn_revision		svn425
 %global	gtk2_version		2.11.0
 %global	vala_version		0.7.3
 
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-# svn export -r 303 http://valide.googlecode.com/svn/trunk/ valide-20090726svn303
-# tar -czvf valide-20090726svn303.tar.gz valide-20090726svn303
+# svn export -r 425 http://valide.googlecode.com/svn/trunk/ valide-20091019svn425
+# tar -czvf valide-20091019svn425.tar.gz valide-20091019svn425
 
 Name:			valide
 Version:		0.5.1
-Release:		0.16.%{alphatag}%{svn_revision}%{?dist}
+Release:		0.18.%{alphatag}%{svn_revision}%{?dist}
 Summary:		An integrated development environment (IDE) for the Vala programming language
 
 Group:			Development/Tools
@@ -22,7 +22,7 @@ BuildRoot:		%{_tmppath}/%{name}-%{versio
 BuildRequires:		gtk2-devel >= %{gtk2_version}
 BuildRequires:		vala-devel >= %{vala_version}
 BuildRequires:		sqlite-devel, unique-devel, desktop-file-utils, gtksourceview2-devel, intltool
-BuildRequires:		waf
+BuildRequires:		waf, libyaml-devel
 
 Requires:		vala-devel >= %{vala_version}
 Requires:		hicolor-icon-theme
@@ -31,19 +31,29 @@ Requires:		hicolor-icon-theme
 Val(a)IDE is an Integrated Development Environment for
 the Vala programming language.
 
+%description -l fr
+Val(a)IDE est un Environnement de Développement Intégré
+pour le langage de programmation Vala.
+
 %package devel
 Summary:		Support for developing plugins for the Val(a)IDE
 Group:			Development/Libraries
 Requires:		%{name} =  %{version}-%{release}
 Requires:		gtk2-devel >= %{gtk2_version}
 Requires:		sqlite-devel, unique-devel, gtksourceview2-devel
-Requires:		libxml2-devel
+Requires:		libxml2-devel, libyaml-devel
 %description devel
 Val(a)IDE is an Integrated Development Environment for
 the Vala programming language.
 This package allows you to develop plugins that add new
 functionality to Val(a)IDE.
 
+%description -l fr
+Val(a)IDE est un Environnement de Développement Intégré
+pour le langage de programmation Vala.
+Ce paquet vous permet de développé des plugins pour
+ajouter de nouvelle fonctionalité à Val(a)IDE.
+
 %prep
 %setup -q -n %{name}-%{alphatag}%{svn_revision}
 
@@ -53,7 +63,7 @@ waf -v %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-waf  -v install --destdir=%{buildroot} --debug
+./waf  -v install --destdir=%{buildroot} --debug
 desktop-file-install --vendor=""				\
 	--mode 0644						\
 	--dir=%{buildroot}%{_datadir}/applications/		\
@@ -110,6 +120,14 @@ fi
 %{_libdir}/libvalide-*.so
 
 %changelog
+* Mon Oct 19 2009 Jonathan MERCIER <bioinfornatics at gmail.com> 0.5.1-0.19.20091019svn425
+- Update valide to revision 425
+- Some bug fix
+
+* Tue Sep 01 2009 Jonathan MERCIER <bioinfornatics at gmail.com> 0.5.1-0.17.20090825svn385
+- Update valide to revision 385
+- Some bug fix
+
 * Fri Jul 30 2009 Jonathan MERCIER <bioinfornatics at gmail.com> 0.5.1-0.16.20090726svn303
 - Fix the empty debuginfo with a newest option in build section --debug
 




More information about the fedora-extras-commits mailing list