Mailinglist Archive: opensuse-commit (1214 mails)
| < Previous | Next > |
commit gypsy for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 10 Aug 2009 16:43:10 +0200
- Message-id: <20090810144310.D24FE61B4@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gypsy for openSUSE:Factory
checked in at Mon Aug 10 16:43:10 CEST 2009.
--------
New Changes file:
--- /dev/null 2009-04-14 11:55:47.000000000 +0200
+++ gypsy/gypsy.changes 2009-08-07 03:28:17.000000000 +0200
@@ -0,0 +1,20 @@
+-------------------------------------------------------------------
+Fri Aug 7 03:00:48 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 0.7:
+ + Support auto-start on the system bus
+ + Add Garmin->NMEA converter
+ + Fix client unreffing
+ + Migrate source to git
+- Drop gypsy-dbus-send_destination.patch: not needed anymore.
+
+-------------------------------------------------------------------
+Thu Jul 30 04:40:56 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Use libexecdir instead of libdir.
+
+-------------------------------------------------------------------
+Wed Jun 17 17:26:35 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Initial package.
+
calling whatdependson for head-i586
New:
----
gypsy-0.7.tar.bz2
gypsy.changes
gypsy.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gypsy.spec ++++++
#
# spec file for package gypsy (Version 0.7)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gypsy
Version: 0.7
Release: 1
License: GPL v2 only
Summary: GPS multiplexing daemon
Url: http://gypsy.freedesktop.org/
Group: Hardware/Other
Source0: %{name}-%{version}.tar.bz2
BuildRequires: bluez-devel
BuildRequires: dbus-1-glib-devel
BuildRequires: glib2-devel
BuildRequires: libxslt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Gypsy is a GPS multiplexing daemon which allows multiple clients to
access GPS data from multiple GPS sources concurrently.
Without some sort of multiplexing system, a GPS device can only safely
be accessed by one client. In a server situation this may not cause any
problems, but on modern desktop which could potentially have multiple
location aware devices, this could be an issue.
%package -n libgypsy0
Summary: GPS multiplexing daemon - Library
License: LGPL v2.1 only
Group: Development/Libraries/Other
%description -n libgypsy0
Gypsy is a GPS multiplexing daemon which allows multiple clients to
access GPS data from multiple GPS sources concurrently.
Without some sort of multiplexing system, a GPS device can only safely
be accessed by one client. In a server situation this may not cause any
problems, but on modern desktop which could potentially have multiple
location aware devices, this could be an issue.
%package -n libgypsy-devel
Summary: GPS multiplexing daemon - Development Files
License: LGPL v2.1 only
Group: Development/Libraries/Other
Requires: libgypsy0 = %{version}
Requires: dbus-1-glib-devel
%description -n libgypsy-devel
Gypsy is a GPS multiplexing daemon which allows multiple clients to
access GPS data from multiple GPS sources concurrently.
Without some sort of multiplexing system, a GPS device can only safely
be accessed by one client. In a server situation this may not cause any
problems, but on modern desktop which could potentially have multiple
location aware devices, this could be an issue.
%prep
%setup -q
%build
%configure --disable-static
%__make %{?jobs:-j%jobs}
%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print
%clean
%{__rm} -rf %{buildroot}
%post -n libgypsy0 -p /sbin/ldconfig
%postun -n libgypsy0 -p /sbin/ldconfig
%files
%defattr(-, root, root)
%doc AUTHORS COPYING TODO
%{_libexecdir}/gypsy-daemon
%{_sysconfdir}/dbus-1/system.d/*.conf
%{_datadir}/dbus-1/system-services/*.service
%files -n libgypsy0
%defattr(-, root, root)
%doc COPYING.lib
%{_libdir}/*.so.*
%files -n libgypsy-devel
%defattr(-, root, root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/gypsy
%{_datadir}/gtk-doc/html/gypsy
# Own these repositories to not depend on gtk-doc while building:
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |