]> git.pld-linux.org Git - packages/AfterStep.git/blobdiff - AfterStep.spec
- release 2.
[packages/AfterStep.git] / AfterStep.spec
index deb49de04060cb8aaeeef6e13cf12a06b4e2f6ad..e0b8ff9853d7b3c6af126ac7d4484acdb1123a05 100644 (file)
@@ -2,14 +2,10 @@ Summary:      AfterStep Window Manager
 Summary(ja):   AfterStep ¥¦¥£¥ó¥É¥¦¥Þ¥Í¡¼¥¸¥ã (NeXTÉ÷)
 Summary(pl):   AfterStep - mened¿er okien
 Name:          AfterStep
-Version:       1.8.10
-Release:       1
+Version:       1.8.11
+Release:       2
 License:       GPL
 Group:         X11/Window Managers
-Group(de):     X11/Fenstermanager
-Group(es):     X11/Administraadores De Ventanas
-Group(fr):     X11/Gestionnaires De Fenêtres
-Group(pl):     X11/Zarz±dcy Okien
 Vendor:                The AfterStep Team (see TEAM in docdir)
 Source0:       ftp://ftp.afterstep.org/stable/%{name}-%{version}.tar.bz2
 Source1:       %{name}.RunWM
@@ -20,6 +16,8 @@ URL:          http://www.afterstep.org/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel
 BuildRequires: sgml-tools
 Requires:      wmconfig >= 0.9.9-5
 Requires:      xinitrc >= 3.0
@@ -68,16 +66,17 @@ bazowa
 %setup  -q
 %patch0 -p1
 %patch1 -p1
+
 %build
 cp -f autoconf/* .
-aclocal
-autoconf
-%configure2_13 \
+%{__aclocal}
+%{__autoconf}
+%configure \
        --with-helpcommand="xterm -e man" \
        --with-xpm \
        --with-png \
        --with-jpeg \
-        --enable-i18n \
+        --enable-i18n
 
 %{__make}
 sgml2html doc/afterstep.sgml
@@ -96,15 +95,13 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/wmstyle/%{name}.names
 rm -f $RPM_BUILD_ROOT%{_bindir}/{sessreg,xpmroot}
 rm -rf $RPM_BUILD_ROOT%{_datadir}/afterstep/doc
 
-gzip -9nf UPGRADE NEW README TEAM README.RedHat doc/languages/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc doc/code doc/languages TODO *.html
-%doc {UPGRADE,NEW,README,TEAM,README.RedHat}.gz
+%doc UPGRADE NEW README TEAM README.RedHat doc/languages/*
 %attr(755,root,root) /etc/sysconfig/wmstyle/*.sh
 /etc/sysconfig/wmstyle/*.names
 %attr(755,root,root) %{_bindir}/*
This page took 0.081699 seconds and 4 git commands to generate.