Fix FTBFS
This commit is contained in:
parent
f35f1a60c0
commit
063b0b0652
@ -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@fedoraproject.org> 0.23.1-2
|
||||
- Fix FTBFS
|
||||
|
||||
* Wed Jan 08 2014 Richard Hughes <rhughes@redhat.com> - 0.23.1-1
|
||||
- Update to 0.23.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user