]> git.pld-linux.org Git - packages/aMule.git/blob - aMule.spec
- aMule doesn't use libidn, this BR belongs to curl-devel
[packages/aMule.git] / aMule.spec
1 %define         _rc     rc5
2 Summary:        Unix port of eMule client
3 Summary(pl):    Uniksowy port klienta eMule
4 Name:           aMule
5 Version:        2.0.0
6 Release:        0.%{_rc}.3
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://download.berlios.de/amule/%{name}-%{version}%{_rc}.tar.bz2
10 # Source0-md5:  c701db7489b98424a5eb652bd28eaa4d
11 Patch0:         %{name}-po_makefile.patch
12 URL:            http://developer.berlios.de/projects/amule/
13 BuildRequires:  autoconf
14 BuildRequires:  automake >= 1.7.3
15 BuildRequires:  bison
16 BuildRequires:  cryptopp-devel >= 5.1
17 BuildRequires:  curl-devel >= 7.9.7
18 BuildRequires:  expat-devel
19 BuildRequires:  gettext-devel >= 0.11.5
20 BuildRequires:  gtk+2-devel >= 2.2.0
21 BuildRequires:  libstdc++-devel
22 BuildRequires:  wxGTK2-devel >= 2.4.0
23 BuildRequires:  wxBase-devel >= 2.4.0
24 Requires:       wget
25 Obsoletes:      xmule
26 Obsoletes:      lmule
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 aMule is a Linux port of eMule client.
31
32 %description -l pl
33 aMule to linuksowy port klienta eMule.
34
35 %prep
36 %setup  -q -n %{name}-%{version}%{_rc}
37 %patch0 -p1
38
39 %build
40 %{__gettextize}
41 %{__aclocal} -I m4
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         --with-wx-config=/usr/bin/wxgtk2-2.4-config \
47         --enable-optimise
48
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %find_lang amule
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f amule.lang
63 %defattr(644,root,root,755)
64 %doc docs/AUTHORS docs/README docs/Changelog docs/ED2K-Links.HOWTO docs/TODO docs/eMule-Imports-Status docs/amulesig.txt
65 %attr(755,root,root) %{_bindir}/*
66 %{_desktopdir}/*
67 %{_pixmapsdir}/*
This page took 0.044338 seconds and 4 git commands to generate.