]> git.pld-linux.org Git - packages/applnk.git/blob - applnk.spec
- rel 3, fixed capplet patch
[packages/applnk.git] / applnk.spec
1 Summary:        Applnk - base directories tree used for storing desktop/kdelnk menu entries
2 Summary(pl):    Applnk - bazowa struktura katalogów z opisami do plików desktop/kdelnk
3 Name:           applnk
4 Version:        1.9.4
5 Release:        3
6 License:        GPL
7 Group:          Base
8 #Source0:       ftp://ftp.pld-linux.org/software/applnk/
9 Source0:        %{name}-%{version}.tar.bz2
10 # Source0-md5:  85300a3ea420042be20e8438c7e42dd0
11 Patch0:         %{name}-capplet.patch
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _xdgconfdir     /etc/xdg
18 %define         _xdgdatadir     %{_datadir}/desktop-directories
19
20 %description
21 Base directories tree used for storing desktop/kdelnk menu entries.
22 Package also contains full description of this hierarchy (descriptions
23 with translations and menu order).
24
25 %description -l pl
26 Bazowa struktura katalogów u¿ywana do przechowywania plików
27 desktop/kdelnk opisu elementów menu ze spisem aplikacji. Pakiet
28 zawiera pe³ny opis hierarchii katalogów (w plikach .directory) wraz z
29 t³umaczeniami tych opisów, a tak¿e opis sposobu uszeregowania
30 grup/elementów katalogów.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35
36 %build
37 rm -f missing
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{_xdgconfdir}/menus/applications-merged
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT \
49         pixmapsdir=%{_pixmapsdir}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %dir %{_xdgconfdir}/menus
57 %dir %{_xdgconfdir}/menus/applications-merged
58 # should be marked as %%config
59 %{_xdgconfdir}/menus/applications.menu
60 %{_xdgdatadir}
61 %{_pixmapsdir}/*
This page took 0.055239 seconds and 3 git commands to generate.