automatic version update by autodist [release 0.3-1mamba;Fri Feb 11 2022]

This commit is contained in:
Automatic Build System 2024-01-06 05:50:19 +01:00
parent f9d3741ed6
commit 99562773f8

View File

@ -1,5 +1,5 @@
Name: libspnav Name: libspnav
Version: 0.2.3 Version: 0.3
Release: 1mamba Release: 1mamba
Summary: library to access 3D-input-devices Summary: library to access 3D-input-devices
Group: System/Libraries Group: System/Libraries
@ -10,7 +10,10 @@ URL: http://spacenav.sourceforge.net/
Source: http://downloads.sourceforge.net/project/spacenav/spacenav%20library%20%28SDK%29/libspnav%20%{version}/libspnav-%{version}.tar.gz Source: http://downloads.sourceforge.net/project/spacenav/spacenav%20library%20%28SDK%29/libspnav%20%{version}/libspnav-%{version}.tar.gz
Patch0: libspnav-0.2.2-Makefile_in.patch Patch0: libspnav-0.2.2-Makefile_in.patch
License: BSD License: BSD
BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
## AUTOBUILDREQ-END
%description %description
The libspnav library is provided as a replacement of the magellan library. It provides a cleaner, and more orthogonal interface. libspnav supports both the original X11 protocol for communicating with the driver, and the new alternative non-X protocol. Programs that choose to use the X11 protocol, are automatically compatible with either the free spacenavd driver or the official 3dxserv, as if they were using the magellan SDK. The libspnav library is provided as a replacement of the magellan library. It provides a cleaner, and more orthogonal interface. libspnav supports both the original X11 protocol for communicating with the driver, and the new alternative non-X protocol. Programs that choose to use the X11 protocol, are automatically compatible with either the free spacenavd driver or the official 3dxserv, as if they were using the magellan SDK.
@ -25,6 +28,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
libspnav - library to access 3D-input-devices. libspnav - library to access 3D-input-devices.
This package contains static libraries and header files needed for development. This package contains static libraries and header files needed for development.
%debug_package
%prep %prep
%setup -q %setup -q
#%patch0 -p0 #%patch0 -p0
@ -57,15 +62,19 @@ chmod 644 %{buildroot}%{_includedir}/*.h
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libspnav.so.* %{_libdir}/libspnav.so.*
%doc LICENSE
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/*.h %{_includedir}/*.h
%{_libdir}/libspnav.a %{_libdir}/libspnav.a
%{_libdir}/libspnav.so %{_libdir}/libspnav.so
%doc README %doc README.md
%changelog %changelog
* Fri Feb 11 2022 Automatic Build System <autodist@mambasoft.it> 0.3-1mamba
- automatic version update by autodist
* Sat Jan 24 2015 Automatic Build System <autodist@mambasoft.it> 0.2.3-1mamba * Sat Jan 24 2015 Automatic Build System <autodist@mambasoft.it> 0.2.3-1mamba
- automatic version update by autodist - automatic version update by autodist