!1 Init package

Merge pull request !1 from 陈棋德/master
This commit is contained in:
openeuler-ci-bot 2020-08-03 07:33:43 +08:00 committed by Gitee
commit bb8ad0bb6a
2 changed files with 50 additions and 0 deletions

BIN
xfce4-vala-4.10.3.tar.bz2 Normal file

Binary file not shown.

50
xfce4-vala.spec Normal file
View File

@ -0,0 +1,50 @@
%global vala_version_api 0.48
Name: xfce4-vala
Version: 4.10.3
Release: 1
Summary: Vala bindings for the Xfce framework
License: LGPLv2+
#Group: Development/Libraries
URL: http://wiki.xfce.org/vala-bindings
Source0: http://archive.xfce.org/src/bindings/xfce4-vala/4.10/xfce4-vala-4.10.3.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: exo-devel
BuildRequires: garcon-devel
BuildRequires: libxfce4ui-devel
BuildRequires: libxfce4util-devel
BuildRequires: xfce4-panel-devel
BuildRequires: xfconf-devel
BuildRequires: vala-devel
# Needed for %%{_datadir}/vala*/vapi directory
Requires: vala(api) = %{vala_version_api}
%description
xfce4-vala offers Vala bindings to Xfce
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional runtime
requirements and without using a different ABI compared to applications and
libraries written in C.
%prep
%setup -q
%build
%configure --with-vala-api=%{vala_version_api}
%make_build
%install
%make_install
%files
%license COPYING
%doc AUTHORS NEWS README
%{_datadir}/pkgconfig/xfce4-vala.pc
%{_datadir}/vala-%{vala_version_api}/vapi/*
%changelog
* Mon Jul 27 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.10.3-1
- Init package