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