]> git.pld-linux.org Git - packages/applnk.git/blob - applnk.spec
37545b871263d2db3baa149b3ab7e1aa83fc21e0
[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.6.2
5 Release:        1
6 License:        GPL
7 Group:          Base
8 # This file does not exist at this URL.
9 #Source0:       ftp://ftp.pld.org.pl/software/applnk/%{name}-%{version}.tar.bz2
10 Source0:        %{name}-%{version}.tar.bz2
11 # Source0-md5: 52b4982b401f29a121b25fcc4280609e
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 Conflicts:      wmconfig < 0.9.10-5
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _vfinfodir      %{_datadir}/desktop-directories
19 %define         _xdgconfdir     /etc/xdg
20
21 %description
22 Base directories tree used for storing desktop/kdelnk menu entries.
23 Package also contains full description of this hierarchy (descriptions
24 with translations and menu order).
25
26 %description -l pl
27 Bazowa struktura katalogów u¿ywana do przechowywania plików
28 desktop/kdelnk opisu elementów menu ze spisem aplikacji. Pakiet
29 zawiera pe³ny opis hierarchii katalogów (w plikach .directory) wraz z
30 t³umaczeniami tych opisów, a tak¿e opis sposobu uszeregowania
31 grup/elementów katalogów.
32
33 %prep
34 %setup -q
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
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT \
48         applnkdir=%{_applnkdir} \
49         pixmapsdir=%{_pixmapsdir}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %dir %{_xdgconfdir}
57 %dir %{_xdgconfdir}/menus
58 # should be marked as %%config
59 %{_xdgconfdir}/menus/applications.menu
60 %{_applnkdir}
61 %{_vfinfodir}
62 %{_pixmapsdir}/*
This page took 0.026055 seconds and 2 git commands to generate.