File xfce4-vala.spec of Package xfce4-vala
#
# spec file for package xfce4-vala
#
# Copyright (c) 2011 SUSE LINUX Products 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: 4.8.0
Release: 1.<RELEASE2>
License: LGPLv2.1+
Summary: Vala bindings to Xfce
Url: http://wiki.xfce.org/vala-bindings
Group: Development/Libraries/Other
Source: %{name}-%{version}.tar.bz2
Source100: %{name}-rpmlintrc
BuildRequires: fdupes
BuildRequires: pkgconfig(libxfce4util-1.0)
BuildRequires: pkgconfig(libxfconf-0)
BuildRequires: pkgconfig(libxfce4ui-1)
BuildRequires: pkgconfig(libxfce4panel-1.0)
BuildRequires: pkgconfig(exo-1)
BuildRequires: pkgconfig(vala-0.10)
BuildRequires: vala >= 0.10
Requires: vala >= 0.10
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package provides Vala bindings to Xfce.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%fdupes %{buildroot}/usr/share/vala-0.10
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_libdir}/pkgconfig/xfce4-vala.pc
%dir %{_datadir}/vala-0.10
%dir %{_datadir}/vala-0.10/vapi
%{_datadir}/vala-0.10/vapi/*.deps
%{_datadir}/vala-0.10/vapi/*.vapi
%changelog