]> git.pld-linux.org Git - packages/amiwm.git/blob - amiwm.spec
- added three patches
[packages/amiwm.git] / amiwm.spec
1 Summary:        X11 Window Manager - Amiga Workbench like environment
2 Summary(pl.UTF-8):      Zarządca okien X11 - środowisko podobne do Workbencha z Amigi
3 Name:           amiwm
4 Version:        0.20pl48
5 Release:        1
6 License:        distributable
7 Group:          X11/Window Managers
8 Source0:        ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/%{name}%{version}.tar.gz
9 # Source0-md5:  bfe907be9e94f6a47fec5181361176f2
10 Patch0:         %{name}-yywrap.patch
11 Patch1:         %{name}-DESTDIR.patch
12 Patch2:         %{name}-mandir.patch
13 URL:            http://www.lysator.liu.se/~marcus/amiwm.html
14 BuildRequires:  autoconf
15 BuildRequires:  bison
16 BuildRequires:  flex
17 BuildRequires:  xorg-lib-libSM-devel
18 BuildRequires:  xorg-lib-libXmu-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 amiwm is an X window manager that tries to make your display look and
23 feel like an Amiga(R) Workbench(R) screen. It is fully functional and
24 can do all the usual window manager stuff, like moving and resizing
25 windows.
26
27 The purpose of amiwm is to make life more pleasant for Amiga-freaks
28 who has/wants to use UNIX workstations once in a while. It can also be
29 used on the Amiga with the AmiWin X server, although this part needs
30 some more work. 
31
32 %description -l pl.UTF-8
33 amiwm to zarządca okien X próbujący uczynić ekran wyglądającym i
34 zachowującym się jak ekran Amiga(R) Workbencha(R). Jest w pełni
35 funkcjonalny i może wykonywać wszystkie normalne czynności zarządcy
36 okien, takie jak przesuwanie czy zmiana rozmiaru okienek.
37
38 Celem amiwm jest uprzyjemnienie życia fanom Amigi którzy muszą lub
39 chcą używać czasem stacji uniksowych. Może być używany także na
40 Amidze z X serwerem AmiWin, choć ta część wymaga jeszcze trochę
41 pracy.
42
43 %prep
44 %setup -q -n %{name}%{version}
45 %patch0 -p1
46 %patch1 -p1
47 %patch2 -p1
48
49 %build
50 %{__autoconf}
51 %configure
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 install -d $RPM_BUILD_ROOT%{_datadir}/xsessions
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc README README.modules LICENSE
68 %attr(755,root,root) %{_bindir}/*
69 %dir %{_libdir}/%{name}
70 %attr(755,root,root) %{_libdir}/%{name}/Background
71 %attr(755,root,root) %{_libdir}/%{name}/def_tool.info
72 %attr(755,root,root) %{_libdir}/%{name}/executecmd
73 %attr(755,root,root) %{_libdir}/%{name}/Keyboard
74 %attr(755,root,root) %{_libdir}/%{name}/requestchoice
75 %{_libdir}/%{name}/*.map
76 %{_libdir}/%{name}/X*
77 %{_libdir}/%{name}/amiwm-init
78 %{_libdir}/%{name}/system.amiwmrc
79 %{_mandir}/man?/*
This page took 0.064014 seconds and 3 git commands to generate.