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