File xfce4-vala.spec of Package xfce4-vala
#
# spec file for package xfce4-vala
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xfce4-vala
Version: @SERVICE@
Release: 0
Summary: Vala Bindings to Xfce Libraries
License: LGPL-2.1-or-later
Group: Development/Libraries/Other
URL: http://wiki.xfce.org/vala-bindings
Source: %{name}-%{version}.tar.bz2
Source100: %{name}-rpmlintrc
BuildRequires: fdupes
BuildRequires: libvala-devel
BuildRequires: pkgconfig
BuildRequires: vala
BuildRequires: xfce4-dev-tools
BuildRequires: pkgconfig(exo-1)
BuildRequires: pkgconfig(libxfce4panel-1.0)
BuildRequires: pkgconfig(libxfce4ui-1)
BuildRequires: pkgconfig(libxfce4util-1.0)
BuildRequires: pkgconfig(libxfconf-0)
Requires: vala
BuildArch: noarch
%description
This package provides Vala bindings to Xfce Libraries.
%prep
%setup -q
%build
%global vala_version %{?libvala_version}%{!?libvala_version:%(rpm -q --provides $(rpm -q --whatprovides libvala-devel) | grep -o "pkgconfig(libvala-.*)" | sed -e "s|pkgconfig(libvala-||" -e "s|)||g")}
NOCONFIGURE=1 ./autogen.sh
%configure \
--enable-maintainer-mode \
--with-vala-api=%{vala_version}
make %{?_smp_mflags}
%install
%make_install
%fdupes %{buildroot}%{_datadir}/vala-%{vala_version}
%files
%doc AUTHORS COPYING NEWS README TODO
%{_datadir}/pkgconfig/%{name}.pc
%dir %{_datadir}/vala-%{vala_version}
%dir %{_datadir}/vala-%{vala_version}/vapi
%{_datadir}/vala-%{vala_version}/vapi/*.deps
%{_datadir}/vala-%{vala_version}/vapi/*.vapi
%changelog