]> git.pld-linux.org Git - packages/xfce4-clipman-plugin.git/blob - xfce4-clipman-plugin.spec
- up to 1.1.3 for XFCE 4.6
[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:        1.1.3
5 Release:        1
6 License:        BSD-like (see COPYING)
7 Group:          X11/Applications
8 Source0:        http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.1/%{name}-%{version}.tar.bz2
9 # Source0-md5:  2ba70c6bd710e2a18cba5add66d297dc
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
11 BuildRequires:  exo-devel >= 0.3.0
12 BuildRequires:  libunique-devel >= 1.0.0
13 BuildRequires:  pkgconfig
14 BuildRequires:  xfce4-dev-tools >= 4.6.0
15 BuildRequires:  xfce4-panel-devel >= 4.6.0
16 Requires:       xfce4-panel >= 4.6.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This plugin is a clipboard history for the panel.
21
22 %description -l pl.UTF-8
23 Wtyczka ta jest historiÄ… schowka panelu.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure \
30         --disable-static
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %find_lang %{name}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files -f %{name}.lang
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog NEWS README TODO
48 %{_sysconfdir}/xdg/autostart/xfce4-clipman-plugin-autostart.desktop
49 %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
50 %attr(755,root,root) %{_bindir}/xfce4-clipman
51 %attr(755,root,root) %{_bindir}/xfce4-clipman-settings
52 %attr(755,root,root) %{_bindir}/xfce4-popup-clipman
53 %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-clipman-plugin
54 %{_iconsdir}/hicolor/*/apps/xfce4-clipman-plugin.*
55 %{_desktopdir}/xfce4-clipman-plugin.desktop
56 %{_datadir}/xfce4/panel-plugins/xfce4-clipman-plugin.desktop
57
58 %{_datadir}/xfce4/doc/C/*
59 %lang(da) %{_datadir}/xfce4/doc/da/*
60 %lang(fr) %{_datadir}/xfce4/doc/fr/*
61 %lang(gl) %{_datadir}/xfce4/doc/gl/*
62 %lang(it) %{_datadir}/xfce4/doc/it/*
63 %lang(ja) %{_datadir}/xfce4/doc/ja/*
64 %lang(zh_CN) %{_datadir}/xfce4/doc/zh_CN/*
This page took 0.075222 seconds and 4 git commands to generate.