]> git.pld-linux.org Git - packages/aewm.git/blob - aewm.spec
fixed a small typo
[packages/aewm.git] / aewm.spec
1 Summary:        AEWM - the ascetic window manager
2 Summary(pl):    AEWM - "ascetyczny" menad¿er okien
3 Name:           aewm
4 Version:        1.2.0
5 Release:        2
6 License:        MIT
7 Group:          X11/Window Managers
8 Source0:        http://www.red-bean.com/~decklin/aewm/%{name}-%{version}.tar.gz
9 Source1:        %{name}.desktop
10 URL:            http://www.red-bean.com/%7Edecklin/aewm/
11 BuildRequires:  gtk+-devel
12 BuildRequires:  glibc-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16 %define         _mandir         %{_prefix}/man
17 %define         _wmpropsdir     %{_datadir}/wm-properties
18
19 %description
20 aewm is a minimal window manager for X11.
21
22 %description -l pl
23 aewm jet minimalnym menad¿erem okien dla X11. Nie potrafi obs³ugiwaæ
24 ikon, wielu sesji, tematów, t³a itp. Nie jest zbyt konfigurowalny.
25
26 Jego zalet± jest prostota i szybko¶æ.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__make} CFLAGS="%{rpmcflags}"
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_wmpropsdir}}
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 install %{SOURCE1} $RPM_BUILD_ROOT/%{_wmpropsdir}
41
42 gzip -9nf README ChangeLog
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README.gz
50 %attr(755,root,root) %{_bindir}/*
51 %{_mandir}/man1/*
52 %{_wmpropsdir}/*
This page took 0.113518 seconds and 3 git commands to generate.