]> git.pld-linux.org Git - packages/xfce4-clipman-plugin.git/blob - xfce4-clipman-plugin.spec
- updated to 0.1.1
[packages/xfce4-clipman-plugin.git] / xfce4-clipman-plugin.spec
1 Summary:        A simple clipboard history for XFce panel
2 Summary(pl):    Prosta historia schowka panelu XFce
3 Name:           xfce4-clipman-plugin
4 Version:        0.1.1
5 Release:        1
6 License:        BSD-like (see COPYING)
7 Group:          X11/Applications
8 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
9 # Source0-md5:  1cf46b68b9261ddb1ac69ca932802083
10 URL:            http://xfce-goodies.berlios.de/
11 BuildRequires:  libxfce4util-devel >= 3.99
12 BuildRequires:  libxfcegui4-devel >= 3.99
13 BuildRequires:  pkgconfig
14 BuildRequires:  xfce4-panel-devel >= 3.99
15 Requires:       xfce4-panel >= 3.99
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This plugin is a clipboard history for the panel.
20
21 %description -l pl
22 Wtyczka ta jest historiĀ± schowka panelu.
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.a
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS ChangeLog COPYING
45 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
This page took 0.040139 seconds and 4 git commands to generate.