]> git.pld-linux.org Git - packages/gvfs.git/blob - gvfs.spec
- ghost soname symlink
[packages/gvfs.git] / gvfs.spec
1 Summary:        gvfs - userspace virtual filesystem
2 Summary(pl.UTF-8):      gvfs - wirtualny system plików w przestrzeni użytkownika
3 Name:           gvfs
4 Version:        0.1.2
5 Release:        1
6 License:        LGPL v2
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gvfs/0.1/%{name}-%{version}.tar.bz2
9 # Source0-md5:  732f3d49177cd4ec404e64870c3b3ecb
10 BuildRequires:  autoconf >= 2.50
11 BuildRequires:  automake
12 BuildRequires:  cdparanoia-III-devel >= 1:10
13 BuildRequires:  dbus-devel
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib2-devel >= 1:2.15.2
16 BuildRequires:  gtk-doc >= 1.8
17 BuildRequires:  hal-devel >= 0.5.9
18 BuildRequires:  libcdio-devel >= 0.78.2
19 BuildRequires:  libfuse-devel
20 BuildRequires:  libsmbclient-devel >= 3.0
21 BuildRequires:  libtool
22 BuildRequires:  pkgconfig
23 Requires:       %{name}-libs = %{version}-%{release}
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %define         _libexecdir     %{_libdir}/%{name}
27
28 %description
29 gvfs is a userspace virtual filesystem where mount runs as a separate
30 processes which you talk to via D-BUS. It contains a gio module that
31 seamlessly adds gvfs support to all applications using the gio API. It
32 also supports exposing the gvfs mounts to non-gio applications using
33 FUSE.
34
35 %description -l pl.UTF-8
36 gvfs to wirtualny system plik w przestrzeni użytkownika. Montowanie w
37 nim działa jako oddzielny proces, z którym komunikacja odbywa się
38 przez D-BUS. Zawiera moduł gio dodający w sposób przezroczysty obsługę
39 gfvs-a do wszystkich aplikacji używających API gio. Obsługuje także
40 montowania gvfs przy użyciu FUSE z myślą o aplikacjach nie
41 korzystających z gio.
42
43 %package libs
44 Summary:        gvfs libraries
45 Summary(pl.UTF-8):      Biblioteki gvfs
46 Group:          Libraries
47 Requires:       glib2 >= 1:2.15.1
48
49 %description libs
50 gvfs libraries.
51
52 %description libs -l pl.UTF-8
53 Biblioteki gvfs.
54
55 %package devel
56 Summary:        Header files for gvfs library
57 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki gvfs
58 Group:          Development/Libraries
59 Requires:       %{name}-libs = %{version}-%{release}
60 Requires:       glib2-devel >= 1:2.15.1
61
62 %description devel
63 Header files for gvfs library.
64
65 %description devel -l pl.UTF-8
66 Pliki nagłówkowe biblioteki gvfs.
67
68 %prep
69 %setup -q
70
71 %build
72 %{__libtoolize}
73 %{__aclocal}
74 %{__autoconf}
75 %{__autoheader}
76 %{__automake}
77 %configure
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT
85
86 rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
87
88 %find_lang gvfs
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %post   libs -p /sbin/ldconfig
94 %postun libs -p /sbin/ldconfig
95
96 %files -f gvfs.lang
97 %defattr(644,root,root,755)
98 %doc AUTHORS ChangeLog NEWS README TODO
99 %attr(755,root,root) %{_bindir}/*
100 %dir %{_libexecdir}
101 %attr(755,root,root) %{_libexecdir}/gvfsd*
102 %attr(755,root,root) %{_libexecdir}/gvfs-fuse-daemon
103 %attr(755,root,root) %{_libdir}/gio/modules/*.so
104 %{_datadir}/dbus-1/services/gvfs-daemon.service
105 %dir %{_datadir}/gvfs
106 %dir %{_datadir}/gvfs/mounts
107 %{_datadir}/gvfs/mounts/*.mount
108
109 %files libs
110 %defattr(644,root,root,755)
111 %attr(755,root,root) %{_libdir}/libgvfscommon.so.*.*.*
112 %attr(755,root,root) %ghost %{_libdir}/libgvfscommon.so.0
113
114 %files devel
115 %defattr(644,root,root,755)
116 %attr(755,root,root) %{_libdir}/libgvfscommon.so
117 %{_libdir}/libgvfscommon.la
118 %{_includedir}/gvfs-client
This page took 0.318854 seconds and 3 git commands to generate.