Install the glade catalog and enable vala support
This commit is contained in:
parent
309c50dc45
commit
6af37209d5
@ -10,6 +10,7 @@ URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/libgweather/3.9/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: glade-devel
|
||||
BuildRequires: gtk3-devel >= 2.90.0
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libsoup-devel >= 2.4
|
||||
@ -19,6 +20,8 @@ BuildRequires: intltool
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gobject-introspection-devel >= 0.10
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: vala-devel
|
||||
BuildRequires: vala-tools
|
||||
|
||||
# for directories
|
||||
Requires: gnome-icon-theme
|
||||
@ -83,14 +86,22 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_libdir}/libgweather-3.so
|
||||
%{_libdir}/pkgconfig/gweather-3.0.pc
|
||||
%{_datadir}/gir-1.0/GWeather-3.0.gir
|
||||
%dir %{_datadir}/glade/
|
||||
%dir %{_datadir}/glade/catalogs/
|
||||
%{_datadir}/glade/catalogs/libgweather.xml
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%{_datadir}/gtk-doc/html/libgweather-3.0
|
||||
%dir %{_datadir}/vala/
|
||||
%dir %{_datadir}/vala/vapi/
|
||||
%{_datadir}/vala/vapi/gweather-3.0.vapi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
|
||||
- Update to 3.9.91
|
||||
- Install the glade catalog
|
||||
- Enable vala support
|
||||
|
||||
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
|
||||
- Update to 3.9.90
|
||||
|
||||
Loading…
Reference in New Issue
Block a user