]> git.pld-linux.org Git - packages/aMule.git/blob - aMule.spec
- more br: libidn-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:  curl-devel >= 7.9.7
17 BuildRequires:  expat-devel
18 BuildRequires:  gettext-devel >= 0.11.5
19 BuildRequires:  gtk+2-devel >= 2.2.0
20 BuildRequires:  libstdc++-devel
21 BuildRequires:  wxGTK2-devel >= 2.4.0
22 BuildRequires:  wxBase-devel >= 2.4.0
23 BuildRequires:  cryptopp-devel >= 5.1
24 BuildRequires:  libidn-devel >= 0.5.3
25 Requires:       wget
26 Obsoletes:      xmule
27 Obsoletes:      lmule
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 aMule is a Linux port of eMule client.
32
33 %description -l pl
34 aMule to linuksowy port klienta eMule.
35
36 %prep
37 %setup  -q -n %{name}-%{version}%{_rc}
38 %patch0 -p1
39
40 %build
41 %{__gettextize}
42 %{__aclocal} -I m4
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure \
47         --with-wx-config=/usr/bin/wxgtk2-2.4-config \
48         --enable-optimise
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %find_lang amule
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f amule.lang
64 %defattr(644,root,root,755)
65 %doc docs/AUTHORS docs/README docs/Changelog docs/ED2K-Links.HOWTO docs/TODO docs/eMule-Imports-Status docs/amulesig.txt
66 %attr(755,root,root) %{_bindir}/*
67 %{_desktopdir}/*
68 %{_pixmapsdir}/*
This page took 0.055014 seconds and 4 git commands to generate.