]> git.pld-linux.org Git - packages/xfce4-quicklauncher-plugin.git/blob - xfce4-quicklauncher-plugin.spec
- pl, fixed License(!), xfce4-panel deps, build on modern archs
[packages/xfce4-quicklauncher-plugin.git] / xfce4-quicklauncher-plugin.spec
1 Summary:        Multiline launcher plugin for Xfce panel
2 Summary(pl):    Wieloliniowa wtyczka do uruchamiania dla panelu Xfce
3 Name:           xfce4-quicklauncher-plugin
4 Version:        0.5
5 Release:        0.1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
9 # Source0-md5:  7b02eb6e8ae2b685be67637c0034b158
10 URL:            http://xfce-goodies.berlios.de/
11 BuildRequires:  automake
12 BuildRequires:  libxfce4util-devel >= 3.99
13 BuildRequires:  libxfcegui4-devel >= 3.99
14 BuildRequires:  pkgconfig
15 BuildRequires:  xfce4-panel-devel >= 4.1.9.0
16 Requires:       xfce4-panel >= 4.1.9.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This plugin allows you to have lots of launchers in the panel,
21 displaying them on several lines.
22
23 %description -l pl
24 Ta wtyczka umo¿liwia posiadanie wielu narzêdzi do uruchamiania w
25 panelu, wy¶wietlaj±c je w kilku liniach.
26
27 %prep
28 %setup -q -n %{name}
29
30 %build
31 cp -f /usr/share/automake/config.sub .
32 %configure \
33         --disable-static
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.118541 seconds and 3 git commands to generate.