]> git.pld-linux.org Git - packages/xfce4-taskbar-plugin.git/blob - xfce4-taskbar-plugin.spec
- new
[packages/xfce4-taskbar-plugin.git] / xfce4-taskbar-plugin.spec
1 %define         snap 20130504
2 Summary:        Taskbar plugin which mimicks the Windows 7 taskbar (pinning applications, etc)
3 Name:           xfce4-taskbar-plugin
4 Version:        0.%{snap}
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        %{name}-%{snap}.tar.bz2
9 # Source0-md5:  259533052a8398e50496052699b75787
10 Patch0:         make.patch
11 URL:            http://git.xfce.org/panel-plugins/xfce4-taskbar-plugin/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtkhotkey-devel
15 BuildRequires:  libtool
16 BuildRequires:  libxfce4ui-devel
17 BuildRequires:  xfce4-dev-tools >= 4.11.0
18 BuildRequires:  xfce4-panel-devel >= 4.11.0
19 Requires:       xfce4-panel >= 4.11.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Taskbar plugin which mimicks the Windows 7 taskbar
24 (pinning applications, etc)
25
26 %prep
27 %setup -q -n %{name}
28 %patch0 -p1
29
30 %build
31 %{__make} OPT="%{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT \
38         LIB=%{_lib}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README
46 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libtaskbar.so
47 %{_datadir}/xfce4/panel/plugins/taskbar.desktop
This page took 0.103815 seconds and 3 git commands to generate.