]> git.pld-linux.org Git - packages/xfce4-mount-plugin.git/blame - xfce4-mount-plugin.spec
- up to 0.5.1
[packages/xfce4-mount-plugin.git] / xfce4-mount-plugin.spec
CommitLineData
4340a34d 1Summary: mount/umount utility for Xfce panel
7c8ddba9 2Summary(pl.UTF-8): Narzędzie do montowania/odmontowywania dla panelu Xfce
4340a34d 3Name: xfce4-mount-plugin
2684db84 4Version: 0.5.1
ee7e4304 5Release: 1
a690efe1 6License: GPL v2+
dc0ec25b 7Group: X11/Applications
9ace6d9c 8Source0: http://goodies.xfce.org/releases/xfce4-mount-plugin/%{name}-%{version}.tar.bz2
2684db84 9# Source0-md5: 2e03e6b9de2fb6d8f58244d620e8c121
c45ee448 10URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin
4340a34d
RK
11BuildRequires: autoconf
12BuildRequires: automake
9ace6d9c 13BuildRequires: intltool
eaa49471 14BuildRequires: pkgconfig
9ace6d9c
MB
15BuildRequires: xfce4-dev-tools >= 4.4.0
16BuildRequires: xfce4-panel-devel >= 4.4.0
17Requires(post,postun): gtk+2
18Requires(post,postun): hicolor-icon-theme
19Requires: xfce4-panel >= 4.4.0
4340a34d
RK
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This plugin let's you easy mount/umount and check space uvailable on
24destdevice.
25
aa5cb6cd
JR
26%description -l pl.UTF-8
27Ta wtyczka umożliwia łatwe montowanie/odmontowywanie oraz sprawdzanie
28miejsca dostępnego na urządzeniu.
2d1b9191 29
4340a34d
RK
30%prep
31%setup -q
32
33%build
9ace6d9c
MB
34%{__intltoolize}
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
4340a34d
RK
39%configure \
40 --disable-static
41
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
9ace6d9c
MB
50mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{no,nb}
51
52%find_lang %{name}
eaa49471 53
4340a34d
RK
54%clean
55rm -rf $RPM_BUILD_ROOT
56
9ace6d9c
MB
57%post
58%update_icon_cache hicolor
59
60%postun
61%update_icon_cache hicolor
62
63%files -f %{name}.lang
4340a34d 64%defattr(644,root,root,755)
9ace6d9c
MB
65%doc AUTHORS ChangeLog README TODO
66%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mount-plugin
67%{_datadir}/xfce4/panel-plugins/xfce4-mount-plugin.desktop
68%{_iconsdir}/hicolor/*/apps/*.*
This page took 0.183167 seconds and 4 git commands to generate.