]> git.pld-linux.org Git - packages/coronet.git/commitdiff
- pl master
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 14 Mar 2007 15:26:59 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coronet.spec -> 1.2

coronet.spec

index 61aa957fb2f13c025c466dfe24aa860454d7dc41..b2c18a8feca265e722d60f1be9a4feb0dd882794 100644 (file)
@@ -1,4 +1,5 @@
-Summary:       Coronet
+Summary:       Coronet library
+Summary(pl.UTF-8):     Biblioteka coronet
 Name:          coronet
 Version:       0.23
 Release:       0.1
@@ -19,22 +20,39 @@ this includes like sockets and pipes.
 The coronet library uses the epoll support available in the 2.6 series
 of Linux kernels, and the libpcl library for coroutine support.
 
+%description -l pl.UTF-8
+Biblioteka coronet to implementacja biblioteki opartnej na epoll i
+korutynach pozwalająca na operacje asynchroniczne na plikach
+wszelkiego rodzaju. Obsługiwany może być dowolny plik obsługujący
+poll(2) i flagę fcntl(2) O_NONBLOCK; obejmuje to gniazda i potoki.
+
+Biblioteka coronet wykorzystuje wywołanie epoll dostępne w jądrach
+Linuksa od wersji 2.6 oraz bibliotekę libpcl do obsługi korutyn.
+
 %package devel
 Summary:       Header files for coronet library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki coronet
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description devel
 This is the package containing the header files for coronet library.
 
+%description devel -l pl.UTF-8
+Pakiet zawierający pliki nagłówkowe biblioteki coronet.
+
 %package static
 Summary:       Static coronet library
+Summary(pl.UTF-8):     Statyczna biblioteka coronet
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static coronet library.
 
+%description static -l pl.UTF-8
+Statyczna biblioteka coronet.
+
 %prep
 %setup -q
 
@@ -60,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/libcoronet.so
+%attr(755,root,root) %{_libdir}/libcoronet.so
 %{_libdir}/libcoronet.la
 %{_includedir}/coronet.h
 %{_mandir}/man3/coronet.3*
This page took 0.09619 seconds and 4 git commands to generate.