]> git.pld-linux.org Git - SPECS.git/blob - gnome-vfs-obexftp.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / gnome-vfs-obexftp.spec
1 Summary:        Access to OBEX FTP via gnome-vfs
2 Summary(pl.UTF-8):      Dostęp do OBEX FTP za pomocą gnome-vfs
3 Name:           gnome-vfs-obexftp
4 Version:        0.4
5 Release:        5
6 License:        LGPL
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs-obexftp/0.4/%{name}-%{version}.tar.bz2
9 # Source0-md5:  6e38828738301fb3ec88c0461ff53a60
10 URL:            https://launchpad.net/gnome-vfs-obexftp
11 BuildRequires:  bluez-libs-devel >= 3.7
12 BuildRequires:  dbus-glib-devel >= 0.60
13 BuildRequires:  expat-devel
14 BuildRequires:  glib2-devel >= 1:2.6.0
15 BuildRequires:  gnome-vfs2-devel >= 2.12.0.1
16 BuildRequires:  libtool
17 BuildRequires:  openobex-devel >= 1.2
18 BuildRequires:  pkgconfig
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %undefine       __cxx
22
23 %description
24 This package provides an OBEX FTP client for GNOME-VFS applications.
25 In practice, this lets you access the file system Bluetooth equipped
26 mobile phones and PDAs in GNOME applications such as the file manager.
27
28 %description -l pl.UTF-8
29 Ten pakiet dostarcza klienta OBEX FTP dla aplikacji GNOME-VFS. W
30 praktyce pozwala to na dostęp do systemów plików telefonów komórkowych
31 i PDA wyposażonych w Bluetooth z poziomu aplikacji GNOME, takich jak
32 zarządca plików.
33
34 %prep
35 %setup -q
36
37 %build
38 %configure \
39         --enable-nautilus-workaround \
40         --sysconfdir=%{_sysconfdir} \
41         --libdir=%{_libdir}
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT \
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog NEWS README
57 %{_sysconfdir}/gnome-vfs-2.0/modules/obex-module.conf
58 %attr(755,root,root) %{_libdir}/gnome-vfs-2.0/modules/libobex.so
This page took 0.135169 seconds and 3 git commands to generate.