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