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