[vala] Fix FTBFS

Peter Robinson pbrobinson at fedoraproject.org
Sun Jan 26 17:32:18 UTC 2014


commit 063b0b06528d09c59d3cc92dc886ea5321ea7a4e
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Jan 26 17:32:19 2014 +0000

    Fix FTBFS

 vala.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/vala.spec b/vala.spec
index b3da1ec..fcf2a54 100644
--- a/vala.spec
+++ b/vala.spec
@@ -1,9 +1,9 @@
-%global api_ver 0.22
+%global api_ver 0.24
 %global priority 90
 
 Name:           vala
 Version:        0.23.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A modern programming language for GNOME
 
 # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
@@ -159,7 +159,7 @@ do
 done
 # own this directory for third-party *.vapi files
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/vala/vapi
-rm $RPM_BUILD_ROOT%{_libdir}/libvala-%{api_ver}.la
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 # Emacs mode files
 mkdir -p $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{name}
@@ -274,6 +274,9 @@ done
 
 
 %changelog
+* Sun Jan 26 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.23.1-2
+- Fix FTBFS
+
 * Wed Jan 08 2014 Richard Hughes <rhughes at redhat.com> - 0.23.1-1
 - Update to 0.23.1
 


More information about the scm-commits mailing list