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