]> git.pld-linux.org Git - packages/aMule.git/blame - aMule.spec
- now build
[packages/aMule.git] / aMule.spec
CommitLineData
ec0ab717 1%define _rc rc8
fce15251 2Summary: Unix port of eMule client
3Summary(pl): Uniksowy port klienta eMule
4Name: aMule
f4cdc18e 5Version: 2.0.0
e3a76a47 6Release: 0.%{_rc}.2
fce15251 7License: GPL
8Group: X11/Applications
428d2bd5 9Source0: http://download.berlios.de/amule/%{name}-%{version}%{_rc}.tar.gz
ec0ab717 10# Source0-md5: 764c8cc47ffbc29bbe8e568cec09e00b
428d2bd5 11Patch0: %{name}-configure_in.patch
e3a76a47 12Patch1: %{name}-desktop.patch
fad345eb 13URL: http://www.amule.org/
fce15251 14BuildRequires: autoconf
02b702fb 15BuildRequires: automake >= 1:1.7.3
fce15251 16BuildRequires: bison
fad345eb 17#BuildRequires: cryptopp-devel >= 5.1
f46f2e7c 18BuildRequires: curl-devel >= 7.9.7
fce15251 19BuildRequires: expat-devel
2ef37d7f 20BuildRequires: gettext-devel >= 0.11.5
04cb85df 21BuildRequires: gtk+2-devel >= 2:2.2.0
fce15251 22BuildRequires: libstdc++-devel
df08d9a2 23BuildRequires: wxBase-devel >= 2.4.0
e3a76a47 24BuildRequires: wxGTK2-devel >= 2.4.0
fce15251 25Requires: wget
3be09a77 26Obsoletes: lmule
e3a76a47 27Obsoletes: xmule
fce15251 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
06a2ef63 31aMule is a Linux port of eMule client.
fce15251 32
33%description -l pl
06a2ef63 34aMule to linuksowy port klienta eMule.
fce15251 35
36%prep
3be09a77 37%setup -q -n %{name}-%{version}%{_rc}
6180003f 38%patch0 -p1
e3a76a47 39%patch1 -p1
fce15251 40
41%build
74ac0cab 42#rm -r autom4te.cache
df08d9a2 43%{__gettextize}
44%{__aclocal} -I m4
6180003f
AA
45%{__autoconf}
46%{__autoheader}
47%{__automake}
fce15251 48%configure \
df08d9a2 49 --with-wx-config=/usr/bin/wxgtk2-2.4-config \
50 --enable-optimise
fce15251 51
52%{__make}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
59
6180003f 60%find_lang amule
2ef37d7f 61
fce15251 62%clean
63rm -rf $RPM_BUILD_ROOT
64
6180003f 65%files -f amule.lang
fce15251 66%defattr(644,root,root,755)
428d2bd5 67%doc docs/AUTHORS docs/README docs/Changelog docs/ED2K-Links.HOWTO docs/TODO docs/amulesig.txt
fce15251 68%attr(755,root,root) %{_bindir}/*
44516e96 69%{_desktopdir}/*
70%{_pixmapsdir}/*
This page took 0.094939 seconds and 4 git commands to generate.