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