[libmodbus] Import libmodbus-3.0.1-2.fc15

Stéphane Raimbault stephaner at fedoraproject.org
Fri Aug 5 13:43:58 UTC 2011


commit c1602431b55c388159a66b665c2199370a15e066
Author: Stéphane Raimbault <stephane.raimbault at gmail.com>
Date:   Fri Aug 5 15:34:49 2011 +0200

    Import libmodbus-3.0.1-2.fc15

 .gitignore     |    1 +
 libmodbus.spec |  106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 108 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ab0221b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libmodbus-3.0.1.tar.gz
diff --git a/libmodbus.spec b/libmodbus.spec
new file mode 100644
index 0000000..eb6227a
--- /dev/null
+++ b/libmodbus.spec
@@ -0,0 +1,106 @@
+Name: libmodbus
+Version: 3.0.1
+Release: 2%{?dist}
+Summary: A Modbus library
+Group: Applications/System
+License: LGPLv2+
+URL: http://www.libmodbus.org/
+Source0: https://github.com/downloads/stephane/libmodbus/libmodbus-%{version}.tar.gz
+BuildRequires: autoconf, automake, xmlto, asciidoc
+
+%description
+libmodbus is a C library designed to provide a fast and robust implementation of
+the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows.
+
+This package contains the libmodbus shared library.
+
+%package devel
+Summary: Development files for libmodbus
+Group: Development/Libraries
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+libmodbus is a C library designed to provide a fast and robust implementation of
+the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows.
+
+This package contains libraries, header files and developer documentation needed
+for developing software which uses the libmodbus library.
+
+%prep
+%setup -q
+
+autoreconf
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+rm -f %{buildroot}/%{_libdir}/*.la
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root)
+
+%doc AUTHORS MIGRATION NEWS COPYING* README.rst
+
+%{_libdir}/libmodbus.so.*
+
+%files devel
+%defattr(-,root,root)
+%{_includedir}/modbus/
+
+%{_libdir}/pkgconfig/libmodbus.pc
+%{_libdir}/libmodbus.so
+
+%{_mandir}/man7/*.7.*
+%{_mandir}/man3/*.3.*
+
+%changelog
+* Mon Jul 23 2011 Stéphane Raimbault <stephane.raimbault at gmail.com> - 3.0.1-2
+- package reviewed by Peter Lemenkov <lemenkov at gmail.com> and Veeti Paananen
+  <veeti.paananen at rojekti.fi> of Fedora Quality Assurance team
+
+* Mon Jul 18 2011 Stéphane Raimbault <stephane.raimbault at gmail.com> - 3.0.1-1
+- new upstream release
+
+* Thu Jul 11 2011 Stéphane Raimbault <stephane.raimbault at gmail.com> - 3.0.0-1
+- revert the license to LGPLv2.1+
+- new spec file generated by autoconf
+- add documentation, devel package and various changes
+
+* Sun Jun 5 2011 Stéphane Raimbault <stephane.raimbault at gmail.com> - 2.9.4-1
+- new upstream release
+
+* Mon Jan 10 2011 Stéphane Raimbault <stephane.raimbault at gmail.com> - 2.9.3-1
+- new upstream release
+
+* Mon Oct 5 2010 Stéphane Raimbault <stephane.raimbault at gmail.com> - 2.9.2-1
+- new upstream release
+
+* Fri Jul 2 2008 Stéphane Raimbault <stephane.raimbault at gmail.com> - 2.0.1-1
+- new upstream release
+
+* Fri May 2 2008 Stéphane Raimbault <stephane.raimbault at gmail.com> - 2.0.0-1
+- integrate extern_for_cpp in upstream.
+- update the license to version LGPL v3.
+
+* Tue Apr 30 2008 Todd Denniston <Todd.Denniston at ssa.crane.navy.mil> - 1.9.0-2
+- get the license corrected in the spec file.
+- add a URL for where to find libmodbus.
+- tweak the summary and description.
+
+* Tue Apr 29 2008 Todd Denniston <Todd.Denniston at ssa.crane.navy.mil> - 1.9.0-1
+- upgrade to latest upstream (pre-release)
+- port extern_for_cpp patch to 1.9.0
+
+* Tue Apr 29 2008 Todd Denniston <Todd.Denniston at ssa.crane.navy.mil> - 1.2.4-2_tad
+- add a patch to allow compiling with c++ code.
+
+* Mon Apr 28 2008 Todd Denniston <Todd.Denniston at ssa.crane.navy.mil> - 1.2.4-1_tad
+- build spec file.
+- include patch for controling error-treat.
diff --git a/sources b/sources
index e69de29..51c3b29 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7ad8afbd02a7a2afd70c5bb7271a593b  libmodbus-3.0.1.tar.gz


More information about the scm-commits mailing list