]> git.pld-linux.org Git - packages/aMule.git/blame - aMule.spec
- find_lang in install, not clean!
[packages/aMule.git] / aMule.spec
CommitLineData
fce15251 1Summary: Unix port of eMule client
2Summary(pl): Uniksowy port klienta eMule
3Name: aMule
335b4e9c 4Version: 1.0.6
06a2ef63 5Release: 1
fce15251 6License: GPL
7Group: X11/Applications
8Source0: http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
335b4e9c 9# Source0-md5: a008de23a3a97244fe1924c449339108
fce15251 10URL: http://amule.sourceforge.net
11BuildRequires: autoconf
12BuildRequires: automake >= 1.7.3
13BuildRequires: bison
fce15251 14BuildRequires: expat-devel
2ef37d7f 15BuildRequires: gettext-devel >= 0.11.5
23cb1c5d 16BuildRequires: gtk+2-devel >= 2.2.0
fce15251 17BuildRequires: libstdc++-devel
2ef37d7f 18BuildRequires: wxGTK2-devel >= 2.4.0
fce15251 19Requires: wget
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
06a2ef63 23aMule is a Linux port of eMule client.
fce15251 24
25%description -l pl
06a2ef63 26aMule to linuksowy port klienta eMule.
fce15251 27
28%prep
29%setup -q
30
31%build
fce15251 32%configure \
23cb1c5d 33 --with-wx-config=/usr/bin/wxgtk2-2.4-config
fce15251 34
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
2ef37d7f
JB
43%find_lang %{name}
44
fce15251 45%clean
46rm -rf $RPM_BUILD_ROOT
47
335b4e9c 48%files -f %{name}.lang
fce15251 49%defattr(644,root,root,755)
06a2ef63 50%doc AUTHORS Changelog ED2K-Links.HOWTO README TODO
fce15251 51%attr(755,root,root) %{_bindir}/*
This page took 0.092687 seconds and 4 git commands to generate.