]> git.pld-linux.org Git - packages/AfterStep.git/blobdiff - AfterStep.spec
fixed pl translations
[packages/AfterStep.git] / AfterStep.spec
index f423e58a07602baebe97fcb12cf58da2fcb46b06..ce01bc2f334490c38cc99ea142ad677984d87a88 100644 (file)
@@ -1,15 +1,20 @@
 Summary:       AfterStep Window Manager
+Summary(ja):   AfterStep ¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã (NeXTÉ÷)
+Summary(pl):   AfterStep - menad¿er okien
 Name:          AfterStep
-Version:       1.7.111
+Version:       1.7.142
 Release:       1
 Copyright:     GPL
 Group:         X11/Window Managers
-Group(pl):     X11/Zarz±dcy Okien
+Group(pl):     X11/Zarz±dcy okien
+Vendor:                The AfterStep Team (see TEAM in docdir)
 Source:                ftp://ftp.afterstep.org/devel/snapshots/%{name}-%{version}.tar.bz2
+Patch:         AfterStep-Wharf_maxsize.patch
+URL:           http://www.afterstep.org/
 BuildRoot:     /tmp/%{name}-%{version}-root
 
-%define                _prefix /usr/X11R6
-%define                _mandir /usr/X11R6/man
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
 
 %description
 AfterStep is a continuation of the BowMan window manager which was
@@ -26,11 +31,11 @@ change the project name and move on.
 Important features of AfterStep include:
 
 1. Wharf: a free-floating application loader which can "Swallow" running
-programs and also can contain "Folders" of more applications.
+   programs and also can contain "Folders" of more applications.
 2. Gradient filled TitleBars with 5 button : help/zap, action/tasks,
-iconize/maximise, shade/stick & close/destroy buttons
+   iconize/maximise, shade/stick & close/destroy buttons
 3. Gradient filled root window PopUp menus which can be configured to
-accomodate different tastes and styles of management
+   accomodate different tastes and styles of management
 4. NEXTSTEP style icons which give a consistent look to the entire desktop
 5. Pixmapped Pager with desktop pixmmaping
 6. Easy to use look files, to share you desktop appearance with your friends
@@ -38,17 +43,25 @@ accomodate different tastes and styles of management
 8. WinList : a tasklist which can be horizontal or vertical
 9. Many modules & asapps to give a good look to your X window station
 
+%description -l pl
+AfterStep jest kontynuacj± zarz±dcy okienek o nazwie BowMan, który zosta³
+opracowany przez Bo Yanga. BowMan bazowa³ na innym menad¿erze okien o nazwie
+fvwm, napisanym przez Roberta Nationa, a sam fvwm bazowa³ na kodzie ¼ród³owym
+mened¿era twm.
+
 %prep
 %setup -q
+%patch -p1
 
 %build
+LDFLAGS="-s"; export LDFLAGS
 %configure \
        --with-imageloader="xv -root -quit" \
        --with-helpcommand="xterm -e man" \
        --disable-availability \
        --enable-makemenusonboot \
        --enable-different-looknfeels \
-       --with-xpm
+       --with-xpm 
 
 make
 sgml2html doc/afterstep.sgml
@@ -61,8 +74,6 @@ make install install.man DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT/%{_bindir}/{sessreg,xpmroot}
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/afterstep/doc
 
-strip --strip-unneeded $RPM_BUILD_ROOT/%{_bindir}/* || :
-
 gzip -9nf UPGRADE NEW README TEAM README.RedHat doc/languages/* \
        $RPM_BUILD_ROOT/%{_mandir}/man1/*
 
This page took 0.09393 seconds and 4 git commands to generate.