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