]> git.pld-linux.org Git - packages/vala.git/blobdiff - vala.spec
Update to 0.36.4
[packages/vala.git] / vala.spec
index b38370ee2a9c4fdb1fc49b0df5da552fb8066f4e..6f497f52a7a421e539aad26e6fba50b7e4f32fee 100644 (file)
--- a/vala.spec
+++ b/vala.spec
@@ -1,24 +1,28 @@
-%define        major_ver       0.32
+# Conditional build:
+%bcond_with    bootstrap       # bootstrap build
+
+%define        major_ver       0.36
 Summary:       GObject-based language compiler
 Summary(pl.UTF-8):     Kompilator jÄ™zyka opartego na bibliotece GObject
 Name:          vala
-Version:       0.32.1
+Version:       0.36.4
 Release:       1
 Epoch:         2
 License:       LGPL v2+
 Group:         Development/Languages
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/vala/0.32/%{name}-%{version}.tar.xz
-# Source0-md5: 755881770bffac020b5ea5f625fbe528
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/vala/0.36/%{name}-%{version}.tar.xz
+# Source0-md5: 3c19014093f1a3d995357253b463082c
 URL:           http://live.gnome.org/Vala
-BuildRequires: autoconf >= 2.50
+BuildRequires: autoconf >= 2.65
 BuildRequires: automake >= 1:1.11
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: glib2-devel >= 1:2.32.0
-BuildRequires: libtool
+BuildRequires: libtool >= 2:2.2.6
 BuildRequires: libxslt-progs
-BuildRequires: pkgconfig
+BuildRequires: pkgconfig >= 1:0.21
 BuildRequires: tar >= 1:1.22
+%{!?with_bootstrap:BuildRequires:      vala >= 2:0.25.1}
 BuildRequires: xz
 Requires:      glib2 >= 1:2.32.0
 Conflicts:     gdk-pixbuf2 < 2.23.3-1
@@ -100,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog MAINTAINERS NEWS README THANKS
+%doc AUTHORS ChangeLog NEWS README THANKS
 %attr(755,root,root) %{_bindir}/vala
 %attr(755,root,root) %{_bindir}/vala-%{major_ver}
 %attr(755,root,root) %{_bindir}/vala-gen-introspect
@@ -116,8 +120,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libvala-%{major_ver}.so
 %{_includedir}/vala-%{major_ver}
 %{_pkgconfigdir}/libvala-%{major_ver}.pc
-%{_npkgconfigdir}/vapigen-%{major_ver}.pc
-%{_npkgconfigdir}/vapigen.pc
+%{_pkgconfigdir}/vapigen-%{major_ver}.pc
+%{_pkgconfigdir}/vapigen.pc
 %dir %{_datadir}/vala
 %{_datadir}/vala/Makefile.vapigen
 %dir %{_datadir}/vala/vapi
This page took 0.026523 seconds and 4 git commands to generate.