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