Commit 0b62fdd6c617f7817fa35ddc080b8db623c035ba

Authored by Stéphane Raimbault
1 parent 16d909ab

Updated RPM spec file with new man pages

doc/Makefile.am
... ... @@ -3,13 +3,12 @@ MAN3 = \
3 3 modbus_connect.3 \
4 4 modbus_flush.3 \
5 5 modbus_free.3 \
6   - modbus_get_byte_timeout.3 \
7 6 modbus_get_byte_from_bits.3 \
  7 + modbus_get_byte_timeout.3 \
8 8 modbus_get_float.3 \
9   - modbus_set_float.3 \
10 9 modbus_get_header_length.3 \
11   - modbus_get_socket.3 \
12 10 modbus_get_response_timeout.3 \
  11 + modbus_get_socket.3 \
13 12 modbus_mapping_free.3 \
14 13 modbus_mapping_new.3 \
15 14 modbus_new_rtu.3 \
... ... @@ -19,27 +18,28 @@ MAN3 = \
19 18 modbus_read_input_bits.3 \
20 19 modbus_read_input_registers.3 \
21 20 modbus_read_registers.3 \
22   - modbus_receive.3 \
23 21 modbus_receive_confirmation.3 \
24 22 modbus_receive_from.3 \
25   - modbus_report_slave_id.3 \
26   - modbus_reply.3 \
  23 + modbus_receive.3 \
27 24 modbus_reply_exception.3 \
  25 + modbus_reply.3 \
  26 + modbus_report_slave_id.3 \
28 27 modbus_rtu_get_serial_mode.3 \
29 28 modbus_rtu_set_serial_mode.3 \
30 29 modbus_send_raw_request.3 \
31   - modbus_set_byte_timeout.3 \
32   - modbus_set_bits_from_byte.3 \
33 30 modbus_set_bits_from_bytes.3 \
  31 + modbus_set_bits_from_byte.3 \
  32 + modbus_set_byte_timeout.3 \
34 33 modbus_set_debug.3 \
35 34 modbus_set_error_recovery.3 \
  35 + modbus_set_float.3 \
  36 + modbus_set_response_timeout.3 \
36 37 modbus_set_slave.3 \
37 38 modbus_set_socket.3 \
38   - modbus_set_response_timeout.3 \
39 39 modbus_strerror.3 \
  40 + modbus_write_and_read_registers.3 \
40 41 modbus_write_bits.3 \
41 42 modbus_write_bit.3 \
42   - modbus_write_and_read_registers.3 \
43 43 modbus_write_registers.3 \
44 44 modbus_write_register.3
45 45 MAN7 = libmodbus.7
... ...
libmodbus.spec.in
... ... @@ -78,7 +78,9 @@ make %{?_smp_mflags}
78 78 %{_mandir}/man3/modbus_connect.3.gz
79 79 %{_mandir}/man3/modbus_flush.3.gz
80 80 %{_mandir}/man3/modbus_free.3.gz
  81 +%{_mandir}/man3/modbus_get_byte_from_bits.3.gz
81 82 %{_mandir}/man3/modbus_get_byte_timeout.3.gz
  83 +%{_mandir}/man3/modbus_get_float.3.gz
82 84 %{_mandir}/man3/modbus_get_header_length.3.gz
83 85 %{_mandir}/man3/modbus_get_response_timeout.3.gz
84 86 %{_mandir}/man3/modbus_get_socket.3.gz
... ... @@ -94,13 +96,18 @@ make %{?_smp_mflags}
94 96 %{_mandir}/man3/modbus_receive_confirmation.3.gz
95 97 %{_mandir}/man3/modbus_receive_from.3.gz
96 98 %{_mandir}/man3/modbus_receive.3.gz
  99 +%{_mandir}/man3/modbus_reply_exception.3.gz
  100 +%{_mandir}/man3/modbus_reply.3.gz
97 101 %{_mandir}/man3/modbus_report_slave_id.3.gz
98 102 %{_mandir}/man3/modbus_rtu_get_serial_mode.3.gz
99 103 %{_mandir}/man3/modbus_rtu_set_serial_mode.3.gz
100 104 %{_mandir}/man3/modbus_send_raw_request.3.gz
  105 +%{_mandir}/man3/modbus_set_bits_from_bytes.3.gz
  106 +%{_mandir}/man3/modbus_set_bits_from_byte.3.gz
101 107 %{_mandir}/man3/modbus_set_byte_timeout.3.gz
102 108 %{_mandir}/man3/modbus_set_debug.3.gz
103 109 %{_mandir}/man3/modbus_set_error_recovery.3.gz
  110 +%{_mandir}/man3/modbus_set_float.3.gz
104 111 %{_mandir}/man3/modbus_set_response_timeout.3.gz
105 112 %{_mandir}/man3/modbus_set_slave.3.gz
106 113 %{_mandir}/man3/modbus_set_socket.3.gz
... ...