]> git.pld-linux.org Git - packages/rds-tools.git/blob - rds-tools.spec
- updated to 2.0.7
[packages/rds-tools.git] / rds-tools.spec
1 Summary:        RDS support tools
2 Summary(pl.UTF-8):      Narzędzia obsługujące RDS
3 Name:           rds-tools
4 Version:        2.0.7
5 Release:        1
6 License:        BSD or GPL v2
7 Group:          Networking/Utilities
8 # or: http://oss.oracle.com/projects/rds/files/sources/ (but sources dir is not browsable)
9 Source0:        http://www.openfabrics.org/downloads/rds-tools/%{name}-%{version}.tar.gz
10 # Source0-md5:  dcc6c04c044cfa70321716588a10758c
11 URL:            http://oss.oracle.com/projects/rds/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 rds-tools is a collection of support tools for the RDS socket API.
16
17 It includes rds-stress, rds-info, and rds-ping.
18
19 %description -l pl.UTF-8
20 rds-tools to zbiór narzędzi obsługujących API gniazd RDS.
21
22 Obejmuje rds-stress, rds-info i rds-ping.
23
24 %package devel
25 Summary:        Header files for RDS socket API
26 Summary(pl.UTF-8):      Pliki nagłówkowe API gniazd RDS
27 Group:          Development/Libraries
28 # doesn't require base
29
30 %description devel
31 Header files for RDS socket API.
32
33 %description devel -l pl.UTF-8
34 Pliki nagłówkowe API gniazd RDS.
35
36 %prep
37 %setup -q
38
39 %build
40 %configure
41 %{__make} \
42         CC="%{__cc}" \
43         CFLAGS="%{rpmcflags} -Wall -Iinclude"
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %attr(755,root,root) %{_bindir}/rds-info
57 %attr(755,root,root) %{_bindir}/rds-ping
58 %attr(755,root,root) %{_bindir}/rds-stress
59 %{_mandir}/man1/rds-info.1*
60 %{_mandir}/man1/rds-ping.1*
61 %{_mandir}/man1/rds-stress.1*
62
63 %files devel
64 %defattr(644,root,root,755)
65 %doc docs/rds-architecture.txt
66 %{_includedir}/net/rds.h
67 %{_mandir}/man7/rds.7*
68 %{_mandir}/man7/rds-rdma.7*
This page took 0.061596 seconds and 3 git commands to generate.