]> git.pld-linux.org Git - packages/applnk.git/blob - applnk.spec
- version 1.5.11 from cvs:
[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.5.11
5 Release:        1
6 License:        GPL
7 Group:          Base
8 Source0:        %{name}-%{version}.tar.bz2
9 BuildRequires:  autoconf
10 BuildRequires:  automake
11 Conflicts:      wmconfig < 0.9.10-5
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16
17 %description
18 Base directories tree used for storing desktop/kdelnk menu entries.
19 Package also contains full description of this hierarchy (descriptions
20 with translations and menu order).
21
22 %description -l pl
23 Bazowa struktura katalogów u¿ywana do przechowywania plików
24 desktop/kdelnk opisu elementów menu ze spisem aplikacji. Pakiet
25 zawiera pe³ny opis hierarchii katalogów (w plikach .directory) wraz z
26 t³umaczeniami tych opisów, a tak¿e opis sposobu uszeregowania
27 grup/elementów katalogów.
28
29 %prep
30 %setup -q
31
32 %build
33 rm -f missing
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %{_applnkdir}
50 %{_pixmapsdir}/*
This page took 0.031059 seconds and 4 git commands to generate.