]> git.pld-linux.org Git - packages/applnk.git/blob - applnk.spec
- Updated to 1.6
[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
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
18 %define         _vfconfdir      /etc/X11/desktop
19 %define         _vfinfodir      %{_datadir}/desktop-directories
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 applnkdir=%{_applnkdir} pixmapsdir=%{_pixmapsdir} \
47                 DESTDIR=$RPM_BUILD_ROOT
48
49 install -d $RPM_BUILD_ROOT%{_desktopdir}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %dir %{_vfconfdir}
57 %dir %{_vfconfdir}/menus
58 # should be marked as %%config
59 %{_vfconfdir}/menus/applications.menu
60 %{_applnkdir}
61 %{_vfinfodir}
62 %{_pixmapsdir}/*
This page took 0.036013 seconds and 4 git commands to generate.