blob: 5e11cde39415f546c0e7819d85eb1dbcee13c8d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Name: weston-generic
Version: 1
Release: 0
Summary: Tizen Generic Weston configuration and set-up
License: MIT
Group: Base/Configuration
BuildArch: noarch
Source0: %{name}-%{version}.tar.bz2
Source1001: weston-generic.manifest
%description
This package contains Tizen Generic configuration and set-up for
the Weston compositor.
%prep
%setup -q
cp %{SOURCE1001} .
%build
%install
%define weston_config_dir %{_sysconfdir}/xdg/weston
mkdir -p %{buildroot}%{weston_config_dir}
install -m 0644 weston.ini %{buildroot}%{weston_config_dir}
%files
%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
%config %{weston_config_dir}/weston.ini
|