commit
bb8ad0bb6a
BIN
xfce4-vala-4.10.3.tar.bz2
Normal file
BIN
xfce4-vala-4.10.3.tar.bz2
Normal file
Binary file not shown.
50
xfce4-vala.spec
Normal file
50
xfce4-vala.spec
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user