]> git.pld-linux.org Git - packages/aMule.git/blame - aMule.spec
- updated to 1.1.2
[packages/aMule.git] / aMule.spec
CommitLineData
fce15251 1Summary: Unix port of eMule client
2Summary(pl): Uniksowy port klienta eMule
3Name: aMule
6180003f 4Version: 1.1.2
06a2ef63 5Release: 1
fce15251 6License: GPL
7Group: X11/Applications
8Source0: http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
6180003f
AA
9# Source0-md5: 67ed6489eb405ad475d4cca769310b23
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
fce15251 20Requires: wget
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
06a2ef63 24aMule is a Linux port of eMule client.
fce15251 25
26%description -l pl
06a2ef63 27aMule to linuksowy port klienta eMule.
fce15251 28
29%prep
30%setup -q
6180003f 31%patch0 -p1
fce15251 32
33%build
6180003f
AA
34%{__aclocal}
35%{__autoconf}
36%{__autoheader}
37%{__automake}
fce15251 38%configure \
23cb1c5d 39 --with-wx-config=/usr/bin/wxgtk2-2.4-config
fce15251 40
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
6180003f 49%find_lang amule
2ef37d7f 50
fce15251 51%clean
52rm -rf $RPM_BUILD_ROOT
53
6180003f 54%files -f amule.lang
fce15251 55%defattr(644,root,root,755)
06a2ef63 56%doc AUTHORS Changelog ED2K-Links.HOWTO README TODO
fce15251 57%attr(755,root,root) %{_bindir}/*
This page took 0.216378 seconds and 4 git commands to generate.