]> git.pld-linux.org Git - packages/xfce4-clipman-plugin.git/blob - xfce4-clipman-plugin.spec
- converted to UTF-8
[packages/xfce4-clipman-plugin.git] / xfce4-clipman-plugin.spec
1 Summary:        A simple clipboard history for Xfce panel
2 Summary(pl.UTF-8):   Prosta historia schowka panelu Xfce
3 Name:           xfce4-clipman-plugin
4 Version:        0.8.0
5 Release:        1
6 License:        BSD-like (see COPYING)
7 Group:          X11/Applications
8 Source0:        http://goodies.xfce.org/releases/xfce4-clipman-plugin/%{name}-%{version}.tar.bz2
9 # Source0-md5:  808d4e8bc6e9a9d4ed30124fb2236c1d
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  intltool
14 BuildRequires:  pkgconfig
15 BuildRequires:  xfce4-dev-tools >= 4.4.0
16 BuildRequires:  xfce4-panel-devel >= 4.4.0
17 Requires:       xfce4-panel >= 4.4.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This plugin is a clipboard history for the panel.
22
23 %description -l pl.UTF-8
24 Wtyczka ta jest historiÄ… schowka panelu.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__intltoolize}
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure \
36         --disable-static
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog COPYING README THANKS
54 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-clipman-plugin
55 %{_datadir}/xfce4/panel-plugins/clipman.desktop
This page took 0.119184 seconds and 3 git commands to generate.