]> git.pld-linux.org Git - packages/xfce4-mount-plugin.git/blob - xfce4-mount-plugin.spec
b3b0e85c4d3ee042d554c990f990a18ccbf0d13c
[packages/xfce4-mount-plugin.git] / xfce4-mount-plugin.spec
1 Summary:        mount/umount utility for Xfce panel
2 Summary(pl):    Narzêdzie do montowania/odmontowywania dla panelu Xfce
3 Name:           xfce4-mount-plugin
4 Version:        0.1
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications        
8 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
9 # Source0-md5:  2dc989aadd349d6d248cd3d64cdfb93a
10 URL:            http://xfce-goodies.berlios.de/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  pkgconfig
15 BuildRequires:  xfce4-panel-devel >= 4.1.90
16 Requires:       xfce4-panel >= 4.1.90
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This plugin let's you easy mount/umount and check space uvailable on
21 destdevice.
22
23 %description -l pl
24 Ta wtyczka umo¿liwia ³atwe montowanie/odmontowywanie oraz sprawdzanie
25 miejsca dostêpnego na urz±dzeniu.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure \
32         --disable-static
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS README
50 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.02058 seconds and 2 git commands to generate.