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