]> git.pld-linux.org Git - packages/xfce4-appfinder.git/blob - xfce4-appfinder.spec
94d353b517b946e9bd4ad6ea64579e6572247f05
[packages/xfce4-appfinder.git] / xfce4-appfinder.spec
1 Summary:        Appfinder for the Xfce Desktop Environment
2 Summary(pl):    Wyszukiwarka aplikacji dla ¶rodowiska Xfce
3 Name:           xfce4-appfinder
4 Version:        4.1.99.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        ftp://ftp.berlios.de/pub/xfce-goodies/%{version}/%{name}-%{version}.tar.gz
9 # Source0-md5:  ce7a52a4236e56cd8bd51c2852776e80
10 Patch0:         %{name}-locale-names.patch
11 URL:            http://www.xfce.org/
12 BuildRequires:  libxfcegui4-devel >= 4.1.0
13 Requires:       libxfcegui4 >= 4.1.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 xfce4-appfinder shows system wide installed applications.
18
19 %description -l pl
20 xfce4-appfinder pokazuje aplikacje zainstalowane w systemie.
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 mv -f po/{pt_PT,pt}.po
27
28 %build
29 %{__libtoolize}
30 %{__aclocal} -I m4
31 %{__autoheader}
32 %{__automake}
33 %{__autoconf}
34 %configure
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog NEWS README TODO
52 %attr(755,root,root) %{_bindir}/xfce4-appfinder
53 %{_desktopdir}/xfce4-appfinder.desktop
54 %{_pixmapsdir}/xfce4-appfinder.png
55 %{_datadir}/xfce4/doc/C/xfce4-appfinder.html
56 %{_datadir}/xfce4/doc/C/images/*
This page took 0.080992 seconds and 3 git commands to generate.