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