-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdash-sdk.spec.in
More file actions
40 lines (32 loc) · 901 Bytes
/
dash-sdk.spec.in
File metadata and controls
40 lines (32 loc) · 901 Bytes
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
36
37
38
39
40
Name: dash-sdk
Version: @PACKAGE_VERSION@
Release: 1
License: BSD
Url: http://sourceforge.net/projects/dash-management/
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: Applications/Management
#BuildRequires:
Requires: libxml curl
Summary: The software developers kit which helps you implemnting your own Windows or Linux DASH client.
%description
The software developers kit which helps you implemnting your own Windows or Linux DASH client.
%prep
%setup
%build
%configure
make
%install
make DESTDIR=%{buildroot} install
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%{_bindir}/*
%{_includedir}/*
%{_libdir}/*
#%{_libdir}/openwsman/*
#%{_sbindir}/openwsmand
/etc/openwsman/owsmangencert.sh
#%{_libdir}/pkgconfig/dash-sdk.pc
/usr/share/man/man1/dashcli.1.gz