2 Version: @PACKAGE_VERSION@
4 Summary: A Modbus library
5 Group: Applications
/System
7 URL: http
://www.libmodbus.org
/
8 Source0: https
://github.com
/downloads
/stephane
/libmodbus
/libmodbus
-%{version}.tar.gz
9 BuildRequires
: autoconf
, automake
, libtool
, xmlto
, asciidoc
12 libmodbus is a C library designed to provide a fast and robust implementation of
13 the Modbus protocol. It runs on Linux
, Mac OS X
, FreeBSD
, QNX and Windows.
15 This package contains the libmodbus shared library.
18 Summary: Development files
for libmodbus
19 Group: Development
/Libraries
20 Requires: %{name}%{?_isa} = %{version}-%{release}
23 libmodbus is a C library designed to provide a fast and robust implementation of
24 the Modbus protocol. It runs on Linux
, Mac OS X
, FreeBSD
, QNX and Windows.
26 This package contains libraries
, header files and developer documentation needed
27 for developing software which uses the libmodbus library.
39 make install DESTDIR
=%{buildroot}
40 rm -f
%{buildroot}/%{_libdir}/*.la
42 %post -p
/sbin
/ldconfig
44 %postun -p
/sbin
/ldconfig
49 %doc AUTHORS MIGRATION NEWS COPYING
* README.rst
51 %{_libdir}/libmodbus.so.
*
55 %{_includedir}/modbus
/
57 %{_libdir}/pkgconfig
/libmodbus.pc
58 %{_libdir}/libmodbus.so
64 * Sun
, 06 Oct
2013 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.5-1
65 - new upstream release
67 * Wed May
08 2013 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.4-1
68 - new upstream release
70 * Fri May
25 2012 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.3-1
71 - new upstream release
73 * Mon Jan
16 2012 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.2-1
74 - new upstream release
76 * Mon Jul
23 2011 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.1-2
77 - package reviewed by Peter Lemenkov
<lemenkov@gmail.com
> and Veeti Paananen
78 <veeti.paananen@rojekti.
fi> of Fedora Quality Assurance team
80 * Mon Jul
18 2011 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.1-1
81 - new upstream release
83 * Thu Jul
11 2011 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.0-1
84 - revert the license to LGPLv2.1
+
85 - new spec file generated by autoconf
86 - add documentation
, devel package and various changes
88 * Sun Jun
5 2011 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 2.9.4-1
89 - new upstream release
91 * Mon Jan
10 2011 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 2.9.3-1
92 - new upstream release
94 * Mon Oct
5 2010 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 2.9.2-1
95 - new upstream release
97 * Fri Jul
2 2008 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 2.0.1-1
98 - new upstream release
100 * Fri May
2 2008 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 2.0.0-1
101 - integrate extern_for_cpp
in upstream.
102 - update the license to version LGPL v3.
104 * Tue Apr
30 2008 Todd Denniston
<Todd.Denniston@ssa.crane.navy.mil
> - 1.9.0-2
105 - get the license corrected
in the spec file.
106 - add a
URL for where to find libmodbus.
107 - tweak the summary and description.
109 * Tue Apr
29 2008 Todd Denniston
<Todd.Denniston@ssa.crane.navy.mil
> - 1.9.0-1
110 - upgrade to latest upstream
(pre
-release
)
111 - port extern_for_cpp patch to
1.9.0
113 * Tue Apr
29 2008 Todd Denniston
<Todd.Denniston@ssa.crane.navy.mil
> - 1.2.4-2_tad
114 - add a patch to allow compiling with c
++ code.
116 * Mon Apr
28 2008 Todd Denniston
<Todd.Denniston@ssa.crane.navy.mil
> - 1.2.4-1_tad
118 - include patch
for controling error
-treat.