[vala] - Update to 0.9.7. - Remove clean section & buildroot. No longer needed.

Brian Pepple bpepple at fedoraproject.org
Thu Aug 26 00:17:26 UTC 2010


commit cea1a756f0175a9cfbc65b3a828dafbb51e6fdd9
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Wed Aug 25 20:17:24 2010 -0400

    - Update to 0.9.7.
    - Remove clean section & buildroot. No longer needed.

 .gitignore |    1 +
 sources    |    2 +-
 vala.spec  |   11 +++++------
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56e021d..78016a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 vala-0.9.3.tar.bz2
 vala-0.9.4.tar.bz2
 vala-0.9.5.tar.bz2
+/vala-0.9.7.tar.bz2
diff --git a/sources b/sources
index 37c4483..b7c5e03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c92ba5ebdc1d56299535f562991a2a8  vala-0.9.5.tar.bz2
+3062fe00c0f5b8f40cd2a94ff9bbe2da  vala-0.9.7.tar.bz2
diff --git a/vala.spec b/vala.spec
index b185305..0ce3a3d 100644
--- a/vala.spec
+++ b/vala.spec
@@ -5,7 +5,7 @@
 %global api_ver 0.10
 
 Name:           vala
-Version:        0.9.5
+Version:        0.9.7
 Release:        1%{?dist}
 Summary:        A modern programming language for GNOME
 
@@ -18,7 +18,6 @@ Source0:        http://download.gnome.org/sources/vala/0.9/vala-%{version}.tar.b
 Source1:        vala-mode.el
 Source2:        vala-init.el
 Source3:        emacs-vala-COPYING
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel flex bison devhelp gecko-libs >= 1.9
 BuildRequires:  emacs emacs-el
@@ -155,10 +154,6 @@ mkdir -p $RPM_BUILD_ROOT%{_emacs_sitestartdir}
 cp -p emacs-vala/*.el* $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{name}
 cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -214,6 +209,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 25 2010 Brian Pepple <bpepple at fedoraproject.org> - 0.9.7-1
+- Update to 0.9.7.
+- Remove clean section & buildroot. No longer needed.
+
 * Mon Aug  9 2010 Michel Salim <salimma at fedoraproject.org> - 0.9.5-1
 - Update to 0.9.5
 


More information about the scm-commits mailing list