From a4e63d78a21b14873df27aae209dae950cdaaf4e Mon Sep 17 00:00:00 2001 From: MERCIER Jonathan Date: Mon, 19 Oct 2009 14:16:30 +0000 Subject: [PATCH 01/25] Update Valaide to newest release --- .cvsignore | 2 +- sources | 2 +- valide.spec | 34 ++++++++++++++++++++++++++-------- 3 files changed, 28 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index c86f2bd..7cc8782 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -valide-20090726svn303.tar.gz +valide-20091019svn425.tar.gz diff --git a/sources b/sources index f1ad11c..0ac4b25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -329917c1606c6f655288006a707a19f7 valide-20090726svn303.tar.gz +3ac92a8c5deba5ef9b6f3b917ff7002c valide-20091019svn425.tar.gz diff --git a/valide.spec b/valide.spec index 662b310..5429cd0 100644 --- a/valide.spec +++ b/valide.spec @@ -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}-%{version}-%{release}-root-%(%{__id_u} -n) 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 0.5.1-0.19.20091019svn425 +- Update valide to revision 425 +- Some bug fix + +* Tue Sep 01 2009 Jonathan MERCIER 0.5.1-0.17.20090825svn385 +- Update valide to revision 385 +- Some bug fix + * Fri Jul 30 2009 Jonathan MERCIER 0.5.1-0.16.20090726svn303 - Fix the empty debuginfo with a newest option in build section --debug From 2643b1d27d150525d4a412f5e861906b786b2eb5 Mon Sep 17 00:00:00 2001 From: MERCIER Jonathan Date: Mon, 19 Oct 2009 14:57:44 +0000 Subject: [PATCH 02/25] Update valaide to the newest version --- import.log | 1 + 1 file changed, 1 insertion(+) diff --git a/import.log b/import.log index c121d59..50725fe 100644 --- a/import.log +++ b/import.log @@ -2,3 +2,4 @@ valide-0_5_1-0_11_20090713svn278_fc11:HEAD:valide-0.5.1-0.11.20090713svn278.fc11 valide-0_5_1-0_12_20090715svn280_fc11:HEAD:valide-0.5.1-0.12.20090715svn280.fc11.src.rpm:1247679623 valide-0_5_1-0_13_20090715svn280_fc11:HEAD:valide-0.5.1-0.13.20090715svn280.fc11.src.rpm:1247684671 valide-0_5_1-0_14_20090720svn291_fc11:HEAD:valide-0.5.1-0.14.20090720svn291.fc11.src.rpm:1248110015 +valide-0_5_1-0_18_20091019svn425_fc11:HEAD:valide-0.5.1-0.18.20091019svn425.fc11.src.rpm:1255964121 From aded6344c90207eecf727406a44178e818952079 Mon Sep 17 00:00:00 2001 From: MERCIER Jonathan Date: Mon, 19 Oct 2009 15:26:16 +0000 Subject: [PATCH 03/25] Update Valaide to the newest release --- import.log | 1 + 1 file changed, 1 insertion(+) diff --git a/import.log b/import.log index 50725fe..c15bcfc 100644 --- a/import.log +++ b/import.log @@ -3,3 +3,4 @@ valide-0_5_1-0_12_20090715svn280_fc11:HEAD:valide-0.5.1-0.12.20090715svn280.fc11 valide-0_5_1-0_13_20090715svn280_fc11:HEAD:valide-0.5.1-0.13.20090715svn280.fc11.src.rpm:1247684671 valide-0_5_1-0_14_20090720svn291_fc11:HEAD:valide-0.5.1-0.14.20090720svn291.fc11.src.rpm:1248110015 valide-0_5_1-0_18_20091019svn425_fc11:HEAD:valide-0.5.1-0.18.20091019svn425.fc11.src.rpm:1255964121 +valide-0_5_1-0_18_20091019svn425_fc11:HEAD:valide-0.5.1-0.18.20091019svn425.fc11.src.rpm:1255965843 From e1bf354ab71f6800f880610b3ced86350936723f Mon Sep 17 00:00:00 2001 From: MERCIER Jonathan Date: Mon, 19 Oct 2009 17:04:27 +0000 Subject: [PATCH 04/25] *** empty log message *** --- import.log | 1 + valide.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/import.log b/import.log index c15bcfc..4913013 100644 --- a/import.log +++ b/import.log @@ -4,3 +4,4 @@ valide-0_5_1-0_13_20090715svn280_fc11:HEAD:valide-0.5.1-0.13.20090715svn280.fc11 valide-0_5_1-0_14_20090720svn291_fc11:HEAD:valide-0.5.1-0.14.20090720svn291.fc11.src.rpm:1248110015 valide-0_5_1-0_18_20091019svn425_fc11:HEAD:valide-0.5.1-0.18.20091019svn425.fc11.src.rpm:1255964121 valide-0_5_1-0_18_20091019svn425_fc11:HEAD:valide-0.5.1-0.18.20091019svn425.fc11.src.rpm:1255965843 +valide-0_5_1-0_19_20091019svn425_fc11:HEAD:valide-0.5.1-0.19.20091019svn425.fc11.src.rpm:1255971798 diff --git a/valide.spec b/valide.spec index 5429cd0..77f627e 100644 --- a/valide.spec +++ b/valide.spec @@ -10,7 +10,7 @@ Name: valide Version: 0.5.1 -Release: 0.18.%{alphatag}%{svn_revision}%{?dist} +Release: 0.19.%{alphatag}%{svn_revision}%{?dist} Summary: An integrated development environment (IDE) for the Vala programming language Group: Development/Tools @@ -121,6 +121,9 @@ fi %changelog * Mon Oct 19 2009 Jonathan MERCIER 0.5.1-0.19.20091019svn425 +- Bug fix + +* Mon Oct 19 2009 Jonathan MERCIER 0.5.1-0.18.20091019svn425 - Update valide to revision 425 - Some bug fix From acd02f946ffe4a79436a7fae49e09abaca072fee Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:18 +0000 Subject: [PATCH 05/25] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 774f223..559418c 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: valide -# $Id$ +# $Id: Makefile,v 1.1 2009/07/15 02:35:36 tibbs Exp $ NAME := valide SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From a0c91a7f67b66baafd1c3783cd982aa749fa684b Mon Sep 17 00:00:00 2001 From: MERCIER Jonathan Date: Fri, 15 Jan 2010 13:07:26 +0000 Subject: [PATCH 06/25] Update valide to newest version 0.6.1 --- .cvsignore | 2 +- sources | 2 +- valide.spec | 53 +++++++++++++++++++++++++++++++---------------------- 3 files changed, 33 insertions(+), 24 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7cc8782..cdd7a8c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -valide-20091019svn425.tar.gz +valide-20093012svn488.tar.gz diff --git a/sources b/sources index 0ac4b25..0b8ac73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ac92a8c5deba5ef9b6f3b917ff7002c valide-20091019svn425.tar.gz +9c825d68857539223e151f287b1bdee7 valide-20093012svn488.tar.gz diff --git a/valide.spec b/valide.spec index 77f627e..62ad549 100644 --- a/valide.spec +++ b/valide.spec @@ -1,16 +1,16 @@ -%global alphatag 20091019 -%global svn_revision svn425 +%global alphatag 20093012 +%global svn_revision svn488 %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 +# The source for this package was pulled from upstream's cvs. Use the # following commands to generate the tarball: -# svn export -r 425 http://valide.googlecode.com/svn/trunk/ valide-20091019svn425 -# tar -czvf valide-20091019svn425.tar.gz valide-20091019svn425 +# svn export -r r488 http://valide.googlecode.com/svn/trunk/ valide-20093012svn488 +# tar -czvf valide-20093012svn488.tar.gz valide-20093012svn488 Name: valide -Version: 0.5.1 -Release: 0.19.%{alphatag}%{svn_revision}%{?dist} +Version: 0.6.1 +Release: 0.21.%{alphatag}%{svn_revision}%{?dist} Summary: An integrated development environment (IDE) for the Vala programming language Group: Development/Tools @@ -22,18 +22,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: vala-devel >= %{vala_version} BuildRequires: sqlite-devel, unique-devel, desktop-file-utils, gtksourceview2-devel, intltool -BuildRequires: waf, libyaml-devel +BuildRequires: waf, libyaml-devel, libgdl-devel Requires: vala-devel >= %{vala_version} Requires: hicolor-icon-theme %description -Val(a)IDE is an Integrated Development Environment for -the Vala programming language. +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. +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 @@ -42,17 +42,18 @@ Requires: %{name} = %{version}-%{release} Requires: gtk2-devel >= %{gtk2_version} Requires: sqlite-devel, unique-devel, gtksourceview2-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. +%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 devel +Val(a)IDE est un Environnement de Développement Intégré pour le langage de +programmation Vala. +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} @@ -114,12 +115,20 @@ fi %{_datadir}/applications/valide.desktop %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-vide.png %{_datadir}/mime/packages/x-vide.xml +%{_mandir}/man1/ctags-vala.1.gz +%{_mandir}/man1/valide.1.gz %files devel %defattr(-,root,root,-) %{_includedir}/valide-*/ %{_libdir}/libvalide-*.so %changelog +* Wed Jan 15 2010 Jonathan MERCIER 0.6.1-0.21.20093012svn488 +- Update to the new version 0.6.1 + +* Mon Oct 19 2009 Jonathan MERCIER 0.5.1-0.20.20091019svn425 +- Bug fix + * Mon Oct 19 2009 Jonathan MERCIER 0.5.1-0.19.20091019svn425 - Bug fix From 39ec6347d2c65545a7a5ccac850447212d550039 Mon Sep 17 00:00:00 2001 From: MERCIER Jonathan Date: Tue, 30 Mar 2010 23:50:36 +0000 Subject: [PATCH 07/25] Update to newest relase for val(a)ide --- .cvsignore | 2 +- sources | 2 +- valide.spec | 20 ++++++++++++++------ 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index cdd7a8c..bae4c90 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -valide-20093012svn488.tar.gz +valide-20103003svn511.tar.xz diff --git a/sources b/sources index 0b8ac73..a459dd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c825d68857539223e151f287b1bdee7 valide-20093012svn488.tar.gz +0ae56c2517a5a9673efdaea54ce64a0f valide-20103003svn511.tar.xz diff --git a/valide.spec b/valide.spec index 62ad549..5dc80eb 100644 --- a/valide.spec +++ b/valide.spec @@ -1,22 +1,22 @@ -%global alphatag 20093012 -%global svn_revision svn488 +%global alphatag 20103003 +%global svn_revision svn511 %global gtk2_version 2.11.0 %global vala_version 0.7.3 # The source for this package was pulled from upstream's cvs. Use the # following commands to generate the tarball: -# svn export -r r488 http://valide.googlecode.com/svn/trunk/ valide-20093012svn488 -# tar -czvf valide-20093012svn488.tar.gz valide-20093012svn488 +# svn export -r r511 http://valide.googlecode.com/svn/trunk/ valide-20103003svn511 +# tar -cJvf valide-20103003svn511.tar.xz valide-20103003svn511 Name: valide Version: 0.6.1 -Release: 0.21.%{alphatag}%{svn_revision}%{?dist} +Release: 0.22.%{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.gz +Source0: %{name}-%{alphatag}%{svn_revision}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= %{gtk2_version} @@ -123,6 +123,14 @@ fi %{_libdir}/libvalide-*.so %changelog +* Wed Mar 31 2010 Jonathan MERCIER 0.6.1-0.22.20103003svn511 +- Allow plugins configuration +- Update castillan language +- Update french language +- Add advanced search plugins +- Fix crash with vala 7.10 +- And other minor bug fixed + * Wed Jan 15 2010 Jonathan MERCIER 0.6.1-0.21.20093012svn488 - Update to the new version 0.6.1 From c529feb8ed529e47a3051ebdf9736a46642ccef2 Mon Sep 17 00:00:00 2001 From: MERCIER Jonathan Date: Tue, 1 Jun 2010 19:38:04 +0000 Subject: [PATCH 08/25] *** empty log message *** --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- valide.spec | 39 ++++++++++++++++++++++++++++++--------- 4 files changed, 33 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index bae4c90..2e6678c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -valide-20103003svn511.tar.xz +valide-20101105svn609.tar.xz diff --git a/import.log b/import.log index 4913013..5ce9904 100644 --- a/import.log +++ b/import.log @@ -5,3 +5,4 @@ valide-0_5_1-0_14_20090720svn291_fc11:HEAD:valide-0.5.1-0.14.20090720svn291.fc11 valide-0_5_1-0_18_20091019svn425_fc11:HEAD:valide-0.5.1-0.18.20091019svn425.fc11.src.rpm:1255964121 valide-0_5_1-0_18_20091019svn425_fc11:HEAD:valide-0.5.1-0.18.20091019svn425.fc11.src.rpm:1255965843 valide-0_5_1-0_19_20091019svn425_fc11:HEAD:valide-0.5.1-0.19.20091019svn425.fc11.src.rpm:1255971798 +valide-0_7-0_26_20101105svn609_fc13:HEAD:valide-0.7-0.26.20101105svn609.fc13.src.rpm:1275421044 diff --git a/sources b/sources index a459dd9..9ece83a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ae56c2517a5a9673efdaea54ce64a0f valide-20103003svn511.tar.xz +3d01712813354399ebd41b09f8f7a37d valide-20101105svn609.tar.xz diff --git a/valide.spec b/valide.spec index 5dc80eb..a5f5a1a 100644 --- a/valide.spec +++ b/valide.spec @@ -1,16 +1,16 @@ -%global alphatag 20103003 -%global svn_revision svn511 -%global gtk2_version 2.11.0 -%global vala_version 0.7.3 +%global alphatag 20101105 +%global svn_revision svn609 +%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 r511 http://valide.googlecode.com/svn/trunk/ valide-20103003svn511 -# tar -cJvf valide-20103003svn511.tar.xz valide-20103003svn511 +# svn export -r r646 http://valide.googlecode.com/svn/trunk/ valide-20102005svn646 +# tar -cJvf valide-20102005svn645.tar.xz valide-20102005svn645 Name: valide -Version: 0.6.1 -Release: 0.22.%{alphatag}%{svn_revision}%{?dist} +Version: 0.7 +Release: 0.26.%{alphatag}%{svn_revision}%{?dist} Summary: An integrated development environment (IDE) for the Vala programming language Group: Development/Tools @@ -25,6 +25,7 @@ BuildRequires: sqlite-devel, unique-devel, desktop-file-utils, gtksourceview2-d BuildRequires: waf, libyaml-devel, libgdl-devel Requires: vala-devel >= %{vala_version} +Requires: vala-tools, vala-doc Requires: hicolor-icon-theme %description @@ -60,7 +61,7 @@ fonctionalités à Val(a)IDE. %build CFLAGS="%{optflags}" LINKFLAGS="%{optflags}" waf -v configure --prefix=%{_prefix} --with-libdir=%{_libdir} --debug -waf -v %{?_smp_mflags} +./waf -v %{?_smp_mflags} %install rm -rf %{buildroot} @@ -123,6 +124,26 @@ fi %{_libdir}/libvalide-*.so %changelog +* Thu Jun 01 2010 Jonathan MERCIER 0.6.1-0.26.20101105svn609 +- Some bug Fixed +- update to new major release 7.0 + + +* Sat May 08 2010 Jonathan MERCIER 0.6.1-0.25.20100705svn589 +- Some bug Fixed +- update to new minor release + +* Sun Apr 25 2010 Jonathan MERCIER 0.6.1-0.24.20101604svn538 +- Replace action can be undo +- Fix issue #136 + +* Wed Apr 16 2010 Jonathan MERCIER 0.6.1-0.23.20101604svn536 +- Bug fix: search widget +- Improve GtkBuilder binding +- Remove duplicate file opening +- Update the GDL binding to 2.30 +- Many other bug fix + * Wed Mar 31 2010 Jonathan MERCIER 0.6.1-0.22.20103003svn511 - Allow plugins configuration - Update castillan language From 14ac0990606385e1c726b538680f1d6c7c07e284 Mon Sep 17 00:00:00 2001 From: MERCIER Jonathan Date: Tue, 1 Jun 2010 20:18:54 +0000 Subject: [PATCH 09/25] Update to new major release 7.0 --- valide.spec | 76 +++++++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 35 deletions(-) diff --git a/valide.spec b/valide.spec index a5f5a1a..8b59905 100644 --- a/valide.spec +++ b/valide.spec @@ -1,32 +1,32 @@ -%global alphatag 20101105 -%global svn_revision svn609 -%global gtk2_version 2.18.0 -%global vala_version 0.8 +%global alphatag 20101105 +%global svn_revision svn609 +%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-20102005svn645.tar.xz valide-20102005svn645 +# tar -cJvf valide-20102005svn646.tar.xz valide-20102005svn646 -Name: valide -Version: 0.7 -Release: 0.26.%{alphatag}%{svn_revision}%{?dist} -Summary: An integrated development environment (IDE) for the Vala programming language +Name: valide +Version: 0.7 +Release: 0.28.%{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 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Group: Development/Tools +License: GPLv3+ +URL: http://www.valaide.org +Source0: %{name}-%{alphatag}%{svn_revision}.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gtk2-devel >= %{gtk2_version} -BuildRequires: vala-devel >= %{vala_version} -BuildRequires: sqlite-devel, unique-devel, desktop-file-utils, gtksourceview2-devel, intltool -BuildRequires: waf, libyaml-devel, libgdl-devel +BuildRequires: gtk2-devel >= %{gtk2_version} +BuildRequires: vala-devel >= %{vala_version} +BuildRequires: sqlite-devel, unique-devel, desktop-file-utils, gtksourceview2-devel, intltool +BuildRequires: waf, libyaml-devel, libgdl-devel -Requires: vala-devel >= %{vala_version} -Requires: vala-tools, vala-doc -Requires: hicolor-icon-theme +Requires: vala-devel >= %{vala_version} +Requires: vala-tools, vala-doc +Requires: hicolor-icon-theme %description Val(a)IDE is an Integrated Development Environment for the Vala programming @@ -37,12 +37,12 @@ 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, libyaml-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, libyaml-devel %description devel Val(a)IDE is an Integrated Development Environment for the Vala programming @@ -66,10 +66,10 @@ CFLAGS="%{optflags}" LINKFLAGS="%{optflags}" waf -v configure --prefix=%{_prefix %install rm -rf %{buildroot} ./waf -v install --destdir=%{buildroot} --debug -desktop-file-install --vendor="" \ - --mode 0644 \ - --dir=%{buildroot}%{_datadir}/applications/ \ - %{buildroot}%{_datadir}/applications/%{name}.desktop +desktop-file-install --vendor="" \ + --mode 0644 \ + --dir=%{buildroot}%{_datadir}/applications/ \ + %{buildroot}%{_datadir}/applications/%{name}.desktop find %{buildroot}%{_libdir} -name *.so -exec chmod 755 {} \; %find_lang %{name} @@ -99,8 +99,8 @@ update-desktop-database &> /dev/null || : update-mime-database %{_datadir}/mime &> /dev/null || : # update icon themes if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + touch --no-create %{_datadir}/icons/hicolor &>/dev/null + gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %files -f %{name}.lang @@ -124,6 +124,12 @@ fi %{_libdir}/libvalide-*.so %changelog +* Thu Jun 01 2010 Jonathan MERCIER 0.6.1-0.28.20101105svn609 +- Minor Fix + +* Thu Jun 01 2010 Jonathan MERCIER 0.6.1-0.27.20101105svn609 +- Minor Fix + * Thu Jun 01 2010 Jonathan MERCIER 0.6.1-0.26.20101105svn609 - Some bug Fixed - update to new major release 7.0 @@ -214,8 +220,8 @@ fi * Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.4.278svn - Use revision 278 -- Drop Requires: vala >= %%{vala_version} -- Drop Requires: vala-devel >= %%{vala_version} +- Drop Requires: vala >= %%{vala_version} +- Drop Requires: vala-devel >= %%{vala_version} - BuildRequires in two line - Add Comment in %%post and %%postun - Remove some of the empty lines From 1593e93ae79533ed84fe4ef93a93212748217c4d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:53:10 +0000 Subject: [PATCH 10/25] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 8 -------- 3 files changed, 29 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 559418c..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: valide -# $Id: Makefile,v 1.1 2009/07/15 02:35:36 tibbs Exp $ -NAME := valide -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 5ce9904..0000000 --- a/import.log +++ /dev/null @@ -1,8 +0,0 @@ -valide-0_5_1-0_11_20090713svn278_fc11:HEAD:valide-0.5.1-0.11.20090713svn278.fc11.src.rpm:1247657817 -valide-0_5_1-0_12_20090715svn280_fc11:HEAD:valide-0.5.1-0.12.20090715svn280.fc11.src.rpm:1247679623 -valide-0_5_1-0_13_20090715svn280_fc11:HEAD:valide-0.5.1-0.13.20090715svn280.fc11.src.rpm:1247684671 -valide-0_5_1-0_14_20090720svn291_fc11:HEAD:valide-0.5.1-0.14.20090720svn291.fc11.src.rpm:1248110015 -valide-0_5_1-0_18_20091019svn425_fc11:HEAD:valide-0.5.1-0.18.20091019svn425.fc11.src.rpm:1255964121 -valide-0_5_1-0_18_20091019svn425_fc11:HEAD:valide-0.5.1-0.18.20091019svn425.fc11.src.rpm:1255965843 -valide-0_5_1-0_19_20091019svn425_fc11:HEAD:valide-0.5.1-0.19.20091019svn425.fc11.src.rpm:1255971798 -valide-0_7-0_26_20101105svn609_fc13:HEAD:valide-0.7-0.26.20101105svn609.fc13.src.rpm:1275421044 From 4ef7200d155ade23abbfcff6d1736bf19d7aa286 Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Thu, 2 Sep 2010 12:49:05 +0200 Subject: [PATCH 11/25] 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 0.7-320100901svn686 +- Update to revision 686 + +* Fri Aug 06 2010 Jonathan MERCIER 0.7-2.20100727svn664 +- Update to revision 664 version 0.7 + * Thu Jun 01 2010 Jonathan MERCIER 0.6.1-0.28.20101105svn609 - Minor Fix From a10978927b1311e800b47a3b9d27c4b45fc16da9 Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Thu, 2 Sep 2010 12:57:55 +0200 Subject: [PATCH 12/25] Add valadoc.py file --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3fcbfd8..162655f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ valide-20101105svn609.tar.xz /valide-20100901svn686.tar.xz +/valadoc.py diff --git a/sources b/sources index 3958718..759c0f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -743453b363308655bb1b67d7d42d5d33 valide-20100901svn686.tar.xz +b7e2a245a559bb4a841f593f6b80f11e valadoc.py From 25a12d4d8dd483a7a8f7f504f84af0bc3b8d6072 Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Thu, 2 Sep 2010 13:07:02 +0200 Subject: [PATCH 13/25] add source --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index 759c0f2..3958718 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7e2a245a559bb4a841f593f6b80f11e valadoc.py +743453b363308655bb1b67d7d42d5d33 valide-20100901svn686.tar.xz From 0d2399810e7d7cfe9bfa3211d7e0e6b069fcfaf7 Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Thu, 2 Sep 2010 13:10:28 +0200 Subject: [PATCH 14/25] add source --- sources | 1 + 1 file changed, 1 insertion(+) diff --git a/sources b/sources index 3958718..627b146 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 743453b363308655bb1b67d7d42d5d33 valide-20100901svn686.tar.xz +b7e2a245a559bb4a841f593f6b80f11e valadoc.py From d3b89a9d824713f8462c2558090249459178cc94 Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Thu, 2 Sep 2010 13:18:28 +0200 Subject: [PATCH 15/25] fix spec --- valide.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valide.spec b/valide.spec index e257cb1..8c6acf1 100644 --- a/valide.spec +++ b/valide.spec @@ -1,7 +1,7 @@ %global alphatag 20100901 %global svn_revision svn686 %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: From e66b07b689a2468ba26926aaa49e18a9d9837b34 Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Thu, 2 Sep 2010 13:25:59 +0200 Subject: [PATCH 16/25] fix spec --- valide.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valide.spec b/valide.spec index 8c6acf1..bdf7a1e 100644 --- a/valide.spec +++ b/valide.spec @@ -68,7 +68,7 @@ CFLAGS="%{optflags}" LINKFLAGS="%{optflags}" waf -v configure --prefix=%{_prefix %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/ \ From a6ce5b4533f458022c30be80a1f41b7ac9391c7b Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Fri, 3 Sep 2010 21:11:38 +0200 Subject: [PATCH 17/25] 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/ \ From 5b4fbcc8f239d2c97733cb1a1a02f79b71f640ec Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Fri, 3 Sep 2010 21:24:42 +0200 Subject: [PATCH 18/25] Fix spec --- valide.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valide.spec b/valide.spec index 7ca7af0..0d1d848 100644 --- a/valide.spec +++ b/valide.spec @@ -16,7 +16,7 @@ Summary: An integrated development environment (IDE) for the Vala program Group: Development/Tools License: GPLv3+ URL: http://www.valaide.org -Source0: %{name}-%{vesion}.tar.gz +Source0: %{name}-%{version}.tar.gz Source1: valadoc.py BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) From 31a453398fb4210068ddfe44905f846c0c0df262 Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Fri, 3 Sep 2010 21:31:13 +0200 Subject: [PATCH 19/25] Fix spec --- valide.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/valide.spec b/valide.spec index 0d1d848..8167ac3 100644 --- a/valide.spec +++ b/valide.spec @@ -10,7 +10,7 @@ Name: valide Version: 0.7.0 -Release: 3.%{alphatag}%{svn_revision}%{?dist} +Release: 4.%{alphatag}%{svn_revision}%{?dist} Summary: An integrated development environment (IDE) for the Vala programming language Group: Development/Tools @@ -127,6 +127,9 @@ fi %{_libdir}/libvalide-*.so %changelog +* Fri Sep 03 2010 Jonathan MERCIER 0.7.0-4 +- Update to stable release 0.7.0 + * Fri Sep 02 2010 Jonathan MERCIER 0.7-320100901svn686 - Update to revision 686 From 821d4eb080a14077991f0fd0c717b14e61a8d801 Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Sat, 4 Sep 2010 12:30:16 +0200 Subject: [PATCH 20/25] update to last revision 689 --- .gitignore | 1 + sources | 2 +- valide.spec | 13 +++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4bc0deb..a24df7d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ valide-20101105svn609.tar.xz /valide-20100901svn686.tar.xz /valadoc.py /valide-0.7.0.tar.gz +/valide-20100904svn689.tar.xz diff --git a/sources b/sources index 81748a3..53ccb86 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -d9e7d36266af3bd4c3ca592a8955285e valide-0.7.0.tar.gz +3693e1dc1db5e1c53975e61190adab98 valide-20100904svn689.tar.xz b7e2a245a559bb4a841f593f6b80f11e valadoc.py diff --git a/valide.spec b/valide.spec index 8167ac3..52b01ec 100644 --- a/valide.spec +++ b/valide.spec @@ -1,16 +1,16 @@ -#%global alphatag 20100901 -#%global svn_revision svn686 +%global alphatag 20100904 +%global svn_revision svn689 %global gtk2_version 2.18.0 %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 r686 http://valide.googlecode.com/svn/trunk/ valide-20100901svn686 -# tar -cJvf valide-20100901svn686.tar.xz valide-20100901svn686 +# 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.0 -Release: 4.%{alphatag}%{svn_revision}%{?dist} +Release: 5.%{alphatag}%{svn_revision}%{?dist} Summary: An integrated development environment (IDE) for the Vala programming language Group: Development/Tools @@ -58,7 +58,7 @@ Ce paquet vous permet de développer des plugins pour ajouter de nouvelles fonctionalités à Val(a)IDE. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{alphatag}%{svn_revision} cp %{SOURCE1} . %build @@ -127,6 +127,7 @@ fi %{_libdir}/libvalide-*.so %changelog +* Sat Sep 04 2010 Jonathan MERCIER 0.7.0-5.20100904svn689 * Fri Sep 03 2010 Jonathan MERCIER 0.7.0-4 - Update to stable release 0.7.0 From 63ffbe93403d7856aa77dc2efc299ec2ebfaca5b Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Sat, 4 Sep 2010 12:39:36 +0200 Subject: [PATCH 21/25] fix spec --- valide.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valide.spec b/valide.spec index 52b01ec..bafeecf 100644 --- a/valide.spec +++ b/valide.spec @@ -16,7 +16,7 @@ Summary: An integrated development environment (IDE) for the Vala program Group: Development/Tools License: GPLv3+ URL: http://www.valaide.org -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{alphatag}%{svn_revision}.tar.xz Source1: valadoc.py BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) From c4db22f2d9563c5580d27f475977ed7578ccb943 Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Fri, 8 Oct 2010 22:49:49 +0200 Subject: [PATCH 22/25] New Revision --- .gitignore | 1 + sources | 3 +-- valide.spec | 12 +++++++----- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a24df7d..385dc8a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ valide-20101105svn609.tar.xz /valadoc.py /valide-0.7.0.tar.gz /valide-20100904svn689.tar.xz +/valide-20100923bzr557.tar.xz diff --git a/sources b/sources index 53ccb86..8614033 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -3693e1dc1db5e1c53975e61190adab98 valide-20100904svn689.tar.xz -b7e2a245a559bb4a841f593f6b80f11e valadoc.py +2ca942fa38b57175121333d350773ddd valide-20100923bzr557.tar.xz diff --git a/valide.spec b/valide.spec index bafeecf..377a910 100644 --- a/valide.spec +++ b/valide.spec @@ -1,16 +1,16 @@ -%global alphatag 20100904 -%global svn_revision svn689 +%global alphatag 20100923 +%global svn_revision bzr557 %global gtk2_version 2.18.0 %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 r689 http://valide.googlecode.com/svn/trunk/ valide-20100904svn689 -# tar -cJvf valide-20100904svn689.tar.xz valide-20100904svn689 +# bzr branch -r 557 lp:valide valide-20100923bzr557 +# tar -cJvf valide-20100923bzr557.tar.xz valide-20100923bzr557 Name: valide Version: 0.7.0 -Release: 5.%{alphatag}%{svn_revision}%{?dist} +Release: 6.%{alphatag}%{svn_revision}%{?dist} Summary: An integrated development environment (IDE) for the Vala programming language Group: Development/Tools @@ -128,6 +128,8 @@ fi %changelog * Sat Sep 04 2010 Jonathan MERCIER 0.7.0-5.20100904svn689 +- Update to last revision (689) + * Fri Sep 03 2010 Jonathan MERCIER 0.7.0-4 - Update to stable release 0.7.0 From d3533ce58fd2eaab57d26c6c1e12ad5efdc7375f Mon Sep 17 00:00:00 2001 From: bioinfornatics Date: Fri, 8 Oct 2010 22:58:25 +0200 Subject: [PATCH 23/25] New Revision --- sources | 1 + valide.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sources b/sources index 8614033..049fb2d 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 2ca942fa38b57175121333d350773ddd valide-20100923bzr557.tar.xz +b7e2a245a559bb4a841f593f6b80f11e valadoc.py diff --git a/valide.spec b/valide.spec index 377a910..eddced5 100644 --- a/valide.spec +++ b/valide.spec @@ -10,7 +10,7 @@ Name: valide Version: 0.7.0 -Release: 6.%{alphatag}%{svn_revision}%{?dist} +Release: 7.%{alphatag}%{svn_revision}%{?dist} Summary: An integrated development environment (IDE) for the Vala programming language Group: Development/Tools @@ -127,6 +127,9 @@ fi %{_libdir}/libvalide-*.so %changelog +* Fri Oct 08 2010 Jonathan MERCIER 0.7.0-8.20100923bzr557 +- Fix spec + * Sat Sep 04 2010 Jonathan MERCIER 0.7.0-5.20100904svn689 - Update to last revision (689) From bf5c2728c8aad3792eccfe3e412dda44c412708f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 18:54:15 -0600 Subject: [PATCH 24/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- valide.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/valide.spec b/valide.spec index eddced5..d60f9c4 100644 --- a/valide.spec +++ b/valide.spec @@ -10,7 +10,7 @@ Name: valide Version: 0.7.0 -Release: 7.%{alphatag}%{svn_revision}%{?dist} +Release: 8.%{alphatag}%{svn_revision}%{?dist} Summary: An integrated development environment (IDE) for the Vala programming language Group: Development/Tools @@ -127,6 +127,9 @@ fi %{_libdir}/libvalide-*.so %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.7.0-8.20100923bzr557 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Fri Oct 08 2010 Jonathan MERCIER 0.7.0-8.20100923bzr557 - Fix spec From 16e0de30df5b35f0ad447ebb75d6a01c63a4614b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 23 Feb 2011 17:03:01 -0500 Subject: [PATCH 25/25] Retire valide. --- dead.package | 1 + sources | 2 - valide.spec | 259 --------------------------------------------------- 3 files changed, 1 insertion(+), 261 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 valide.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..de91ae3 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired due to no active owner on 2011-02-23 diff --git a/sources b/sources deleted file mode 100644 index 049fb2d..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -2ca942fa38b57175121333d350773ddd valide-20100923bzr557.tar.xz -b7e2a245a559bb4a841f593f6b80f11e valadoc.py diff --git a/valide.spec b/valide.spec deleted file mode 100644 index d60f9c4..0000000 --- a/valide.spec +++ /dev/null @@ -1,259 +0,0 @@ -%global alphatag 20100923 -%global svn_revision bzr557 -%global gtk2_version 2.18.0 -%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: -# bzr branch -r 557 lp:valide valide-20100923bzr557 -# tar -cJvf valide-20100923bzr557.tar.xz valide-20100923bzr557 - -Name: valide -Version: 0.7.0 -Release: 8.%{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} -BuildRequires: vala-devel >= %{vala_version} -BuildRequires: sqlite-devel, unique-devel, desktop-file-utils, gtksourceview2-devel, intltool -BuildRequires: waf, libyaml-devel, libgdl-devel - -Requires: vala-devel >= %{vala_version} -Requires: vala-tools, vala-doc -Requires: hicolor-icon-theme - -%description -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, 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 devel -Val(a)IDE est un Environnement de Développement Intégré pour le langage de -programmation Vala. -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} -cp %{SOURCE1} . - -%build -CFLAGS="%{optflags}" LINKFLAGS="%{optflags}" waf -v configure --prefix=%{_prefix} --with-libdir=%{_libdir} --debug -waf -vv %{?_smp_mflags} - -%install -rm -rf %{buildroot} -echo -e "\n************************************************************\n" -./waf -vv install --destdir=%{buildroot} --debug -desktop-file-install --vendor="" \ - --mode 0644 \ - --dir=%{buildroot}%{_datadir}/applications/ \ - %{buildroot}%{_datadir}/applications/%{name}.desktop -find %{buildroot}%{_libdir} -name *.so -exec chmod 755 {} \; -%find_lang %{name} - -%clean -rm -rf %{buildroot} - -%post -# For dynamical link, shared librairy -/sbin/ldconfig -# Use this because a desktop entry has a 'MimeType key. -update-desktop-database &> /dev/null || : -# update-mime-database -update-mime-database %{_datadir}/mime &> /dev/null || : -# update icon themes -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%posttrans -# update icon themes -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -# For dynamical link, shared librairy -/sbin/ldconfig -# Use this because a desktop entry has a 'MimeType key. -update-desktop-database &> /dev/null || : -# update-mime-database -update-mime-database %{_datadir}/mime &> /dev/null || : -# update icon themes -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%files -f %{name}.lang -%defattr(-,root,root,-) -%doc README COPYING ChangeLog NEWS TODO AUTHORS -%{_bindir}/ctags-vala -%{_bindir}/valide -%{_libdir}/libvalide-*.so.* -%{_libdir}/valide/ -%{_datadir}/pixmaps/valide/ -%{_datadir}/vala/vapi/* -%{_datadir}/valide/ -%{_datadir}/applications/valide.desktop -%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-vide.png -%{_datadir}/mime/packages/x-vide.xml -%{_mandir}/man1/ctags-vala.1.gz -%{_mandir}/man1/valide.1.gz -%files devel -%defattr(-,root,root,-) -%{_includedir}/valide-*/ -%{_libdir}/libvalide-*.so - -%changelog -* Mon Feb 07 2011 Fedora Release Engineering - 0.7.0-8.20100923bzr557 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Oct 08 2010 Jonathan MERCIER 0.7.0-8.20100923bzr557 -- Fix spec - -* Sat Sep 04 2010 Jonathan MERCIER 0.7.0-5.20100904svn689 -- Update to last revision (689) - -* Fri Sep 03 2010 Jonathan MERCIER 0.7.0-4 -- Update to stable release 0.7.0 - -* Fri Sep 02 2010 Jonathan MERCIER 0.7-320100901svn686 -- Update to revision 686 - -* Fri Aug 06 2010 Jonathan MERCIER 0.7-2.20100727svn664 -- Update to revision 664 version 0.7 - -* Thu Jun 01 2010 Jonathan MERCIER 0.6.1-0.28.20101105svn609 -- Minor Fix - -* Thu Jun 01 2010 Jonathan MERCIER 0.6.1-0.27.20101105svn609 -- Minor Fix - -* Thu Jun 01 2010 Jonathan MERCIER 0.6.1-0.26.20101105svn609 -- Some bug Fixed -- update to new major release 7.0 - - -* Sat May 08 2010 Jonathan MERCIER 0.6.1-0.25.20100705svn589 -- Some bug Fixed -- update to new minor release - -* Sun Apr 25 2010 Jonathan MERCIER 0.6.1-0.24.20101604svn538 -- Replace action can be undo -- Fix issue #136 - -* Wed Apr 16 2010 Jonathan MERCIER 0.6.1-0.23.20101604svn536 -- Bug fix: search widget -- Improve GtkBuilder binding -- Remove duplicate file opening -- Update the GDL binding to 2.30 -- Many other bug fix - -* Wed Mar 31 2010 Jonathan MERCIER 0.6.1-0.22.20103003svn511 -- Allow plugins configuration -- Update castillan language -- Update french language -- Add advanced search plugins -- Fix crash with vala 7.10 -- And other minor bug fixed - -* Wed Jan 15 2010 Jonathan MERCIER 0.6.1-0.21.20093012svn488 -- Update to the new version 0.6.1 - -* Mon Oct 19 2009 Jonathan MERCIER 0.5.1-0.20.20091019svn425 -- Bug fix - -* Mon Oct 19 2009 Jonathan MERCIER 0.5.1-0.19.20091019svn425 -- Bug fix - -* Mon Oct 19 2009 Jonathan MERCIER 0.5.1-0.18.20091019svn425 -- Update valide to revision 425 -- Some bug fix - -* Tue Sep 01 2009 Jonathan MERCIER 0.5.1-0.17.20090825svn385 -- Update valide to revision 385 -- Some bug fix - -* Fri Jul 30 2009 Jonathan MERCIER 0.5.1-0.16.20090726svn303 -- Fix the empty debuginfo with a newest option in build section --debug - -* Tue Jul 28 2009 Jonathan MERCIER 0.5.1-0.15.20090726svn303 -- Update valide to revision 303 -- Add require for devel package - -* Mon Jul 20 2009 Jonathan MERCIER 0.5.1-0.14.20090720svn291 -- Update valide to revision 291 - -* Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.13.20090713svn280 -- Fix changelog - -* Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.12.20090713svn280 -- Update to revision 280 - -* Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.11.20090713svn278 -- fixe changelog - -* Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.10.20090713svn278 -- Remove some blank lines - -* Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.9.svn27820090713 -- Add %%posttrans section -- Change summary -- Change description -- Add Inttool in BuildEquires -- Change %%{_libdir}/libvalide-*.so.* in %%files of the main package -- Change %%{_libdir}/libvalide-*.so in %%files of the -devel package -- Change %%{_includedir}/valide-0.5/ to %%{_includedir}/valide-*/ - -* Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.8.278svn -- Add version the BuildRequires: vala-devel and gtk2-devel - -* Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.7.278svn -- Remove %%{_bindir}/valide in %%post and %%postun section - -* Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.6.278svn -- Remove --add and --remove option in /sbin/ldconfig - -* Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.5.278svn -- Fix %%global variable - -* Tue Jul 14 2009 Jonathan MERCIER 0.5.1-0.4.278svn -- Use revision 278 -- Drop Requires: vala >= %%{vala_version} -- Drop Requires: vala-devel >= %%{vala_version} -- BuildRequires in two line -- Add Comment in %%post and %%postun -- Remove some of the empty lines - -* Mon Jul 13 2009 Jonathan MERCIER 0.5.1-0.3.277svn -- Use revision 277 -- Fix spec file - -* Sun Jul 11 2009 Jonathan MERCIER 0.5.1-0.2.275svn -- Use revision 275 -- Fix spec file - -* Sun Jul 5 2009 nicolas joseph 0.5.1 -- Initial Release