]> git.pld-linux.org Git - packages/aMule.git/blob - aMule.spec
- sorted BRs and Obsoltes
[packages/aMule.git] / aMule.spec
1 %define         _rc     rc7
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}.2
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://download.berlios.de/amule/%{name}-%{version}%{_rc}.tar.gz
10 # Source0-md5:  b62106da3c38be29314a542aa3d20e95
11 Patch0:         %{name}-configure_in.patch
12 Patch1:         %{name}-desktop.patch
13 URL:            http://www.amule.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake >= 1.7.3
16 BuildRequires:  bison
17 #BuildRequires: cryptopp-devel >= 5.1
18 BuildRequires:  curl-devel >= 7.9.7
19 BuildRequires:  expat-devel
20 BuildRequires:  gettext-devel >= 0.11.5
21 BuildRequires:  gtk+2-devel >= 2.2.0
22 BuildRequires:  libstdc++-devel
23 BuildRequires:  wxBase-devel >= 2.4.0
24 BuildRequires:  wxGTK2-devel >= 2.4.0
25 Requires:       wget
26 Obsoletes:      lmule
27 Obsoletes:      xmule
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 %patch1 -p1
40
41 %build
42 rm -r autom4te.cache
43 %{__gettextize}
44 %{__aclocal} -I m4
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure \
49         --with-wx-config=/usr/bin/wxgtk2-2.4-config \
50         --enable-optimise
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %find_lang amule
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f amule.lang
66 %defattr(644,root,root,755)
67 %doc docs/AUTHORS docs/README docs/Changelog docs/ED2K-Links.HOWTO docs/TODO docs/amulesig.txt
68 %attr(755,root,root) %{_bindir}/*
69 %{_desktopdir}/*
70 %{_pixmapsdir}/*
This page took 0.073064 seconds and 4 git commands to generate.