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