Add back Makefile.vapigen
It's needed by various projects build systems to enable vala support.
This commit is contained in:
parent
c1afd3a51c
commit
4d35120e82
@ -2,7 +2,7 @@
|
||||
|
||||
Name: vala
|
||||
Version: 0.15.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A modern programming language for GNOME
|
||||
|
||||
Group: Development/Languages
|
||||
@ -161,8 +161,6 @@ cp -p %{SOURCE3} COPYING
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
# Makefile.vapigen somehow gets copied; bug authors
|
||||
rm $RPM_BUILD_ROOT%{_datadir}/vala/Makefile.vapigen
|
||||
# remove symlinks, using alternatives
|
||||
for f in %{vala_binaries} %{vala_tools_binaries};
|
||||
do
|
||||
@ -275,6 +273,7 @@ fi
|
||||
%{_libdir}/pkgconfig/libvala-%{api_ver}.pc
|
||||
# directory owned by filesystem
|
||||
%{_datadir}/aclocal/vala.m4
|
||||
%{_datadir}/vala/Makefile.vapigen
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root,-)
|
||||
@ -309,6 +308,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 27 2012 Ray Strode <rstrode@redhat.com> 0.15.2-2
|
||||
- Add back Makefile.vapigen. It's needed by various projects
|
||||
build systems to enable vala support.
|
||||
|
||||
* Wed Mar 21 2012 Richard Hughes <rhughes@redhat.com> - 0.15.2-1
|
||||
- Update to 0.15.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user