automatic version update by autodist [release 0.3-1mamba;Fri Feb 11 2022]
This commit is contained in:
parent
f9d3741ed6
commit
99562773f8
@ -1,5 +1,5 @@
|
||||
Name: libspnav
|
||||
Version: 0.2.3
|
||||
Version: 0.3
|
||||
Release: 1mamba
|
||||
Summary: library to access 3D-input-devices
|
||||
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
|
||||
Patch0: libspnav-0.2.2-Makefile_in.patch
|
||||
License: BSD
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%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.
|
||||
@ -25,6 +28,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
libspnav - library to access 3D-input-devices.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p0
|
||||
@ -57,15 +62,19 @@ chmod 644 %{buildroot}%{_includedir}/*.h
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libspnav.so.*
|
||||
%doc LICENSE
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libspnav.a
|
||||
%{_libdir}/libspnav.so
|
||||
%doc README
|
||||
%doc README.md
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user