]> git.pld-linux.org Git - packages/aMule.git/blobdiff - aMule.spec
- updated to 2.0.0rc8
[packages/aMule.git] / aMule.spec
index 30f5f964070f415eee149bd791de6e415a232bad..19705ebc1f944ffa6b6027ccf32c7c105e5287e5 100644 (file)
@@ -1,24 +1,30 @@
+%define                _rc     rc8
 Summary:       Unix port of eMule client
 Summary(pl):   Uniksowy port klienta eMule
 Name:          aMule
-Version:       1.2.1
-Release:       1
+Version:       2.0.0
+Release:       0.%{_rc}.2
 License:       GPL
 Group:         X11/Applications
-Source0:       http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
-# Source0-md5: e61219ce05749c3b91b101f83e1bd63e
-Patch0:        %{name}-po_makefile.patch
-URL:           http://amule.sourceforge.net
+Source0:       http://download.berlios.de/amule/%{name}-%{version}%{_rc}.tar.gz
+# Source0-md5: 764c8cc47ffbc29bbe8e568cec09e00b
+Patch0:                %{name}-configure_in.patch
+Patch1:                %{name}-desktop.patch
+URL:           http://www.amule.org/
 BuildRequires: autoconf
 BuildRequires: automake >= 1.7.3
 BuildRequires: bison
+#BuildRequires:        cryptopp-devel >= 5.1
+BuildRequires: curl-devel >= 7.9.7
 BuildRequires: expat-devel
 BuildRequires: gettext-devel >= 0.11.5
-BuildRequires: gtk+2-devel >= 2.2.0
+BuildRequires: gtk+2-devel >= 2:2.2.0
 BuildRequires: libstdc++-devel
-BuildRequires: wxGTK2-devel >= 2.4.0
 BuildRequires: wxBase-devel >= 2.4.0
+BuildRequires: wxGTK2-devel >= 2.4.0
 Requires:      wget
+Obsoletes:     lmule
+Obsoletes:     xmule
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,10 +34,12 @@ aMule is a Linux port of eMule client.
 aMule to linuksowy port klienta eMule.
 
 %prep
-%setup  -q
+%setup -q -n %{name}-%{version}%{_rc}
 %patch0 -p1
+%patch1 -p1
 
 %build
+rm -r autom4te.cache
 %{__gettextize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -56,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f amule.lang
 %defattr(644,root,root,755)
-%doc AUTHORS docs/README docs/Changelog docs/ED2K-Links.HOWTO docs/TODO docs/eMule-Imports-Status docs/amulesig.txt
+%doc docs/AUTHORS docs/README docs/Changelog docs/ED2K-Links.HOWTO docs/TODO docs/amulesig.txt
 %attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/*
 %{_pixmapsdir}/*
This page took 0.073253 seconds and 4 git commands to generate.