]> git.pld-linux.org Git - packages/xfce4-clipman-plugin.git/blob - xfce4-clipman-plugin.spec
- updated to 0.9.0
[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.9.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:  f41ab83ed53d92d109e45fcf0477ff2c
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake >= 1:1.8
13 BuildRequires:  intltool
14 BuildRequires:  exo-devel >= 0.3.0
15 BuildRequires:  pkgconfig
16 BuildRequires:  xfce4-dev-tools >= 4.4.0
17 BuildRequires:  xfce4-panel-devel >= 4.4.0
18 Requires:       xfce4-panel >= 4.4.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This plugin is a clipboard history for the panel.
23
24 %description -l pl.UTF-8
25 Wtyczka ta jest historiÄ… schowka panelu.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__intltoolize}
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure \
37         --disable-static
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 mv $RPM_BUILD_ROOT%{_datadir}/locale/nb{_NO,}
48 mv $RPM_BUILD_ROOT%{_datadir}/locale/pt{_PT,}
49
50 %find_lang %{name}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files -f %{name}.lang
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog COPYING README THANKS
58 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-clipman-plugin
59 %{_datadir}/xfce4/panel-plugins/clipman.desktop
This page took 0.082754 seconds and 4 git commands to generate.