Skip to content

Commit

Permalink
[update] Update to version 0.34.11, to support tracker 1.12. MER#1830
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Branson committed Oct 20, 2017
1 parent 032ab2d commit 9e15a2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/bootstrap
21 changes: 7 additions & 14 deletions 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)
Expand Down Expand Up @@ -102,45 +102,38 @@ 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

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
# >> files
%doc COPYING
%{_bindir}/valac
%{_bindir}/valac-*
%{_bindir}/vala
%{_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
2 changes: 1 addition & 1 deletion vala
Submodule vala updated from 5d370f to c27606

0 comments on commit 9e15a2b

Please sign in to comment.