]> git.pld-linux.org Git - packages/aMule.git/blob - aMule.spec
- BR: curl-devel >= 7.9.7
[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.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e61219ce05749c3b91b101f83e1bd63e
10 Patch0:         %{name}-po_makefile.patch
11 URL:            http://amule.sourceforge.net
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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 aMule is a Linux port of eMule client.
27
28 %description -l pl
29 aMule to linuksowy port klienta eMule.
30
31 %prep
32 %setup  -q
33 %patch0 -p1
34
35 %build
36 %{__gettextize}
37 %{__aclocal} -I m4
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure \
42         --with-wx-config=/usr/bin/wxgtk2-2.4-config \
43         --enable-optimise
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %find_lang amule
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files -f amule.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS docs/README docs/Changelog docs/ED2K-Links.HOWTO docs/TODO docs/eMule-Imports-Status docs/amulesig.txt
61 %attr(755,root,root) %{_bindir}/*
62 %{_desktopdir}/*
63 %{_pixmapsdir}/*
This page took 0.038374 seconds and 4 git commands to generate.