ALT Linux Bugzilla
– Attachment 7205 Details for
Bug 31212
Невозможно настроить подключение смартфона для доступа в Интернет по 3G
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
черновой spec для blueman2.1
blueman.spec (text/x-rpm-spec), 7.97 KB, created by
Vyacheslav Dikonov
on 2017-09-08 23:20:05 MSK
(
hide
)
Description:
черновой spec для blueman2.1
Filename:
MIME Type:
Creator:
Vyacheslav Dikonov
Created:
2017-09-08 23:20:05 MSK
Size:
7.97 KB
patch
obsolete
>%define _libexecdir %_prefix/libexec > >Name: blueman2 >Version: 2.0 >Release: alt1 >Summary: The GTK+ bluetooth management utility >License: GPLv3 >Group: System/Libraries >Url: https://github.com/blueman-project/blueman > >Requires: bluez >= 4.35 ># obex-data-server >= 0.4.3 >Requires: GConf polkit-gnome >Provides: bluez-gnome > >Source: blueman-master.tar > >#BuildRequires: intltool libbluez-devel python-module-Cython python-module-PAM python-module-Pyrex python-module-cupshelpers >#BuildRequires: python-module-html5lib python-module-pexpect python-module-pygobject3-common-devel python-module-pyinotify python-module-smbc time > > ># Automatically added by buildreq on Fri Sep 08 2017 ># optimized out: alternatives glib2-devel ipython libgpg-error perl perl-Encode perl-XML-Parser pkg-config python-base python-module-4Suite-XML python-module-PyStemmer python-module-backports.ssl_match_hostname python-module-backports_abc python-module-docutils python-module-functools32 python-module-greenlet python-module-html5lib python-module-ipykernel python-module-ipython_genutils python-module-jupyter_client python-module-jupyter_core python-module-nbconvert python-module-nbformat python-module-notebook python-module-numpy python-module-ordereddict python-module-pexpect python-module-ptyprocess python-module-pyasn1 python-module-pycurl python-module-pygobject3 python-module-pyparsing python-module-pytz python-module-pyxdg python-module-setuptools python-module-snowballstemmer python-module-terminado python-module-tornado_xstatic python-module-traitlets python-module-wx3.0 python-module-yaml python-module-zmq python-modules python-modules-compiler python-modules-email python-modules-encodings python-modules-json python-modules-wsgiref python-modules-xml python3 python3-base >BuildRequires: arandr dblatex gmixer intltool libbluez-devel libgtk+3-devel python-module-Cython python-module-PAM python-module-Pyrex python-module-cssselect python-module-cups python-module-django1.4 python-module-ipyparallel python-module-osmgpsmap python-module-pygobject3-common-devel python-module-pyinotify python-module-pyxkb python-module-sane python-module-smbc python3-dev python3-module-dbus python3-module-yieldfrom python3-module-zope time > >%description >Blueman is a GTK+ bluetooth management utility for GNOME using bluez >dbus backend. The aim is to create a full featured graphical bluetooth >manager for Linux. > >Features: > > * Easy to use interface > * Storing Favourite devices > * Send files > * Browse files on devices > * List all seen devices > * View Local/Remote Device information > * View transfer speeds and link quality > * Configure local devices > * Manage Pairing (Bonding) > * Host/Connect to Personal Area Networks > * Bind services to /dev/rfcomm ports, for eg. connecting via gprs > * Connect and receive connections from: audio, network, input and serial devices > >%prep -n blueman-master >%setup -n blueman-master > >subst 's/DBusServiceUnknownError/DBusException/' blueman/*/*.py >find -name Makefile.am | xargs sed -i 's,pythondir,pyexecdir,' > >%build >%autoreconf >%configure \ > --with-dhcp-config=%_sysconfdir/dhcp/dhcpd.conf \ > --libexecdir=%_libexecdir \ > --enable-polkit \ > --disable-static >%make_build > >%install >%make DESTDIR=%buildroot install > >#find %buildroot%python_sitelibdir -name \*.la -delete >find %buildroot%_libdir/python3/site-packages -name \*.la -delete > >mkdir -p %buildroot%_altdir >cat > %buildroot%_altdir/blueman <<EOF >%_bindir/bluetooth-sendto %_bindir/blueman-sendto 20 >EOF > >%find_lang --output=blueman.lang blueman > >%files -f blueman.lang >%_altdir/blueman >%_sysconfdir/dbus-1/system.d/org.blueman.Mechanism.conf >%_sysconfdir/xdg/autostart/blueman.desktop >%_bindir/* >%_libexecdir/blueman-mechanism >%_libexecdir/blueman-rfcomm-watcher >#_libdir/nautilus-sendto/plugins/libnstblueman.so >%_datadir/Thunar/sendto/thunar-sendto-blueman.desktop >%_libdir/python3/site-packages/blueman >%_libdir/python3/site-packages/_blueman.so >%exclude %_libdir/python3/site-packages/blueman/plugins/applet/AppIndicator.py* >#%python_sitelibdir/blueman >#%python_sitelibdir/_blueman.so >#%exclude %python_sitelibdir/blueman/plugins/applet/AppIndicator.py* >%_desktopdir/blueman-adapters.desktop >%_desktopdir/blueman-manager.desktop >%_datadir/blueman >%_datadir/dbus-1/services/org.blueman.Applet.service >%_datadir/dbus-1/system-services/org.blueman.Mechanism.service >%_prefix/lib/systemd/system/blueman-mechanism.service >%_prefix/lib/systemd/user/blueman-applet.service >#%_datadir/polkit-1/actions/org.blueman.policy >%_datadir/glib-2.0/schemas/org.blueman.gschema.xml >%_datadir/pixmaps/blueman >%_iconsdir/hicolor/*/*/* >%_man1dir/blueman-*.1* >%doc CHANGELOG.md FAQ README.md > > ># /usr/share/doc/blueman/CHANGELOG.md ># /usr/share/doc/blueman/COPYING ># /usr/share/doc/blueman/FAQ ># /usr/share/doc/blueman/README.md > > >%changelog >* Mon Jul 09 2012 Mikhail Pluzhnikov <amike@altlinux.ru> 1.23-alt2 >- Fix tray icon name (Closes bug: 27523) > >* Wed Jun 20 2012 Mikhail Pluzhnikov <amike@altlinux.ru> 1.23-alt1 >- New release 1.23 >- Build "sendto" plugin for nautilus >- Do not package AppIndicator.py > >* Sat Oct 22 2011 Vitaly Kuznetsov <vitty@altlinux.ru> 1.21-alt4.1 >- Rebuild with Python-2.7 > >* Sun Aug 07 2011 Mykola Grechukh <gns@altlinux.ru> 1.21-alt4 >- dependency on notification-daemon dropped (closes: #25995) > >* Thu Apr 07 2011 Mykola Grechukh <gns@altlinux.ru> 1.21-alt3 >- merely rebuilt > >* Sat Nov 21 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.21-alt2.1 >- Rebuilt with python 2.6 > >* Fri Nov 20 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.21-alt2 >- enabled polkit-1 > >* Wed Oct 21 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.21-alt1 >- 1.21 > >* Sun Oct 18 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.20-alt2 >- enabled hal > >* Sun Oct 18 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.20-alt1 >- 1.20 > >* Thu Aug 06 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.10-alt9 >- removed PulseAudio plugin > >* Mon Aug 03 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.10-alt8 >- updated russian translation > >* Sat Aug 01 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.10-alt7 >- fixed dhcpd.conf path > >* Sun Jul 12 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.10-alt6 >- added requires notification-daemon (closes: #20424) > >* Thu Jun 11 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.10-alt5 >- added alternatives for bluetooth-sendto > >* Thu Jun 11 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.10-alt4 >- removed requires python-module-pybluez > >* Sat May 23 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.10-alt3 >- obsoletes bluez-gnome (closes: #20155) > >* Fri May 22 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.10-alt2 >- provides /usr/bin/bluetooth-sendto, bluez-gnome > >* Sun Apr 19 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.10-alt1 >- 1.10 > >* Sat Apr 18 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.02-alt5 >- updated translations > >* Wed Apr 15 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.02-alt4 >- To configure bluetooth modems it is authorised to all > >* Tue Apr 14 2009 Valery Inozemtsev <shrek@altlinux.ru> 1.02-alt3 >- fixed NetworkManager support > >* Wed Mar 18 2009 Alexey Rusakov <ktirf@altlinux.org> 1.02-alt2 >- Replaced libbluez4 with bluez runtime dependency. > >* Thu Mar 12 2009 Alexey Rusakov <ktirf@altlinux.org> 1.02-alt1 >- New version (1.0.2). >- Updated dependencies. >- Updated download link, build and install sequence, files list. > >* Fri Dec 05 2008 Alexey Rusakov <ktirf@altlinux.org> 0.5-alt1 >- New version (0.5). >- Dropped post/postun scripts, since they are no more needed. >- Updated download URL. >- Pybluez dependency is back, fixing ALT Bug 17417. >- Repocop warnings fixed: > + Packager tag added; > + additional fd.o categories in the desktop file appended. > >* Mon Mar 03 2008 Alexey Rusakov <ktirf@altlinux.org> 0.3-alt3 >- Removed pybluez requirement, looks like it's not needed. > >* Sat Mar 01 2008 Alexey Rusakov <ktirf@altlinux.org> 0.3-alt2 >- Added %%update_menus/%%clean_menus to the package scripts (thanks to > repokop). > >* Fri Jan 25 2008 Grigory Batalov <bga@altlinux.ru> 0.3-alt1.1 >- Rebuilt with python-2.5. > >* Sat Dec 29 2007 Alexey Rusakov <ktirf@altlinux.org> 0.3-alt1 >- The first package for Sisyphus. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 31212
:
6347
| 7205