]> git.pld-linux.org Git - packages/aMule.git/blobdiff - aMule.spec
- release 1
[packages/aMule.git] / aMule.spec
index a35460e4dda276d69085f6d642e08902746cf934..24461bba6bffd561a168874227dbdc518fa1ee58 100644 (file)
@@ -1,13 +1,12 @@
-%define                _rc     rc8
 Summary:       Unix port of eMule client
 Summary(pl):   Uniksowy port klienta eMule
 Name:          aMule
 Version:       2.0.0
-Release:       0.%{_rc}.2
+Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://download.berlios.de/amule/%{name}-%{version}%{_rc}.tar.gz
-# Source0-md5: 764c8cc47ffbc29bbe8e568cec09e00b
+Source0:       http://download.berlios.de/amule/%{name}-%{version}.tar.gz
+# Source0-md5: e6680641e171ddf4236c955168947ba0
 Patch0:                %{name}-configure_in.patch
 Patch1:                %{name}-desktop.patch
 URL:           http://www.amule.org/
@@ -17,11 +16,13 @@ BuildRequires:      bison
 #BuildRequires:        cryptopp-devel >= 5.1
 BuildRequires: curl-devel >= 7.9.7
 BuildRequires: expat-devel
+BuildRequires: gd-devel
 BuildRequires: gettext-devel >= 0.11.5
 BuildRequires: gtk+2-devel >= 2:2.2.0
+BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel
-BuildRequires: wxBase-devel >= 2.4.0
-BuildRequires: wxGTK2-devel >= 2.4.0
+BuildRequires: wxBase-devel >= 2.6.0
+BuildRequires: wxGTK2-devel >= 2.6.0
 Requires:      wget
 Obsoletes:     lmule
 Obsoletes:     xmule
@@ -34,20 +35,23 @@ aMule is a Linux port of eMule client.
 aMule to linuksowy port klienta eMule.
 
 %prep
-%setup -q -n %{name}-%{version}%{_rc}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 
 %build
-rm -r autom4te.cache
 %{__gettextize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
-       --with-wx-config=/usr/bin/wxgtk2-2.4-config \
-       --enable-optimise
+       --with-wx-config=%{_bindir}/wx-gtk2-ansi-config \
+       --enable-optimise                               \
+       --enable-amulecmd                               \
+       --enable-amulecmdgui                            \
+       --enable-webserver                              \
+       --enable-webservergui
 
 %{__make}
 
@@ -66,5 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc docs/AUTHORS docs/README docs/Changelog docs/ED2K-Links.HOWTO docs/TODO docs/amulesig.txt
 %attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
 %{_desktopdir}/*
 %{_pixmapsdir}/*
+%{_datadir}/amule/webserver
This page took 0.05534 seconds and 4 git commands to generate.