]> git.pld-linux.org Git - packages/emcast.git/blame - emcast.spec
- tabs in preamble
[packages/emcast.git] / emcast.spec
CommitLineData
4e2a9f56 1Summary: Generic multicast utility
23f7f471 2Summary(pl.UTF-8): Wszechstronne narzędzia do multicastów
4e2a9f56
SZ
3Name: emcast
4Version: 0.3.2
5Release: 1
6License: GPL
7Group: Networking/Utilities
6715ae61 8Source0: http://www.junglemonkey.net/emcast/src/%{name}-%{version}.tar.gz
4e2a9f56
SZ
9# Source0-md5: 1031642c4f0e13a1c51d38ae7dcf7c93
10BuildRequires: glib-devel >= 1.2.0
11BuildRequires: gnet-devel >= 1.1.0
12URL: http://www.junglemonkey.net/emcast/
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
6715ae61
JB
16Emcast is a multicast toolkit for distributed/peer-to-peer
17applications that require multicast communication. It includes the
18program emcast, a generic multicast utility (like netcat), and the
19library libemcast, a generic multicast library. Emcast supports IPv4
20multicast (IM) and can easily support almost any end-host multicast
21(EM) protocol. The EM protocols supported are Banana Tree Protocol
22(BTP), Internet Relay Chat (IRC), and STAR (centralized TCP).
4e2a9f56
SZ
23
24Emcast is pronounced em-cast.
25
308ec7dc
JR
26%description -l pl.UTF-8
27Emcast jest zestawem narzędzi do obsługi multicastów dla aplikacji
28rozproszonych/p2p, które wymagają komunikacji multicastowej. Zawiera
29program emcast - wszechstronne narzędzie do obsługi multicastów (jak
30netcat), oraz bibliotekę libemcast - ogólną bibliotekę do multicastów.
31Emcast obsługuje multicasty IPv4 (IM) i może łatwo obsłużyć prawie
32dowolny protokół końcowego hosta (EM). Obsługiwane protokoły EM to
6715ae61
JB
33Banana Tree Protocol (BTP), Internet Relay Chat (IRC) i STAR
34(scentralizowany TCP).
4e2a9f56
SZ
35
36%package libs
37Summary: emcast library
23f7f471 38Summary(pl.UTF-8): Biblioteka emcast
4e2a9f56
SZ
39Group: Libraries
40
41%description libs
42Generic multicast library.
43
308ec7dc
JR
44%description libs -l pl.UTF-8
45Biblioteka do obsługi multicastów.
4e2a9f56
SZ
46
47%package devel
48Summary: emcast header files
23f7f471 49Summary(pl.UTF-8): Pliki nagłówkowe emcast
4e2a9f56 50Group: Development/Libraries
6715ae61 51Requires: %{name}-libs = %{version}-%{release}
4e2a9f56
SZ
52
53%description devel
54emcast header files
55
308ec7dc
JR
56%description devel -l pl.UTF-8
57Pliki nagłówkowe emcast
4e2a9f56
SZ
58
59%package static
60Summary: emcast static library
23f7f471 61Summary(pl.UTF-8): Statyczna biblioteka emcast
4e2a9f56 62Group: Development/Libraries
6715ae61 63Requires: %{name}-devel = %{version}-%{release}
4e2a9f56
SZ
64
65%description static
6715ae61 66emcast static library.
4e2a9f56 67
308ec7dc 68%description static -l pl.UTF-8
6715ae61 69Statyczna biblioteka emcast.
4e2a9f56
SZ
70
71%prep
72%setup -q
73
74%build
75%configure2_13
76%{__make}
77
78%install
79rm -rf $RPM_BUILD_ROOT
80
81%{__make} install \
82 DESTDIR=$RPM_BUILD_ROOT
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
87%post libs -p /sbin/ldconfig
88%postun libs -p /sbin/ldconfig
89
90%files
91%defattr(644,root,root,755)
92%doc AUTHORS ChangeLog NEWS README
93%attr(755,root,root) %{_bindir}/*
94%exclude %{_bindir}/%{name}-config
95
96%files libs
97%defattr(644,root,root,755)
98%attr(755,root,root) %{_libdir}/*.so.*.*
99
100%files devel
101%defattr(644,root,root,755)
102%doc HACKING doc/*.txt
103%attr(755,root,root) %{_bindir}/%{name}-config
f20b7d39 104%attr(755,root,root %{_libdir}/*.so
105%{_libdir}/*.la
4e2a9f56
SZ
106%{_includedir}/%{name}
107%{_includedir}/btp
108%{_libdir}/%{name}
4e2a9f56 109%{_mandir}/man1/%{name}-config.1*
6715ae61 110%{_aclocaldir}/*
4e2a9f56
SZ
111
112%files static
113%defattr(644,root,root,755)
114%{_libdir}/*.a
This page took 0.08054 seconds and 4 git commands to generate.