File xfce4-vala.spec of Package xfce4-vala
#
# spec file for package xfce4-vala
#
# Copyright (c) 2015 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/
#
%if 0%{?suse_version} == 1230
%define vala_version 0.18
%endif
%if 0%{?suse_version} == 1310
%define vala_version 0.22
%endif
%if 0%{?suse_version} == 1315
%if 0%{?is_opensuse}
# openSUSE Leap
%define vala_version 0.28
%else
# SLE12
%define vala_version 0.22
%endif
%endif
%if 0%{?suse_version} == 1320
%define vala_version 0.26
%endif
%if 0%{?suse_version} > 1320
%define vala_version 0.28
%endif
%define vala_libname libvala-%{vala_version}
Name: xfce4-vala
Version: 4.10.3
Release: 0
Summary: Vala Bindings to Xfce Libraries
License: LGPL-2.1+
Group: Development/Libraries/Other
Url: http://wiki.xfce.org/vala-bindings
Source: http://archive.xfce.org/src/bindings/xfce4-vala/4.10/%{name}-%{version}.tar.bz2
Source100: %{name}-rpmlintrc
BuildRequires: fdupes
BuildRequires: vala
BuildRequires: pkgconfig(%{vala_libname})
BuildRequires: pkgconfig(exo-1)
BuildRequires: pkgconfig(libxfce4panel-1.0)
BuildRequires: pkgconfig(libxfce4ui-1)
BuildRequires: pkgconfig(libxfce4util-1.0)
BuildRequires: pkgconfig(libxfconf-0)
Requires: vala
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This package provides Vala bindings to Xfce Libraries.
%prep
%setup -q
%build
%configure --with-vala-api=%{vala_version}
make %{?_smp_mflags}
%install
%make_install
%fdupes %{buildroot}/usr/share/vala-%{vala_version}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_datadir}/pkgconfig/xfce4-vala.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