blob: a41de001c6651a27033dd66bf95d2a579baa9b52 (
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
32
33
34
35
|
Name: capi-base-common
Summary: TO BE FILLED IN
Version: 0.1.0
Release: 1
Group: TO_BE/FILLED_IN
License: TO BE FILLED IN
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
%description
%prep
%setup -q
%build
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
%make_install
%files
/usr/include/*.h
/usr/lib/pkgconfig/capi-base-common.pc
|