rpms/gedit-vala/F-10 .cvsignore, 1.3, 1.4 gedit-vala.spec, 1.6, 1.7 sources, 1.3, 1.4

Michel Alexandre Salim salimma at fedoraproject.org
Tue Jul 14 08:26:21 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/gedit-vala/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22951/F-10

Modified Files:
	.cvsignore gedit-vala.spec sources 
Log Message:
* Tue Jul 14 2009 Michel Salim <salimma at fedoraproject.org> - 0.5.0-0.1.r319svn%{?dist}
- Update to SVN rev 319 (needed to build against vala 0.7.x)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gedit-vala/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	24 Feb 2009 14:07:26 -0000	1.3
+++ .cvsignore	14 Jul 2009 08:25:50 -0000	1.4
@@ -1 +1 @@
-vtg-0.4.1.tar.bz2
+vtg-r319.tar.bz2


Index: gedit-vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gedit-vala/F-10/gedit-vala.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- gedit-vala.spec	25 Feb 2009 04:16:14 -0000	1.6
+++ gedit-vala.spec	14 Jul 2009 08:25:50 -0000	1.7
@@ -1,21 +1,26 @@
 %define upstream_name vtg
+%define svn_rev r319
 
 Name:           gedit-vala
-Version:        0.4.1
-Release:        2%{?dist}
+Version:        0.5.0
+Release:        0.1.%{svn_rev}svn%{?dist}
 Summary:        Vala Toys for gEdit
 
 Group:          Applications/Editors
 License:        GPLv2+
 URL:            http://code.google.com/p/vtg/
-Source0:        http://vtg.googlecode.com/files/vtg-%{version}.tar.bz2
+#Source0:        http://vtg.googlecode.com/files/vtg-%{version}.tar.bz2
+Source0:        vtg-%{svn_rev}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# For SVN checkout only
+BuildRequires:  gnome-common autoconf automake libtool
+# end SVN
 BuildRequires:  gedit-devel vala-devel GConf2-devel
 # GConf2-devel ought to depend on dbus-devel:
 # https://bugzilla.redhat.com/show_bug.cgi?id=485667
 BuildRequires:  dbus-devel
-BuildRequires:  gtksourcecompletion-devel
+BuildRequires:  gtksourcecompletion-devel >= 0.7.0
 BuildRequires:  intltool perl(XML::Parser)
 BuildRequires:  readline-devel 
 Requires:       gedit vala
@@ -41,11 +46,14 @@ with four modules:
 
 
 %prep
-%setup -q -n %{upstream_name}-%{version}
+#setup -q -n %{upstream_name}-%{version}
+%setup -q -n %{upstream_name}
 
 
 %build
-%configure
+NOCONFIGURE=1 ./autogen.sh
+# http://code.google.com/p/vtg/issues/detail?id=67
+%configure --disable-vsc-shell
 # this switch is ignored right now
 # --docdir=%{_docdir}/%{name}-%{version}
 make %{?_smp_mflags}
@@ -72,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 14 2009 Michel Salim <salimma at fedoraproject.org> - 0.5.0-0.1.r319svn%{?dist}
+- Update to SVN rev 319 (needed to build against vala 0.7.x)
+
 * Tue Feb 24 2009 Michel Salim <salimma at fedoraproject.org> - 0.4.1-2
 - Add requirements needed to build sample projects
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gedit-vala/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	24 Feb 2009 14:07:26 -0000	1.3
+++ sources	14 Jul 2009 08:25:50 -0000	1.4
@@ -1 +1 @@
-047d96fd651bb268779dad5aeaa8f558  vtg-0.4.1.tar.bz2
+8b9ce25d6391d8da04df3033e6f988ef  vtg-r319.tar.bz2




More information about the fedora-extras-commits mailing list