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