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