From: Jakub Bogusz Date: Tue, 11 Jan 2005 20:06:27 +0000 (+0000) Subject: - longer pl desc, some unifications X-Git-Url: http://git.pld-linux.org/?p=packages%2Femcast.git;a=commitdiff_plain;h=6715ae616040e276102608235561c1a9659862d4 - longer pl desc, some unifications Changed files: emcast.spec -> 1.2 --- diff --git a/emcast.spec b/emcast.spec index 4abe611..c3d37f0 100644 --- a/emcast.spec +++ b/emcast.spec @@ -5,7 +5,7 @@ Version: 0.3.2 Release: 1 License: GPL Group: Networking/Utilities -Source0: http://www.junglemonkey.net/%{name}/src/%{name}-%{version}.tar.gz +Source0: http://www.junglemonkey.net/emcast/src/%{name}-%{version}.tar.gz # Source0-md5: 1031642c4f0e13a1c51d38ae7dcf7c93 BuildRequires: glib-devel >= 1.2.0 BuildRequires: gnet-devel >= 1.1.0 @@ -13,20 +13,25 @@ URL: http://www.junglemonkey.net/emcast/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Emcast is a multicast toolkit for distributed/peer-to-peer applications that -require multicast communication. It includes the program emcast, a generic -multicast utility (like netcat), and the library libemcast, a generic multicast -library. Emcast supports IPv4 multicast (IM) and can easily support almost any -end-host multicast (EM) protocol. The EM protocols supported are Banana Tree -Protocol (BTP), Internet Chat Relay (IRC), and STAR (centralized TCP). +Emcast is a multicast toolkit for distributed/peer-to-peer +applications that require multicast communication. It includes the +program emcast, a generic multicast utility (like netcat), and the +library libemcast, a generic multicast library. Emcast supports IPv4 +multicast (IM) and can easily support almost any end-host multicast +(EM) protocol. The EM protocols supported are Banana Tree Protocol +(BTP), Internet Relay Chat (IRC), and STAR (centralized TCP). Emcast is pronounced em-cast. %description -l pl Emcast jest zestawem narzêdzi do obs³ugi multicastów dla aplikacji -rozproszonych/p2p, które wymagaj± komunikacji multicastowej. Zawiera program -emcast, wszechstronne narzêdzie do obs³ugi multicastów (jak netcat), oraz -bibliotekê libemcast. +rozproszonych/p2p, które wymagaj± komunikacji multicastowej. Zawiera +program emcast - wszechstronne narzêdzie do obs³ugi multicastów (jak +netcat), oraz bibliotekê libemcast - ogóln± bibliotekê do multicastów. +Emcast obs³uguje multicasty IPv4 (IM) i mo¿e ³atwo obs³u¿yæ prawie +dowolny protokó³ koñcowego hosta (EM). Obs³ugiwane protoko³y EM to +Banana Tree Protocol (BTP), Internet Relay Chat (IRC) i STAR +(scentralizowany TCP). %package libs Summary: emcast library @@ -42,8 +47,8 @@ Biblioteka do obs %package devel Summary: emcast header files Summary(pl): Pliki nag³ówkowe emcast -Requires: %{name}-libs = %{version} Group: Development/Libraries +Requires: %{name}-libs = %{version}-%{release} %description devel emcast header files @@ -54,14 +59,14 @@ Pliki nag %package static Summary: emcast static library Summary(pl): Statyczna biblioteka emcast -Requires: %{name}-devel = %{version} Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} %description static -emcast static library +emcast static library. %description static -l pl -Statyczna biblioteka emcast +Statyczna biblioteka emcast. %prep %setup -q @@ -96,13 +101,13 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc HACKING doc/*.txt %attr(755,root,root) %{_bindir}/%{name}-config +%attr(755,root,root) %{_libdir}/*.la +%{_libdir}/*.so %{_includedir}/%{name} %{_includedir}/btp %{_libdir}/%{name} -%attr(755,root,root) %{_libdir}/*.la -%{_libdir}/*.so %{_mandir}/man1/%{name}-config.1* -%{_datadir}/aclocal/* +%{_aclocaldir}/* %files static %defattr(644,root,root,755)