Hello community,

here is the log from the commit of package libspnav for openSUSE:Factory
checked in at Mon Sep 19 17:53:58 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ libspnav/libspnav.changes   2011-08-09 22:54:38.000000000 +0200
@@ -0,0 +1,21 @@
+-------------------------------------------------------------------
+Tue Aug  9 20:53:50 UTC 2011 - [email protected]
+
+- Corrected license to BSD
+
+-------------------------------------------------------------------
+Wed Aug  3 10:24:43 UTC 2011 - [email protected]
+
+- Add a Url tag.
+
+-------------------------------------------------------------------
+Mon Jan 24 18:02:22 UTC 2011 - [email protected]
+
+- update to version 0.2.2
+- use separate changes file
+
+-------------------------------------------------------------------
+Sun Mar 22 00:00:00 UTC 2009 - [email protected]
+
+- Initial package
+

calling whatdependson for head-i586


New:
----
  libspnav-0.2.2.tar.bz2
  libspnav.changes
  libspnav.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libspnav.spec ++++++
#
# spec file for package libspnav
#
# Copyright (c) 2009,2011 Herbert Graeber
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#

# norootforbuild

Name:          libspnav
Version:       0.2.2
Release:       0
Summary:       Library for accessing 3D connexion devices
Group:         Hardware/Other
License:       BSD
Url:           http://sourceforge.net/projects/spacenav/
Source:        %{name}-%{version}.tar.bz2
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
BuildRequires: xorg-x11-devel

%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.
 
Also, libspnav provides a magellan API wrapper on top of the new API. So,
any applications that were using the magellan library, can switch to
libspnav without any changes. And programmers that are familliar with the
magellan API can continue using it with a free library without the
restrictions of the official SDK.

%package -n libspnav0
Summary:       Library for accessing 3D connexion devices
Group:         Hardware/Other
Suggests:      spacenavd

%description -n libspnav0
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.
 
Also, libspnav provides a magellan API wrapper on top of the new API. So,
any applications that were using the magellan library, can switch to
libspnav without any changes. And programmers that are familliar with the
magellan API can continue using it with a free library without the
restrictions of the official SDK.

%package devel
Summary:       Include files for libspnav
Group:         Development/Libraries/C and C++
Requires:      libspnav0 = %{version}-%{release}

%description devel
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.
 
Also, libspnav provides a magellan API wrapper on top of the new API. So,
any applications that were using the magellan library, can switch to
libspnav without any changes. And programmers that are familliar with the
magellan API can continue using it with a free library without the
restrictions of the official SDK.

%prep  
%setup -q

%build
%configure
%__make opt="$RPM_OPT_FLAGS"

%install
install -D -m 644 libspnav.so.0.1 $RPM_BUILD_ROOT%{_libdir}/libspnav.so.0.1
install -D -m 644 spnav.h $RPM_BUILD_ROOT%{_includedir}/spnav.h
install -D -m 644 spnav_magellan.h 
$RPM_BUILD_ROOT%{_includedir}/spnav_magellan.h
install -D -m 644 spnav_config.h $RPM_BUILD_ROOT%{_includedir}/spnav_config.h
pushd $RPM_BUILD_ROOT%{_libdir}
ln -s libspnav.so.0.1 libspnav.so.0
ln -s libspnav.so.0.1 libspnav.so
popd

%post -n libspnav0 -p /sbin/ldconfig

%postun -n libspnav0 -p /sbin/ldconfig

%files -n libspnav0 
%defattr(-,root,root)
%doc README examples
%{_libdir}/libspnav.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/libspnav.so

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to