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