]> git.pld-linux.org Git - packages/apwal.git/blob - apwal.spec
994c37d42aabbbca8e24afb6d126c6a253afb1b2
[packages/apwal.git] / apwal.spec
1 Summary:        Application launcher
2 Summary(pl):    Program do uruchamiania aplikacji
3 Name:           apwal
4 Version:        0.4.4
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://apwal.free.fr/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  87327fd1665d64c58b675708de1f0067
10 URL:            http://apwal.free.fr/
11 BuildRequires:  gtk+2
12 BuildRequires:  libxml2
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Apwal is an simple and powerful application launcher. It is composed
17 in 2 parts: the application launcher itself and a good looking easy to
18 use editor.
19
20 %description -l pl
21 Apwal jest prostym i potê¿nym programem do uruchamiania aplikacji.
22 Zbudowany jest z dwóch czê¶ci: do uruchamiania aplikacji i ³atwego w
23 u¿yciu edytora.
24
25 %prep
26 %setup -q -n %{name}
27
28 %build
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_mandir}/man1}
34 install src/%{name} $RPM_BUILD_ROOT%{_bindir}/
35 ln -s %{_bindir}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}-editor
36 cp -aR pixmaps/* $RPM_BUILD_ROOT%{_pixmapsdir}
37 install debian/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc ABOUT Changelog FAQ README example/apwalrc.xml
45 %attr(755,root,root) %{_bindir}/*
46 %{_mandir}/man1/*
47 %{_pixmapsdir}/*
This page took 0.044232 seconds and 2 git commands to generate.