2024-01-05 20:22:34 +01:00
|
|
|
Name: amule
|
2024-01-05 20:22:35 +01:00
|
|
|
Version: 10871
|
2024-01-05 20:22:35 +01:00
|
|
|
Release: 5mamba
|
2024-01-05 20:22:34 +01:00
|
|
|
Summary: An eMule-like client for the eD2k and Kademlia file sharing networks
|
|
|
|
Group: Graphical Desktop/Applications/Internet
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.amule.org/
|
2024-01-05 20:22:35 +01:00
|
|
|
Source: git://repo.or.cz/amule.git/amule-svn-r%{version}/amule-%{version}.tar.bz2
|
|
|
|
#http://downloads.sourceforge.net/project/amule/aMule/%{version}/aMule-%{version}.tar.xz
|
2024-01-05 20:22:34 +01:00
|
|
|
Source1: aMule-wrapper.sh
|
|
|
|
Patch1: aMule-2.1.3-wx.patch
|
|
|
|
Patch2: amule-2.3.1-gcc-4.7.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libgd-devel
|
|
|
|
BuildRequires: libGeoIP-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libreadline-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libupnp-devel
|
|
|
|
BuildRequires: libwxBase-unicode-devel
|
|
|
|
BuildRequires: libwxGTK-unicode-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXpm-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 20:22:35 +01:00
|
|
|
BuildRequires: libbinutils-devel >= 2.25-1mamba
|
2024-01-05 20:22:34 +01:00
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: libcurl-devel >= 7.12.0
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
BuildRequires: libcryptopp-devel >= 5.6.1
|
|
|
|
Provides: aMule
|
|
|
|
Obsoletes: aMule
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
|
|
#**** aMule Core ****
|
|
|
|
# Should aMule be compiled in debug mode? no
|
|
|
|
# Should aMule be compiled with profiling? no
|
|
|
|
# Crypto++ library/headers style? installed
|
|
|
|
|
|
|
|
|
|
|
|
# **** General Libraries and Tools ****
|
|
|
|
# Should ccache support be enabled? no
|
|
|
|
# Libraries aMule will use to build:
|
|
|
|
# wxWidgets 2.8.7 (gtk2,shared)
|
|
|
|
# crypto++ 5.5.2 (installed, in /usr)
|
|
|
|
# libupnp 1.6.6
|
|
|
|
# regex system
|
|
|
|
# libintl system
|
|
|
|
# libpng 1.2.29beta03
|
|
|
|
# libgd 2.0.35
|
|
|
|
# zlib 1.2.3
|
|
|
|
|
|
|
|
%description
|
|
|
|
aMule is an eMule-like client for the eD2k and Kademlia networks, supporting multiple platforms.
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 20:22:35 +01:00
|
|
|
%setup -q
|
2024-01-05 20:22:34 +01:00
|
|
|
#%patch1 -p1
|
2024-01-05 20:22:35 +01:00
|
|
|
#%patch2 -p1
|
2024-01-05 20:22:34 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
--disable-debug \
|
|
|
|
--enable-optimize \
|
|
|
|
--enable-amule-gui \
|
|
|
|
--enable-webserver \
|
|
|
|
--enable-cas \
|
|
|
|
--enable-wxcas \
|
|
|
|
--enable-alc \
|
|
|
|
--enable-alcc \
|
|
|
|
--enable-amule-daemon \
|
|
|
|
--enable-amulecmd \
|
2024-01-05 20:22:35 +01:00
|
|
|
--enable-geoip \
|
|
|
|
--with-wxshared \
|
|
|
|
--with-wx-config=wx-config-unicode
|
2024-01-05 20:22:34 +01:00
|
|
|
|
|
|
|
# --enable-webservergui \
|
|
|
|
# --enable-amulecmdgui \
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
test x%{buildroot} != x/ && rm -rf %{buildroot}
|
|
|
|
%makeinstall
|
|
|
|
mv %{buildroot}%{_bindir}/amule %{buildroot}%{_bindir}/amule-bin
|
|
|
|
install -m0755 %{SOURCE1} %{buildroot}%{_bindir}/amule
|
|
|
|
%find_lang amule
|
|
|
|
|
|
|
|
%clean
|
|
|
|
test x%{buildroot} != x/ && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files -f amule.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/alc
|
|
|
|
%{_bindir}/alcc
|
|
|
|
%{_bindir}/amule
|
|
|
|
%{_bindir}/amule-bin
|
|
|
|
%{_bindir}/amulecmd
|
|
|
|
%{_bindir}/amuled
|
|
|
|
%{_bindir}/amulegui
|
|
|
|
%{_bindir}/amuleweb
|
|
|
|
%{_bindir}/cas
|
|
|
|
%{_bindir}/ed2k
|
|
|
|
%{_bindir}/wxcas
|
|
|
|
%{_datadir}/cas/*
|
|
|
|
%{_datadir}/applications/alc.desktop
|
|
|
|
%{_datadir}/applications/amule.desktop
|
|
|
|
%{_datadir}/applications/amulegui.desktop
|
|
|
|
%{_datadir}/applications/wxcas.desktop
|
|
|
|
%{_datadir}/pixmaps/*
|
|
|
|
%dir %{_datadir}/amule
|
|
|
|
%dir %{_datadir}/amule/webserver
|
|
|
|
%{_datadir}/amule/webserver/*
|
|
|
|
%dir %{_datadir}/amule/skins
|
|
|
|
%{_datadir}/amule/skins/Mac_Gray.zip
|
|
|
|
%{_datadir}/amule/skins/gnome.zip
|
|
|
|
%{_datadir}/amule/skins/kde4.zip
|
|
|
|
%{_datadir}/amule/skins/priscilla.zip
|
|
|
|
%{_datadir}/amule/skins/tango.zip
|
|
|
|
%{_datadir}/amule/skins/xfce.zip
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/*/man1/*
|
|
|
|
%dir %{_docdir}/amule
|
|
|
|
%{_docdir}/amule/*
|
|
|
|
%doc ABOUT-NLS
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 20:22:35 +01:00
|
|
|
* Tue Jun 16 2015 Automatic Build System <autodist@mambasoft.it> 10871-5mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:22:35 +01:00
|
|
|
* Tue Jun 16 2015 Automatic Build System <autodist@mambasoft.it> 10871-4mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:22:35 +01:00
|
|
|
* Mon Jun 15 2015 Automatic Build System <autodist@mambasoft.it> 10871-3mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:22:35 +01:00
|
|
|
* Mon Jun 15 2015 Automatic Build System <autodist@mambasoft.it> 10871-2mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:22:35 +01:00
|
|
|
* Mon Jun 15 2015 Automatic Build System <autodist@mambasoft.it> 10871-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:22:35 +01:00
|
|
|
* Fri May 01 2015 Automatic Build System <autodist@mambasoft.it> 10869-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:22:35 +01:00
|
|
|
* Thu Feb 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 10866-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libbinutils-devel>=2.25-1mamba
|
|
|
|
|
2024-01-05 20:22:35 +01:00
|
|
|
* Tue Jan 27 2015 Automatic Build System <autodist@mambasoft.it> 10866-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 20:22:35 +01:00
|
|
|
* Thu Oct 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 10855-1mamba
|
|
|
|
- update to 10855
|
|
|
|
|
2024-01-05 20:22:34 +01:00
|
|
|
* Fri Dec 13 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-4mamba
|
|
|
|
- rebuilt with binutils 2.24
|
|
|
|
|
|
|
|
* Wed Mar 27 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-3mamba
|
|
|
|
- binutils 2.32.2 rebuild
|
|
|
|
|
|
|
|
* Mon Nov 19 2012 Automatic Build System <autodist@mambasoft.it> 2.3.1-2mamba
|
|
|
|
- binutils 2.23.1 mass rebuild
|
|
|
|
|
|
|
|
* Wed Oct 24 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
|
|
|
- update to 2.3.1
|
|
|
|
|
|
|
|
* Wed Nov 30 2011 Automatic Build System <autodist@mambasoft.it> 2.2.6-11mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Nov 28 2011 Automatic Build System <autodist@mambasoft.it> 2.2.6-10mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Jul 19 2011 Automatic Build System <autodist@mambasoft.it> 2.2.6-9mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 23 2011 Automatic Build System <autodist@mambasoft.it> 2.2.6-8mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 26 2010 Automatic Build System <autodist@mambasoft.it> 2.2.6-7mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Nov 12 2010 Automatic Build System <autodist@mambasoft.it> 2.2.6-6mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Fri Oct 29 2010 Automatic Build System <autodist@mambasoft.it> 2.2.6-5mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sat Mar 06 2010 Automatic Build System <autodist@mambasoft.it> 2.2.6-4mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Tue Feb 16 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.6-3mamba
|
|
|
|
- added wrapper script to restart amule when it crashes
|
|
|
|
|
|
|
|
* Tue Oct 20 2009 Automatic Build System <autodist@mambasoft.it> 2.2.6-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sat Oct 10 2009 Automatic Build System <autodist@mambasoft.it> 2.2.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 04 2009 Automatic Build System <autodist@mambasoft.it> 2.2.5-1mamba
|
|
|
|
- automatic update to 2.2.5 by autodist
|
|
|
|
|
|
|
|
* Mon Apr 13 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 04 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 31 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.2-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Thu Aug 21 2008 gil <puntogil@libero.it> 2.2.2-1mamba
|
|
|
|
- update to 2.2.2
|
|
|
|
- new version is made with: libGeoIP, libupnp, libcryptopp
|
|
|
|
- removed patch
|
|
|
|
|
|
|
|
* Wed Nov 28 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-4mamba
|
|
|
|
- rebuilt against libbinutils 2.18
|
|
|
|
|
|
|
|
* Thu Sep 27 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-3mamba
|
|
|
|
- added patch and rebuilt with wxGTK 2.8
|
|
|
|
|
|
|
|
* Wed Feb 21 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-2qilnx
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jun 21 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.3-1qilnx
|
|
|
|
- update to version 2.1.3 by autospec
|
|
|
|
|
|
|
|
* Fri Feb 24 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1qilnx
|
|
|
|
- new version build
|
|
|
|
|
|
|
|
* Thu May 12 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-2qilnx
|
|
|
|
- rebuilt with stable 2.0.0 release and wxWidgets 2.6.0
|
|
|
|
|
|
|
|
* Thu Oct 07 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1qilnx
|
|
|
|
- package created by autospec
|