]> git.pld-linux.org Git - packages/AfterStep.git/blob - AfterStep.spec
- spec adapterized.
[packages/AfterStep.git] / AfterStep.spec
1 Summary:        AfterStep Window Manager
2 Summary(ja):    AfterStep ¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã (NeXTÉ÷)
3 Summary(pl):    AfterStep - mened¿er okien
4 Name:           AfterStep
5 Version:        1.8.0
6 Release:        1
7 License:        GPL
8 Group:          X11/Window Managers
9 Group(es):      X11/Administraadores De Ventanas
10 Group(fr):      X11/Gestionnaires De Fenêtres
11 Group(pl):      X11/Zarz±dcy Okien
12 Vendor:         The AfterStep Team (see TEAM in docdir)
13 Source0:        ftp://ftp.afterstep.org/stable/%{name}-%{version}.tar.bz2
14 Patch0:         %{name}-Wharf_maxsize.patch
15 Patch1:         %{name}-no_bash_fix.patch
16 URL:            http://www.afterstep.org/
17 BuildRequires:  XFree86-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
22
23 %description
24 AfterStep is a continuation of the BowMan window manager which was
25 originally put together by Bo Yang. BowMan was based on the fvwm
26 window manager, written by Robert Nation. Fvwm was based on code from
27 twm. And so on... It was originally designed to emulate some of the
28 look and feel of the NEXTSTEP user interface, but has since taken
29 steps towards adding more useful, requested, and neat features
30 especially in 1.4 version ! The changes which comprise AfterStep's
31 personality were originally part of bowman development, but due to a
32 desire to move past simple emulation and into a niche as its own
33 valuable window manager, AfterStep designers decided to change the
34 project name and move on.
35
36 Important features of AfterStep include:
37
38 1. Wharf: a free-floating application loader which can "Swallow"
39 running programs and also can contain "Folders" of more applications.
40 2. Gradient filled TitleBars with 5 button : help/zap, action/tasks,
41 iconize/maximise, shade/stick & close/destroy buttons 3. Gradient
42 filled root window PopUp menus which can be configured to accomodate
43 different tastes and styles of management 4. NEXTSTEP style icons
44 which give a consistent look to the entire desktop 5. Pixmapped Pager
45 with desktop pixmmaping 6. Easy to use look files, to share you
46 desktop appearance with your friends 7. Start menu entries in a
47 hierarchy of directories 8. WinList : a tasklist which can be
48 horizontal or vertical 9. Many modules & asapps to give a good look to
49 your X window station
50
51 %description -l pl
52 AfterStep jest kontynuacj± zarz±dcy okienek o nazwie BowMan który
53 zosta³ opracowany przez Bo Yanga. BowMan bazowa³ na innym mened¿e¿e
54 okien o nazwie fvwm napisanym przez Roberta Nationa, a sam fvwm
55 bazowa³ na kodzie ¼ród³owym mened¿era twm.
56
57 %prep
58 %setup  -q
59 %patch0 -p1
60 %patch1 -p1
61
62 %build
63 LDFLAGS="-s"; export LDFLAGS
64 %configure \
65         --with-imageloader="xv -root -quit" \
66         --with-helpcommand="xterm -e man" \
67         --disable-availability \
68         --enable-makemenusonboot \
69         --enable-different-looknfeels \
70         --with-xpm \
71         --enable-i18n
72 %{__make}
73 sgml2html doc/afterstep.sgml
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77 install -d $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
78
79 %{__make} install install.man DESTDIR=$RPM_BUILD_ROOT
80
81 install AfterStep.desktop $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
82
83 rm -f $RPM_BUILD_ROOT%{_bindir}/{sessreg,xpmroot}
84 rm -rf $RPM_BUILD_ROOT%{_datadir}/afterstep/doc
85
86 gzip -9nf UPGRADE NEW README TEAM README.RedHat doc/languages/* \
87         $RPM_BUILD_ROOT/%{_mandir}/man1/*
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %files
93 %defattr(644,root,root,755)
94 %doc doc/code doc/languages TODO *.html
95 %doc {UPGRADE,NEW,README,TEAM,README.RedHat}.gz
96 %attr(755,root,root) %{_bindir}/*
97 %{_datadir}/gnome/wm-properties/AfterStep.desktop
98 %{_datadir}/afterstep
99 %{_mandir}/man1/*
This page took 0.042378 seconds and 3 git commands to generate.