automatic version update by autodist [release 0.12.0-1mamba;Thu Feb 04 2021]

This commit is contained in:
Automatic Build System 2024-01-06 04:01:22 +01:00
parent 33844bb6db
commit a4aa5dc659

View File

@ -1,12 +1,12 @@
Name: libcomedi
Version: 0.10.1
Version: 0.12.0
Release: 1mamba
Summary: A user-space library that provides a developer-friendly interface to Comedi devices
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.comedi.org
URL: https://www.comedi.org
Source: http://www.comedi.org/download//comedilib-%{version}.tar.gz
License: LGPL
BuildRequires: swig
@ -25,6 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
# ?????
# --enable-etc-hotplug enable old hotplug in /etc/hotplug
# --with-udev-hotplug=[/lib] enable udev hotplug
%description
Comedilib is a user-space library that provides a developer-friendly interface to Comedi devices.
@ -33,10 +34,9 @@ Group: Development/Libraries
Summary: Static libraries and headers for %{name}
Requires: %{name} = %{version}
%description devel
%description devel
Comedilib is a user-space library that provides a developer-friendly interface to Comedi devices.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
SCXI convenience library
%package -n libscxi
@ -45,14 +45,8 @@ Summary: SCXI is a National Instruments standard for signal conditioning.
Requires: %{name} = %{version}
%description -n libscxi
SCXI is a National Instruments standard for signal conditioning. It encompasses a set of
hardware that has the capability of reading and writing multiple types of channels via a
regular data acqusition card.
A SCXI system consists of a chassis with one or more SCXI modules located inside. The system
is connected via a cable to the data acquisition system, which communicates with the modules
This package contains %{name}'s SCXI support.
SCXI is a National Instruments standard for signal conditioning. It encompasses a set of hardware that has the capability of reading and writing multiple types of channels via a regular data acqusition card.
A SCXI system consists of a chassis with one or more SCXI modules located inside. The system is connected via a cable to the data acquisition system, which communicates with the modules This package contains %{name}'s SCXI support.
%package -n libscxi-devel
Group: Development/Libraries
@ -60,14 +54,9 @@ Summary: Static libraries and headers for libscxi
Requires: %{name} = %{version}
%description -n libscxi-devel
SCXI is a National Instruments standard for signal conditioning. It encompasses a set of
hardware that has the capability of reading and writing multiple types of channels via a
regular data acqusition card.
A SCXI system consists of a chassis with one or more SCXI modules located inside. The system
is connected via a cable to the data acquisition system, which communicates with the modules
This package contains static libraries and header files need for development.
SCXI is a National Instruments standard for signal conditioning. It encompasses a set of hardware that has the capability of reading and writing multiple types of channels via a regular data acqusition card.
A SCXI system consists of a chassis with one or more SCXI modules located inside. The system is connected via a cable to the data acquisition system, which communicates with the modules
This package contains static libraries and header files needed for development.
%package -n python-comedilib
Group: System/Libraries/Python
@ -76,7 +65,6 @@ Requires: %{name} = %{version}
%description -n python-comedilib
Comedilib is a user-space library that provides a developer-friendly interface to Comedi devices.
This package contains python bindings for %{name}.
%package docs
@ -86,8 +74,10 @@ Requires: %{name} = %{version}
%description docs
Comedilib is a user-space library that provides a developer-friendly interface to Comedi devices.
This package contains documentation for %{name}.
%debug_package
%prep
%setup -q -n comedilib-%{version}
@ -132,7 +122,7 @@ This package contains documentation for %{name}.
%{_libdir}/libcomedi.a
%{_libdir}/libcomedi.la
%{_libdir}/libcomedi.so
%{_exec_prefix}/lib/pkgconfig/*.pc
%{_libdir}/pkgconfig/*.pc
%{_mandir}/man3/*
%files -n libscxi
@ -165,6 +155,9 @@ This package contains documentation for %{name}.
%doc scxi/README
%changelog
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.12.0-1mamba
- automatic version update by autodist
* Thu Sep 06 2012 Automatic Build System <autodist@mambasoft.it> 0.10.1-1mamba
- automatic version update by autodist