]> git.pld-linux.org Git - packages/aMule.git/commitdiff
- update to 1.2.1, enable optimize...
authorundefine <undefine@pld-linux.org>
Sun, 14 Dec 2003 18:45:20 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aMule.spec -> 1.10

aMule.spec

index 01b18ece468998f1053bc3e4e3f1f23051869075..c3e159affdadaae9c7764adcf456db1feb743e8a 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Unix port of eMule client
 Summary(pl):   Uniksowy port klienta eMule
 Name:          aMule
-Version:       1.2.0
+Version:       1.2.1
 Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
-# Source0-md5: d6704999460c66a9c20c293a77243f34
+# Source0-md5: e61219ce05749c3b91b101f83e1bd63e
 Patch0:        %{name}-po_makefile.patch
 URL:           http://amule.sourceforge.net
 BuildRequires: autoconf
@@ -17,6 +17,7 @@ BuildRequires:        gettext-devel >= 0.11.5
 BuildRequires: gtk+2-devel >= 2.2.0
 BuildRequires: libstdc++-devel
 BuildRequires: wxGTK2-devel >= 2.4.0
+BuildRequires: wxBase-devel >= 2.4.0
 Requires:      wget
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -31,12 +32,14 @@ aMule to linuksowy port klienta eMule.
 %patch0 -p1
 
 %build
-%{__aclocal}
+%{__gettextize}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
-       --with-wx-config=/usr/bin/wxgtk2-2.4-config 
+       --with-wx-config=/usr/bin/wxgtk2-2.4-config \
+       --enable-optimise
 
 %{__make}
 
This page took 0.089906 seconds and 4 git commands to generate.