]> git.pld-linux.org Git - packages/emcast.git/commitdiff
- longer pl desc, some unifications
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 11 Jan 2005 20:06:27 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emcast.spec -> 1.2

emcast.spec

index 4abe6116e25e25ddbdb50fc54267f21f21ff4767..c3d37f0237c0472fbe691877ac54830859a25763 100644 (file)
@@ -5,7 +5,7 @@ Version:        0.3.2
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
 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
 # 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
 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
 
 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
 
 %package libs
 Summary:       emcast library
@@ -42,8 +47,8 @@ Biblioteka do obs
 %package devel
 Summary:       emcast header files
 Summary(pl):   Pliki nag³ówkowe emcast
 %package devel
 Summary:       emcast header files
 Summary(pl):   Pliki nag³ówkowe emcast
-Requires:      %{name}-libs = %{version}
 Group:         Development/Libraries
 Group:         Development/Libraries
+Requires:      %{name}-libs = %{version}-%{release}
 
 %description devel
 emcast header files
 
 %description devel
 emcast header files
@@ -54,14 +59,14 @@ Pliki nag
 %package static
 Summary:       emcast static library
 Summary(pl):   Statyczna biblioteka emcast
 %package static
 Summary:       emcast static library
 Summary(pl):   Statyczna biblioteka emcast
-Requires:      %{name}-devel = %{version}
 Group:         Development/Libraries
 Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 
 %description static
-emcast static library
+emcast static library.
 
 %description static -l pl
 
 %description static -l pl
-Statyczna biblioteka emcast
+Statyczna biblioteka emcast.
 
 %prep
 %setup -q
 
 %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
 %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}
 %{_includedir}/%{name}
 %{_includedir}/btp
 %{_libdir}/%{name}
-%attr(755,root,root) %{_libdir}/*.la
-%{_libdir}/*.so
 %{_mandir}/man1/%{name}-config.1*
 %{_mandir}/man1/%{name}-config.1*
-%{_datadir}/aclocal/*
+%{_aclocaldir}/*
 
 %files static
 %defattr(644,root,root,755)
 
 %files static
 %defattr(644,root,root,755)
This page took 0.058385 seconds and 4 git commands to generate.