Author: kwizart
Update of /cvs/free/rpms/amule/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17373/devel
Modified Files:
.cvsignore amule.spec sources
Removed Files:
aMule-2.1.3-gcc43.patch aMule-2.1.3-multiple.patch
aMule-2.1.3-ocreate.patch aMule-2.2.3-gcc44.patch
aMule-2.2.6-fix_FTBFS.patch aMule-wx-1.2.patch
Log Message:
Update to current
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/amule/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 20 Sep 2009 15:30:58 -0000 1.7
+++ .cvsignore 4 May 2012 19:56:23 -0000 1.8
@@ -1 +1 @@
-aMule-2.2.6.tar.bz2
+aMule-2.3.1.tar.xz
Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/devel/amule.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- amule.spec 26 Sep 2011 22:13:21 -0000 1.14
+++ amule.spec 4 May 2012 19:56:23 -0000 1.15
@@ -1,13 +1,12 @@
# TODO: setup firefox for ed2k links using triggers and a file in
/usr/lib/firefox-3.0.1/defaults/preferences/
Name: amule
-Version: 2.2.6
-Release: 4%{?dist}
+Version: 2.3.1
+Release: 1%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
-Source0:
http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.bz2
-Patch0: aMule-2.2.6-fix_FTBFS.patch
+Source0:
http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.xz
URL:
http://amule.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# See
http://www.amule.org/wiki/index.php/Requirements
@@ -49,7 +48,6 @@
%prep
%setup -q -n aMule-%{version}
-%patch0 -p1 -b .new
manfiles=`find . -name "*.1"`
for manfile in $manfiles; do
iconv -f ISO-8859-1 -t UTF-8 < $manfile > $manfile.utf8
@@ -61,15 +59,16 @@
%configure \
--disable-rpath \
--disable-debug \
+ --docdir=%{_datadir}/doc/%{name}-%{version} \
--enable-wxcas \
--enable-cas \
--enable-alc \
--enable-alcc \
+ --enable-xas \
--enable-amule-daemon \
--enable-amulecmd \
--enable-webserver \
--enable-amule-daemon \
- --enable-utf8-systray \
--enable-geoip \
--enable-ccache \
--enable-amule-gui \
@@ -118,7 +117,7 @@
%files -f %{name}.lang
%defattr(-,root,root,-)
-%doc %{_datadir}/doc/aMule-%{version}
+%doc ABOUT-NLS
%{_bindir}/alc
%{_bindir}/amule
%{_bindir}/cas
@@ -169,8 +168,8 @@
%changelog
-* Tue Sep 27 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.6-4
-- Rebuilt for libupnp
+* Mon Jan 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.1-1
+- Update to 2.3.1
* Thu Oct 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.6-3
- Fix FTBFS and gcc compiler bug
Index: sources
===================================================================
RCS file: /cvs/free/rpms/amule/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 20 Sep 2009 15:30:58 -0000 1.7
+++ sources 4 May 2012 19:56:23 -0000 1.8
@@ -1 +1 @@
-530d9b48187e36f78fc21bb19e94326d aMule-2.2.6.tar.bz2
+5f5707ad2073d37100409870aa5d3f93 aMule-2.3.1.tar.xz
--- aMule-2.1.3-gcc43.patch DELETED ---
--- aMule-2.1.3-multiple.patch DELETED ---
--- aMule-2.1.3-ocreate.patch DELETED ---
--- aMule-2.2.3-gcc44.patch DELETED ---
--- aMule-2.2.6-fix_FTBFS.patch DELETED ---
--- aMule-wx-1.2.patch DELETED ---