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