Commit 2d90cd565b78f4102a4e4c399698c7d164d1386b
1 parent
95fd206f
Minor changes in spec file
Showing
1 changed file
with
5 additions
and
6 deletions
libmodbus.spec
| 1 | -Summary: A Modbus library in C, which supports RTU communication over a serial line or a TCP link. | |
| 1 | +Summary: A Modbus library in C, which supports RTU communication over a serial line or a TCP link. | |
| 2 | 2 | Name: libmodbus |
| 3 | 3 | Version: 2.0.3 |
| 4 | 4 | Release: 1 |
| 5 | 5 | License: LGPL V3+ |
| 6 | -Packager: Some random Internet user | |
| 6 | +Packager: Stéphane Raimbault | |
| 7 | 7 | URL: https://launchpad.net/libmodbus/ |
| 8 | -Group: Applications/System | |
| 8 | +Group: Applications/System | |
| 9 | 9 | Provides: libmodbus=2.0.3 |
| 10 | 10 | Requires: ,/bin/sh |
| 11 | 11 | |
| ... | ... | @@ -15,9 +15,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
| 15 | 15 | BuildRequires: autoconf, automake |
| 16 | 16 | |
| 17 | 17 | %description |
| 18 | -A Modbus library for Linux (and OSX) wrote in C and which supports | |
| 18 | +A Modbus library for Linux (and OSX) wrote in C and which supports | |
| 19 | 19 | RTU communication over a serial line or a TCP link. Clean and fast! |
| 20 | -Supports controling an RTU and being an RTU. | |
| 21 | 20 | |
| 22 | 21 | %prep |
| 23 | 22 | %setup -q |
| ... | ... | @@ -25,7 +24,7 @@ Supports controling an RTU and being an RTU. |
| 25 | 24 | autoreconf |
| 26 | 25 | |
| 27 | 26 | %build |
| 28 | -%configure | |
| 27 | +%configure | |
| 29 | 28 | |
| 30 | 29 | make |
| 31 | 30 | ... | ... |