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 * Fri
, 21 Feb
2014 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.6-1
65 - new upstream release
67 * Sun
, 06 Oct
2013 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.5-1
68 - new upstream release
70 * Wed May
08 2013 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.4-1
71 - new upstream release
73 * Fri May
25 2012 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.3-1
74 - new upstream release
76 * Mon Jan
16 2012 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.2-1
77 - new upstream release
79 * Mon Jul
23 2011 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.1-2
80 - package reviewed by Peter Lemenkov
<lemenkov@gmail.com
> and Veeti Paananen
81 <veeti.paananen@rojekti.
fi> of Fedora Quality Assurance team
83 * Mon Jul
18 2011 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.1-1
84 - new upstream release
86 * Thu Jul
11 2011 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 3.0.0-1
87 - revert the license to LGPLv2.1
+
88 - new spec file generated by autoconf
89 - add documentation
, devel package and various changes
91 * Sun Jun
5 2011 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 2.9.4-1
92 - new upstream release
94 * Mon Jan
10 2011 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 2.9.3-1
95 - new upstream release
97 * Mon Oct
5 2010 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 2.9.2-1
98 - new upstream release
100 * Fri Jul
2 2008 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 2.0.1-1
101 - new upstream release
103 * Fri May
2 2008 Stéphane Raimbault
<stephane.raimbault@gmail.com
> - 2.0.0-1
104 - integrate extern_for_cpp
in upstream.
105 - update the license to version LGPL v3.
107 * Tue Apr
30 2008 Todd Denniston
<Todd.Denniston@ssa.crane.navy.mil
> - 1.9.0-2
108 - get the license corrected
in the spec file.
109 - add a
URL for where to find libmodbus.
110 - tweak the summary and description.
112 * Tue Apr
29 2008 Todd Denniston
<Todd.Denniston@ssa.crane.navy.mil
> - 1.9.0-1
113 - upgrade to latest upstream
(pre
-release
)
114 - port extern_for_cpp patch to
1.9.0
116 * Tue Apr
29 2008 Todd Denniston
<Todd.Denniston@ssa.crane.navy.mil
> - 1.2.4-2_tad
117 - add a patch to allow compiling with c
++ code.
119 * Mon Apr
28 2008 Todd Denniston
<Todd.Denniston@ssa.crane.navy.mil
> - 1.2.4-1_tad
121 - include patch
for controling error
-treat.