|
@@ -1,7 +1,7 @@
|
|
Summary: GNOME Bluetooth Subsystem
|
|
Summary: GNOME Bluetooth Subsystem
|
|
Summary(ja): GNOME Bluetooth サブシステム
|
|
Summary(ja): GNOME Bluetooth サブシステム
|
|
Name: gnome-bluetooth
|
|
Name: gnome-bluetooth
|
|
-Version: 2.28.6
|
|
|
|
|
|
+Version: 2.30.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -22,6 +22,7 @@ BuildRequires: hal-devel
|
|
BuildRequires: unique-devel
|
|
BuildRequires: unique-devel
|
|
BuildRequires: libnotify-devel
|
|
BuildRequires: libnotify-devel
|
|
BuildRequires: gnome-doc-utils
|
|
BuildRequires: gnome-doc-utils
|
|
|
|
+BuildRequires: gir-repository-devel
|
|
|
|
|
|
BuildRequires: intltool, automake, libtool, gettext
|
|
BuildRequires: intltool, automake, libtool, gettext
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
@@ -84,7 +85,7 @@ which will use gnome-bluetooth.
|
|
## %patch1 -p1 -b .dfix
|
|
## %patch1 -p1 -b .dfix
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --disable-desktop-update --disable-icon-update
|
|
|
|
|
|
+%configure --disable-desktop-update --disable-icon-update --disable-nautilus-sendto
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
#----------------------------------------------------------------------------
|
|
@@ -95,7 +96,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
# we do not want .la files
|
|
# we do not want .la files
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a
|
|
-rm -f $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.la $RPM_BUILD_ROOT/%{_libdir}/gnome-bluetooth/plugins/*.la
|
|
|
|
|
|
+rm -f $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.la
|
|
|
|
+rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-bluetooth/plugins/*.la
|
|
|
|
+rm -f $RPM_BUILD_ROOT/%{_libdir}/nautilus-sendto/plugins/*.la
|
|
|
|
|
|
install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
|
install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
|
|
|
|
|
@@ -213,6 +216,7 @@ fi
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING.LIB
|
|
%doc COPYING.LIB
|
|
%{_libdir}/libgnome-bluetooth.so.*
|
|
%{_libdir}/libgnome-bluetooth.so.*
|
|
|
|
+%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
|
%{_datadir}/icons/hicolor/*/status/*
|
|
%{_datadir}/icons/hicolor/*/status/*
|
|
|
|
|
|
@@ -221,6 +225,7 @@ fi
|
|
%{_includedir}/gnome-bluetooth/
|
|
%{_includedir}/gnome-bluetooth/
|
|
%{_libdir}/libgnome-bluetooth.so
|
|
%{_libdir}/libgnome-bluetooth.so
|
|
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
|
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
|
|
|
+%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
|
|
%{_datadir}/gtk-doc/html/gnome-bluetooth/
|
|
%{_datadir}/gtk-doc/html/gnome-bluetooth/
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
#----------------------------------------------------------------------------
|
|
@@ -228,6 +233,11 @@ fi
|
|
#
|
|
#
|
|
#----------------------------------------------------------------------------
|
|
#----------------------------------------------------------------------------
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Apr 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: gir-repository-devel
|
|
|
|
+- add configure option (--disable-nautilus-sendto)
|
|
|
|
+
|
|
* Wed Dec 30 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.6-1
|
|
* Wed Dec 30 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.6-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- merge spec file from FC package
|
|
- merge spec file from FC package
|