]> git.pld-linux.org Git - packages/xfce4-mount-plugin.git/blob - xfce4-mount-plugin.spec
- up to 1.1.6
[packages/xfce4-mount-plugin.git] / xfce4-mount-plugin.spec
1 Summary:        mount/umount utility for Xfce panel
2 Summary(pl.UTF-8):      Narzędzie do montowania/odmontowywania dla panelu Xfce
3 Name:           xfce4-mount-plugin
4 Version:        1.1.6
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/%{name}-%{version}.tar.bz2
9 # Source0-md5:  81de89af5d932c010b023d9df479ff7d
10 Patch0:         %{name}-label-uuid.patch
11 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin
12 BuildRequires:  autoconf >= 2.63
13 BuildRequires:  automake
14 BuildRequires:  gettext-tools
15 BuildRequires:  intltool
16 BuildRequires:  libtool
17 BuildRequires:  libxfce4ui-devel
18 BuildRequires:  perl-XML-Parser
19 BuildRequires:  pkgconfig
20 BuildRequires:  rpmbuild(macros) >= 1.601
21 BuildRequires:  xfce4-dev-tools >= 4.14.0
22 BuildRequires:  xfce4-panel-devel >= 4.14.0
23 Requires:       gtk-update-icon-cache
24 Requires:       hicolor-icon-theme
25 Requires:       xfce4-panel >= 4.14.0
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This plugin let's you easy mount/umount and check space uvailable on
30 destdevice.
31
32 %description -l pl.UTF-8
33 Ta wtyczka umożliwia łatwe montowanie/odmontowywanie oraz sprawdzanie
34 miejsca dostępnego na urządzeniu.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39
40 %build
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
57 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hye,ie,ur_PK}
58
59 %find_lang %{name}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post
65 %update_icon_cache hicolor
66
67 %postun
68 %update_icon_cache hicolor
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %doc AUTHORS ChangeLog README
73 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libmount.so
74 %{_datadir}/xfce4/panel/plugins/xfce4-mount-plugin.desktop
75 %{_iconsdir}/hicolor/*/apps/*.*
This page took 0.152026 seconds and 4 git commands to generate.