]> git.pld-linux.org Git - packages/xfce4-clipman-plugin.git/blob - xfce4-clipman-plugin.spec
87e8f05b2bc258dded3682b5166354278b9c6445
[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.2.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.2/%{name}-%{version}.tar.bz2
9 # Source0-md5:  61f3be97efa379cb358980c94e14692a
10 URL:            http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  exo-devel >= 0.8.0
14 BuildRequires:  libtool
15 BuildRequires:  libunique-devel >= 1.0.0
16 BuildRequires:  libxfce4ui-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  rpmbuild(macros) >= 1.601
19 BuildRequires:  xfce4-dev-tools >= 4.10.0
20 BuildRequires:  xfce4-panel-devel >= 4.10.0
21 Requires:       gtk-update-icon-cache
22 Requires:       hicolor-icon-theme
23 Requires:       xfce4-dirs >= 4.6
24 Requires:       xfce4-panel >= 4.10.0
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 This plugin is a clipboard history for the panel.
29
30 %description -l pl.UTF-8
31 Wtyczka ta jest historiÄ… schowka panelu.
32
33 %prep
34 %setup -q
35
36 %build
37 %{__libtoolize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure \
42         --disable-static
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.la
53
54 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
55
56 %find_lang %{name}
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post
62 %update_icon_cache hicolor
63
64 %postun
65 %update_icon_cache hicolor
66
67 %files -f %{name}.lang
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog NEWS README
70 %{_sysconfdir}/xdg/autostart/xfce4-clipman-plugin-autostart.desktop
71 %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
72 %attr(755,root,root) %{_bindir}/xfce4-clipman
73 %attr(755,root,root) %{_bindir}/xfce4-clipman-settings
74 %attr(755,root,root) %{_bindir}/xfce4-popup-clipman
75 %attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libclipman.so
76 %{_iconsdir}/hicolor/*/apps/xfce4-clipman-plugin.*
77 %{_desktopdir}/xfce4-clipman.desktop
78 %{_datadir}/xfce4/panel/plugins/xfce4-clipman-plugin.desktop
79
80 %dir %{_datadir}/doc/xfce4-clipman-plugin
81 %dir %{_datadir}/doc/xfce4-clipman-plugin/html
82 %{_datadir}/doc/xfce4-clipman-plugin/html/C
83 %{_datadir}/doc/xfce4-clipman-plugin/html/index.css
84 %lang(ca) %{_datadir}/doc/xfce4-clipman-plugin/html/ca
85 %lang(da) %{_datadir}/doc/xfce4-clipman-plugin/html/da
86 %lang(el) %{_datadir}/doc/xfce4-clipman-plugin/html/el
87 %lang(fr) %{_datadir}/doc/xfce4-clipman-plugin/html/fr
88 %lang(gl) %{_datadir}/doc/xfce4-clipman-plugin/html/gl
89 %lang(it) %{_datadir}/doc/xfce4-clipman-plugin/html/it
90 %lang(ja) %{_datadir}/doc/xfce4-clipman-plugin/html/ja
91 %lang(pt) %{_datadir}/doc/xfce4-clipman-plugin/html/pt
92 %lang(ru) %{_datadir}/doc/xfce4-clipman-plugin/html/ru
93 %lang(tr) %{_datadir}/doc/xfce4-clipman-plugin/html/tr
94 %lang(ug) %{_datadir}/doc/xfce4-clipman-plugin/html/ug
95 %lang(uk) %{_datadir}/doc/xfce4-clipman-plugin/html/uk
96 %lang(zh_CN) %{_datadir}/doc/xfce4-clipman-plugin/html/zh_CN
This page took 0.058379 seconds and 2 git commands to generate.