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