This commit is contained in:
parent
ae1e38483a
commit
fb673a4ec2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae3c75465269609d363105ab7237b11ec41ea39737da862e47fcbff6f1b036fa
|
||||
size 558059
|
3
gnome-bluetooth-0.12.0.tar.bz2
Normal file
3
gnome-bluetooth-0.12.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9b514189367bdaa91592eb4825259d90dcdaee0aa0a7c9d43252fad3506473a
|
||||
size 549901
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 22 17:49:49 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 0.12.0:
|
||||
+ Remove gnome-obex-server, as it's replaced by gnome-user-share
|
||||
- Drop BuildRequires: perl-XML-Parser, update-desktop-files
|
||||
- Drop Requires: gnome-vfs2
|
||||
- soname changed, so rename libgnometbt0 to libgnomebt1. No
|
||||
Provides/Obsoletes since it's not the case.
|
||||
- Remove gnome-bluetooth package since it only contains data that
|
||||
should be in libgnomebt1 now. Have libgnomebt1 Obsolete/Provide
|
||||
it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 19:35:21 CET 2008 - jpr@suse.de
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package gnome-bluetooth (Version 0.11.0)
|
||||
# spec file for package gnome-bluetooth (Version 0.12.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# 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/
|
||||
#
|
||||
|
||||
@ -12,12 +19,20 @@
|
||||
|
||||
|
||||
Name: gnome-bluetooth
|
||||
BuildRequires: fdupes gob2 intltool libbtctl-devel libglade2-devel libgnomeui-devel libusb-devel perl-XML-Parser python-devel python-gtk-devel update-desktop-files
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gob2
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libbtctl-devel
|
||||
BuildRequires: libglade2-devel
|
||||
BuildRequires: libgnomeui-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-gtk-devel
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/GUI/GNOME
|
||||
Requires: gnome-vfs2 python-gnome
|
||||
Version: 0.11.0
|
||||
Release: 25
|
||||
Requires: python-gnome
|
||||
Version: 0.12.0
|
||||
Release: 1
|
||||
Summary: GNOME Bluetooth Support
|
||||
Url: http://usefulinc.com/software/gnome-bluetooth/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -52,12 +67,14 @@ Authors:
|
||||
Anders Carlsson <andersca@gnu.org>
|
||||
James Henstridge <james@daa.com.au>
|
||||
|
||||
%package -n libgnomebt0
|
||||
%package -n libgnomebt1
|
||||
License: LGPL v2.0 or later
|
||||
Summary: GNOME Bluetooth Support
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Provides: gnome-bluetooth = %{version}
|
||||
Obsoletes: gnome-bluetooth < %{version}
|
||||
|
||||
%description -n libgnomebt0
|
||||
%description -n libgnomebt1
|
||||
This package contains a controller class, GnomebtController, to
|
||||
controlBluetooth devices and a simple GUI to explore which devices are
|
||||
available (gnome-bluetooth-manager). An OBEX server is
|
||||
@ -84,9 +101,10 @@ Authors:
|
||||
James Henstridge <james@daa.com.au>
|
||||
|
||||
%package -n libgnomebt-devel
|
||||
License: GPL v2 or later
|
||||
Summary: GNOME Bluetooth Support
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version} libgnomebt0 = %{version} glib2-devel libbtctl-devel libgnomeui-devel
|
||||
Requires: libgnomebt1 = %{version} glib2-devel libbtctl-devel libgnomeui-devel
|
||||
# gnome-bluetooth-devel was last used in openSUSE 10.3
|
||||
Provides: gnome-bluetooth-devel = %{version}
|
||||
Obsoletes: gnome-bluetooth-devel <= 0.8.0
|
||||
@ -118,9 +136,10 @@ Authors:
|
||||
James Henstridge <james@daa.com.au>
|
||||
|
||||
%package -n python-gnome-bluetooth
|
||||
License: LGPL v2.1 only
|
||||
Summary: GNOME Bluetooth Support
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version} libgnomebt0 = %{version}
|
||||
Requires: libgnomebt1 = %{version}
|
||||
%py_requires
|
||||
|
||||
%description -n python-gnome-bluetooth
|
||||
@ -163,37 +182,25 @@ Authors:
|
||||
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
||||
rm $RPM_BUILD_ROOT%{py_sitedir}/gnomebt/*.la
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/pixmaps
|
||||
%suse_update_desktop_file -r -N "GNOME Obex Server" -G "Bluetooth File Sharing" gnome-obex-server System Applet
|
||||
%find_lang %{name}
|
||||
%find_gconf_schemas
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
%post -n libgnomebt1 -p /sbin/ldconfig
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
%postun -n libgnomebt1 -p /sbin/ldconfig
|
||||
|
||||
%post -n libgnomebt0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgnomebt0 -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.schemas_list
|
||||
%files -n libgnomebt1
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%{_bindir}/*
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_libdir}/*.so.*
|
||||
%{_datadir}/gnome-bluetooth
|
||||
%{_datadir}/pixmaps/blueradio-48.png
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%files -n libgnomebt0
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/*.so.0*
|
||||
|
||||
%files -n python-gnome-bluetooth
|
||||
%defattr(-, root, root)
|
||||
%{py_sitedir}/gnomebt
|
||||
@ -205,6 +212,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Sun Feb 22 2009 vuntz@novell.com
|
||||
- Update to version 0.12.0:
|
||||
+ Remove gnome-obex-server, as it's replaced by gnome-user-share
|
||||
- Drop BuildRequires: perl-XML-Parser, update-desktop-files
|
||||
- Drop Requires: gnome-vfs2
|
||||
- soname changed, so rename libgnometbt0 to libgnomebt1. No
|
||||
Provides/Obsoletes since it's not the case.
|
||||
- Remove gnome-bluetooth package since it only contains data that
|
||||
should be in libgnomebt1 now. Have libgnomebt1 Obsolete/Provide
|
||||
it.
|
||||
* Fri Mar 21 2008 jpr@suse.de
|
||||
- Remove incorrect libgnomebt-devel requires
|
||||
- Remove .la files
|
||||
|
Loading…
Reference in New Issue
Block a user