]> git.pld-linux.org Git - SPECS.git/blob - mutella.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / mutella.spec
1 Summary:        Commandline Gnutella servent
2 Summary(pl.UTF-8):      Tekstowy klient sieci Gnutella
3 Name:           mutella
4 Version:        0.4.5
5 Release:        2
6 License:        GPL v2
7 Group:          Applications/Networking
8 Source0:        http://dl.sourceforge.net/mutella/%{name}-%{version}.tar.gz
9 # Source0-md5:  1a676eacf562e3b8de90493f99fe059c
10 Source1:        %{name}.desktop
11 Source2:        %{name}.png
12 Patch0:         %{name}-gcc33.patch
13 URL:            http://mutella.sourceforge.net/
14 BuildRequires:  automake
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  readline-devel
17 BuildRequires:  zlib-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Mutella is a terminal-mode Gnutella client with an intuitive and easy
22 to use interface. Mutella supports all the functionality required to
23 participate as a full-featured node in the Gnutella network, that is
24 supports file search, download and sharing.
25
26 Mutella is optimized for a high-bandwidth connection, it sets
27 standards for the server performance and stability. However, Mutella
28 is also happy to run on a modest-speed line.
29
30 %description -l pl.UTF-8
31 Mutella jest tekstowym klientem Gnutelli z intuicyjnym i łatwym w
32 użyciu interfejsem. Mutella spełnia wszystkie wymagania by być
33 pełnoprawnym węzłem Gnutelli - obsługuje wyszukiwanie, udostępnianie
34 oraz ściąganie plików.
35
36 Mutella jest zoptymalizowana dla szerokopasmowych połączeń, ustanawia
37 standard w szybkości i stabilności działania, jednakże zadowala się
38 także słabymi łączami.
39
40 %package frontend-www
41 Summary:        Mutella's standard WWW frontend
42 Summary(pl.UTF-8):      Standardowy interfejs WWW Mutelli
43 Group:          Applications/Networking
44 Requires:       %{name} = %{version}-%{release}
45
46 %description frontend-www
47 This package contains the WWW frontend for Mutella.
48
49 %description frontend-www -l pl.UTF-8
50 Ten pakiet zawiera interfejs WWW dla Mutelli.
51
52 %prep
53 %setup -q
54 %patch0 -p1
55
56 %build
57 cp -f /usr/share/automake/config.sub .
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
70 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %files
76 %defattr(644,root,root,755)
77 %attr(755,root,root) %{_bindir}/*
78 %{_mandir}/man1/mutella.1*
79 %{_desktopdir}/*.desktop
80 %{_pixmapsdir}/*.png
81
82 %files frontend-www
83 %defattr(644,root,root,755)
84 %{_datadir}/mutella
This page took 0.036429 seconds and 3 git commands to generate.