Enable binding generation tools
This commit is contained in:
parent
539aa0bdae
commit
6b7c0dc19c
@ -44,7 +44,7 @@ compiler.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --enable-vapigen
|
||||||
# Don't use rpath!
|
# Don't use rpath!
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
@ -75,12 +75,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/vala-1.0
|
%{_includedir}/vala-1.0
|
||||||
|
%{_bindir}/*gen
|
||||||
%{_libdir}/libvala.so
|
%{_libdir}/libvala.so
|
||||||
|
%{_libdir}/vala
|
||||||
%{_libdir}/pkgconfig/vala-1.0.pc
|
%{_libdir}/pkgconfig/vala-1.0.pc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 4 2007 Michel Salim <michel.sylvan@gmail.com> - 0.1.3-2
|
||||||
|
- Enable binding generation tools
|
||||||
|
|
||||||
* Sun Sep 2 2007 Michel Salim <michel.sylvan@gmail.com> - 0.1.3-1
|
* Sun Sep 2 2007 Michel Salim <michel.sylvan@gmail.com> - 0.1.3-1
|
||||||
- Update to 0.1.3
|
- Update to 0.1.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user