]> git.pld-linux.org Git - packages/xfce4-dict.git/blame - xfce4-dict.spec
- Requires(post,postun): gtk-update-icon-cache
[packages/xfce4-dict.git] / xfce4-dict.spec
CommitLineData
9b7c0f64
JR
1Summary: Xfce4 Dictionary
2Summary(pl.UTF-8): Słownik dla Xfce4
3Name: xfce4-dict
4Version: 0.6.0
a73d5a1d 5Release: 2
9b7c0f64
JR
6License: GPL v2
7Group: X11/Applications
8Source0: http://archive.xfce.org/src/apps/xfce4-dict/0.6/%{name}-%{version}.tar.bz2
9# Source0-md5: c371c5c0bbe45a2bfac336cfe01dfe01
10URL: http://goodies.xfce.org/projects/applications/xfce4-dict
f25a2151 11BuildRequires: gettext-devel
12BuildRequires: intltool
9b7c0f64 13BuildRequires: libxfcegui4-devel >= 4.6.0
f25a2151 14BuildRequires: pkgconfig
9b7c0f64
JR
15BuildRequires: rpmbuild(macros) >= 1.311
16BuildRequires: xfce4-dev-tools >= 4.6.0
17BuildRequires: xfce4-panel-devel >= 4.6.0
a73d5a1d 18Requires(post,postun): gtk-update-icon-cache
9b7c0f64
JR
19Requires(post,postun): hicolor-icon-theme
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This program allows you to search different kinds of dictionary
f25a2151 24services for words or phrases and shows you the result. Currently you
25can query a Dict server(RFC 2229), any online dictionary service by
26opening a web browser or search for words using the aspell/ispell
27program.
9b7c0f64
JR
28
29%description -l pl.UTF-8
30Ten program pozwala przeszukiwać różne serwisy słownikowe w celu
31wyszukania słów lub fraz. Obecnie można odpytywać serwer słownika
32(zgodny z RFC 2229) przy pomocy przeglądarki albo programu
33aspell/ispell.
34
35%package plugin
36Summary: Xfce panel plugin for xfce4-dict
37Summary(pl.UTF-8): Wtyczka dla panelu Xfce dla xfce4-dict
38Group: X11/Applications
39Requires: %{name} = %{version}-%{release}
40Requires: xfce4-panel >= 4.6.0
41
42%description plugin
43Xfce panel plugin for xfce4-dict.
44
45%description plugin -l pl.UTF-8
46Wtyczka dla panelu Xfce dla xfce4-dict.
47
48%prep
49%setup -q
50
51%build
52%configure
53
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
62rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
63
64%find_lang %{name}
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%post
70%update_icon_cache hicolor
71
72%postun
73%update_icon_cache hicolor
74
75%files -f %{name}.lang
76%defattr(644,root,root,755)
77%doc AUTHORS ChangeLog NEWS README
78%attr(755,root,root) %{_bindir}/xfce4-dict
79%{_iconsdir}/hicolor/scalable/apps/*.svg
80%{_desktopdir}/xfce4-dict.desktop
81%{_mandir}/man1/xfce4-dict.1*
82
83%files plugin
84%defattr(644,root,root,755)
85%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-dict-plugin
86%{_datadir}/xfce4/panel-plugins/xfce4-dict-plugin.desktop
This page took 0.071952 seconds and 4 git commands to generate.