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