leigh123linux pushed to blueman (f22). "Initial Import for Blueman."

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 26 21:31:18 UTC 2015


From dd454db0e1b5ece65a684e388e21df8823da4335 Mon Sep 17 00:00:00 2001
From: Juan Manuel Rodriguez Moreno <nushio at fedoraproject.org>
Date: Sat, 27 Jun 2009 14:36:01 +0000
Subject: Initial Import for Blueman.


diff --git a/.cvsignore b/.cvsignore
index e69de29..c1b1e0a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+blueman-1.10.tar.gz
diff --git a/Blueman.spec b/Blueman.spec
new file mode 100644
index 0000000..2127213
--- /dev/null
+++ b/Blueman.spec
@@ -0,0 +1,165 @@
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
+
+Name:       blueman
+Version:    1.10
+Release:    3%{?dist}
+Summary:    GTK+ Bluetooth Manager
+
+Group:      Applications/System
+License:    GPLv3+
+URL:        http://blueman-project.org/
+Source0:    http://download.tuxfamily.org/%{name}/%{name}-%{version}.tar.gz
+
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildRequires:  gtk2-devel >= 2.12
+BuildRequires:  pygtk2-devel >= 2.12
+BuildRequires:  Pyrex >= 0.9.8.0
+BuildRequires:  startup-notification-devel >= 0.9
+BuildRequires:  pygobject2-devel >= 2.12
+BuildRequires:  bluez-libs-devel >= 4.21
+BuildRequires:  intltool >= 0.35.0
+BuildRequires:  dbus-python-devel
+BuildRequires:  python-devel >= 2.5
+BuildRequires:  desktop-file-utils
+BuildRequires:  libtool
+BuildRequires:  notify-python
+Requires: python >= 2.5
+Requires: bluez >= 4.25
+Requires: obex-data-server >= 0.4.3
+Requires: pygtk2 >= 2.12
+Requires: dbus
+Requires: notify-python
+Requires: gnome-python2-gconf
+Requires: gnome-python2-gnome
+Requires: PolicyKit-gnome
+Requires: notification-daemon
+Requires: gnome-session
+Requires: hal
+Provides: dbus-bluez-pin-helper
+
+#Detect pygtk correctly. https://bugs.edge.launchpad.net/blueman/+bug/337877
+#Patch0:  blueman-build-pygtk.patch
+
+
+%description
+Blueman is a tool to use Bluetooth devices.
+
+%prep
+%setup -q
+
+
+%build
+#autoreconf -f -i
+
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{python_sitearch}/*.la
+
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/
+mv $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ $RPM_BUILD_ROOT%{_datadir}/gnome/
+
+desktop-file-install --vendor=""     \
+ --delete-original     \
+ --dir=$RPM_BUILD_ROOT%{_datadir}/applications  \
+ $RPM_BUILD_ROOT%{_datadir}/applications/blueman-manager.desktop
+%find_lang %{name}
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING
+%{_bindir}/*
+%{python_sitelib}/blueman
+%{python_sitearch}/*.so
+%{_libexecdir}/blueman-mechanism
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.blueman.Mechanism.conf
+%{_datadir}/gnome/autostart/blueman.desktop
+%{_datadir}/applications/blueman-manager.desktop
+%{_datadir}/PolicyKit/policy/org.blueman.policy
+%{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/%{name}/
+%{_datadir}/dbus-1/services/blueman-applet.service
+%{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
+%{_datadir}/hal/fdi/information/20thirdparty/11-blueman-bnep.fdi
+%{_mandir}/man1/*
+
+
+%changelog
+* Tue Jun 23 2009 Juan Rodriguez <nushio at gmail.com> - 1.10-3
+- Added Provides dbus-bluez-pin-helper
+
+* Mon May 15 2009 Juan Rodriguez <nushio at gmail.com> - 1.10-2
+- Replaced tabs with spaces
+- Changed summary & Description
+- Hid the patch, as its no longer needed.
+
+* Mon Apr 27 2009 Michal Ingeli <mi at v3.sk> - 1.10-1
+- upgraded to blueman 1.10
+- removed obsolete bugfix patch
+
+* Mon Mar 23 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.02-9
+- Added --disable-static
+- Fixed directory permissions
+
+* Sun Mar 15 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.02-8
+- Added requires gnome-session and PolicyKit.
+- Fixed entries that would cause files inside /usr/share/blueman not have a proper owner.
+- Touches directories before gtk-update-icon-cache runs
+
+* Sun Mar 15 2009 Christian Krause <chkr at plauener.de> - 1.02-7
+- Fixes compiling on other architectures. 
+- Uses Rajeesh's patch
+
+* Wed Mar 11 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.02-6
+- Using upstream tar.gz instead of patched one.
+
+* Wed Mar 11 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.02-5
+- Changed license to GPLv3+
+- Removed *.a files
+- Wildcard usage on Man and Executables
+- Changed gtk2 to gtk2-devel on BuildRequires
+- Added dbus-python-devel dependency
+
+* Wed Mar 11 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.02-4
+- Added patch
+- Removed xdg .desktop file
+- Made it autostart on Gnome login
+
+* Wed Mar 11 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.02-3
+- Used dynamic files
+- Added Python path
+
+* Wed Mar 11 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.02-2
+- Added BuildRequires and Requires
+
+* Tue Mar 10 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.02-1
+- Updating to Blueman 1.02
+- See http://blueman-project.org/ for changelog.
+
+* Wed Feb 18 2009 Juan Rodriguez <nushio at fedoraproject.org> - 1.01-1
+- Initial RPM release
+- See http://blueman-project.org/ for changelog.
+
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..bcd7b70
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+blueman-1_10-3_fc11:HEAD:blueman-1.10-3.fc11.src.rpm:1246113256
diff --git a/sources b/sources
index e69de29..f90fa4c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f9058305c42038678d5023fcabba22a4  blueman-1.10.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/blueman.git/commit/?h=f22&id=dd454db0e1b5ece65a684e388e21df8823da4335


More information about the scm-commits mailing list