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