diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fab0672 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/bootstrap diff --git a/rpm/vala.spec b/rpm/vala.spec index 643dbc4..a1f5cf4 100644 --- a/rpm/vala.spec +++ b/rpm/vala.spec @@ -1,12 +1,12 @@ Name: vala Summary: A modern programming language for GNOME -Version: 0.24.0 +Version: 0.34.11 Release: 1 Group: Development/Languages License: LGPLv2+ and BSD URL: http://live.gnome.org/Vala -Source0: http://download.gnome.org/sources/vala/0.16/vala-%{version}.tar.xz +Source0: http://download.gnome.org/sources/vala/0.34.11/vala-%{version}.tar.xz Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(glib-2.0) @@ -102,6 +102,8 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install +# Drop the devhelp, as it's conditionally built depending on the presence of xsltproc +rm -rf %{buildroot}/%{_datadir}/devhelp/books/vala-* %post -p /sbin/ldconfig @@ -109,7 +111,6 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -# >> files %doc COPYING %{_bindir}/valac %{_bindir}/valac-* @@ -117,30 +118,22 @@ rm -rf %{buildroot} %{_bindir}/vala-* %{_datadir}/vala* %{_libdir}/libvala*.so.* -%{_mandir}/*/valac* -# << files %files doc %defattr(-,root,root,-) -# >> files doc -%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README THANKS -# << files doc +%doc AUTHORS ChangeLog COPYING NEWS README THANKS +%{_mandir}/*/valac* +%{_mandir}/*/*gen* %files tools %defattr(-,root,root,-) -# >> files tools %{_bindir}/*gen* %{_bindir}/vapicheck* %{_libdir}/vala* -%{_mandir}/*/*gen* -# << files tools %files devel %defattr(-,root,root,-) -# >> files devel %{_includedir}/vala* %{_libdir}/libvala*.so %{_libdir}/pkgconfig/*.pc -%{_datadir}/pkgconfig/*.pc %{_datadir}/aclocal/* -# << files devel diff --git a/vala b/vala index 5d370fc..c276065 160000 --- a/vala +++ b/vala @@ -1 +1 @@ -Subproject commit 5d370fcd029c39c621449f8d29768dec7a294a24 +Subproject commit c276065494fe8193fa87dae90afae578f82504d6