]> git.pld-linux.org Git - packages/applnk.git/blob - applnk.spec
- Updated to 1.6.1
[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.1
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 BuildRequires:  autoconf
12 BuildRequires:  automake
13 Conflicts:      wmconfig < 0.9.10-5
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _vfconfdir      /etc/X11/desktop
18 %define         _vfinfodir      %{_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
35 %build
36 rm -f missing
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT \
47         applnkdir=%{_applnkdir} \
48         pixmapsdir=%{_pixmapsdir}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %dir %{_vfconfdir}
56 %dir %{_vfconfdir}/menus
57 # should be marked as %%config
58 %{_vfconfdir}/menus/applications.menu
59 %{_applnkdir}
60 %{_vfinfodir}
61 %{_pixmapsdir}/*
This page took 0.043691 seconds and 4 git commands to generate.