From 99562773f8c472e82091103db3b7e0b394080d59 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:50:19 +0100 Subject: [PATCH] automatic version update by autodist [release 0.3-1mamba;Fri Feb 11 2022] --- libspnav.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/libspnav.spec b/libspnav.spec index dc13954..505b3bd 100644 --- a/libspnav.spec +++ b/libspnav.spec @@ -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 0.3-1mamba +- automatic version update by autodist + * Sat Jan 24 2015 Automatic Build System 0.2.3-1mamba - automatic version update by autodist