]> git.pld-linux.org Git - packages/e16.git/blobdiff - e16.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/e16.git] / e16.spec
index 5bd5d7fc00d7ec95189f1e9835edd51af7c1e13e..7b7ae58e6614869625a7233a1670c0b6a8655ceb 100644 (file)
--- a/e16.spec
+++ b/e16.spec
@@ -1,14 +1,10 @@
 Summary:       Enlightenment Window Manager
-Summary(pl):   X Window menad¿er - Enlightenment  
+Summary(pl):   X Window menad¿er - Enlightenment
 Name:          enlightenment
 Version:       0.16.5
-Release:       4
+Release:       5
 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
 Source0:       ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
 Source2:       %{name}.RunWM
@@ -16,13 +12,14 @@ Source3:    %{name}.wm_style
 Patch0:                %{name}-config-path.patch
 Patch1:                %{name}-makefile_fix.patch
 Patch2:                %{name}-ac_am_fixes.patch
+Patch3:                %{name}-use_sys_snprintf.patch
 URL:           http://www.enlightenment.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: esound-devel >= 0.2.13
 BuildRequires: fnlib-devel
 BuildRequires: freetype1-devel
-BuildRequires: gettext-devel 
+BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.1
 BuildRequires: imlib-devel >= 1.9.8
 BuildRequires: libghttp-devel
@@ -53,17 +50,18 @@ window-menad
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 libtoolize --copy --force
 gettextize --copy --force
 aclocal
-autoconf
+%{__autoconf}
 rm -f missing
-automake -a -c
+%{__automake}
 CFLAGS="-I%{_includedir}/freetype %{rpmcflags}"
 %configure \
-       --enable-sound
+       --enable-sound=yes
 
 %{__make}
 
This page took 0.110802 seconds and 4 git commands to generate.