]> git.pld-linux.org Git - packages/xfce4-verve-plugin.git/blob - xfce4-verve-plugin.spec
- Obsoletes: xfce4-minicmd-plugin
[packages/xfce4-verve-plugin.git] / xfce4-verve-plugin.spec
1 #
2 %define         srcname         verve-plugin
3 #
4 Summary:        Verve plugin for Xfce panel
5 Name:           xfce4-%{srcname}
6 Version:        0.3.5
7 Release:        1
8 License:        GPL v2
9 Group:          X11/Applications
10 Source0:        http://goodies.xfce.org/releases/verve-plugin/%{srcname}-%{version}.tar.bz2
11 # Source0-md5:  85701b960da6bb10762b460c23b84c15
12 URL:            http://goodies.xfce.org/projects/panel-plugins/verve-plugin
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake
15 BuildRequires:  dbus-glib-devel >= 0.34
16 BuildRequires:  intltool
17 BuildRequires:  libexo-devel >= 0.3.2
18 BuildRequires:  libtool
19 BuildRequires:  pcre-devel
20 BuildRequires:  pkgconfig
21 BuildRequires:  xfce4-dev-tools >= 4.4.0
22 BuildRequires:  xfce4-panel-devel >= 4.4.0
23 Obsoletes:      xfce4-minicmd-plugin
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Verve plugin is a comfortable command line plugin for the Xfce panel.
28 It supports several nice features, such as:
29 - command history
30 - auto-completion (including command history)
31 - open URLs and e-mail addresses in your favourite applications
32 - focus grabbing via D-BUS
33 - custom input field width
34
35 %prep
36 %setup -q -n %{srcname}-%{version}
37
38 %build
39 %{__intltoolize}
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         --disable-static
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %find_lang %{srcname}
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{srcname}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog README THANKS TODO
63 %attr(755,root,root) %{_bindir}/verve-focus
64 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-verve-plugin
65 %{_datadir}/xfce4/panel-plugins/verve.desktop
This page took 0.029959 seconds and 4 git commands to generate.