Fix compilation with wxWidgets 2.8.12
[amule.git] / aMule.spec
blobd5907d4ad39b6b9692e38a644966e7185621faa4
1 Summary: aMule - another eMule p2p client
2 Name: aMule
3 Version: 2.2.1
4 Release: 0
5 License: GPL
6 Group: Applications/Internet
7 Packager: The aMule Team (http://forum.amule.org/)
8 Vendor: The aMule Project
9 URL: http://www.amule.org/
10 Source: %{name}-%{version}.tar.bz2
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13 %description
14 aMule is a peer to peer file sharing client, based on the well known eMule.
15 Starting with 2.0.0 aMule works on Linux, Mac, *BSD and Windows, which makes it
16 the first multi-platform edonkey network client.
18 %prep
19 %setup -q
21 %build
22 %configure \
23 --enable-optimize \
24 --disable-debug \
25 --enable-cas \
26 --enable-wxcas \
27 --enable-amulecmd \
28 --enable-webserver \
29 --enable-ccache
30 %{__make} %{?_smp_mflags}
32 %install
33 [ ! "$RPM_BUILD_ROOT" = "/" ] && %{__rm} -rf "$RPM_BUILD_ROOT"
34 %{__make} DESTDIR="$RPM_BUILD_ROOT" install
35 %find_lang amule
37 %clean
38 [ ! "$RPM_BUILD_ROOT" = "/" ] && %{__rm} -rf "$RPM_BUILD_ROOT"
40 %files -f amule.lang
41 %defattr(-,root,root,-)
42 %{_bindir}/amule
43 %{_bindir}/ed2k
44 %{_bindir}/amulecmd
45 %{_bindir}/cas
46 %{_bindir}/wxcas
47 %{_bindir}/amuleweb
48 %{_bindir}/autostart-xas
49 %{_libdir}/xchat/plugins/xas.pl
50 %{_datadir}/applications/*
51 %{_datadir}/pixmaps/*
52 %{_mandir}/man1/*
53 %{_mandir}/*/man1/*
54 %docdir %{_datadir}/doc/*
55 %{_datadir}/doc/*
56 %{_datadir}/cas
57 %{_datadir}/amule
59 %changelog
60 * Fri May 13 2005 Marcelo Jimenez <phoenix@amule.org>
61 - New spec for aMule-2.0.0 compliant with Fedora Core specifications.
63 * Mon Apr 19 2005 Marcelo Jimenez <phoenix@amule.org>
64 - Removed curl dependency, aMule now uses wxHTTP.
66 * Mon Mar 26 2005 Marcelo Jimenez <phoenix@amule.org>
67 - Added a distro test, so we know the distro.
68 - Tests for UTF-8 enabled LANG to use UTF-8 systray.
70 * Mon Mar 21 2005 Marcelo Jimenez <phoenix@amule.org>
71 - Removed krb5-libs require and krb5-devel buildprereq. curl-lib and
72 curl-devel is enough.
74 * Tue Mar 08 2005 Marcelo Jimenez <phoenix@amule.org>
75 - Made it work with cvs snapshots at their very same day.
77 * Wed Jun 16 2004 Ariano Bertacca <ariano@hirnriss.net>
78 - added tool package.
80 * Sat May 22 2004 Ariano Bertacca <ariano@hirnriss.net>
81 - added webserver package.
83 * Sun Mar 28 2004 Ariano Bertacca <ariano@hirnriss.net>
84 - added libcryptopp to dependencies/BuildPreReq
85 - getting wx-config and wxbase-config from installed rpm to avoid problems
86 with people using wxGTK-2.5.
87 Idea taken from aMule-2.0.0rc1.spec done by
88 deltaHF <deltahf@users.sourceforge.net> and
89 pure_ascii <pure_ascii@users.sourceforge.net>
91 * Tue Feb 10 2004 Ariano Bertacca <ariano@hirnriss.net>
92 - modified the BuildPreReq to satisfy amulecmd build requirements.
94 * Sat Jan 23 2004 Ariano Bertacca <ariano@hirnriss.net>
95 - initial amule.spec release