SPECS: rb_libtorrent.spec - pl fixes, cleanup

qboosh qboosh at pld-linux.org
Sat Mar 31 19:56:34 CEST 2007


Author: qboosh                       Date: Sat Mar 31 17:56:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fixes, cleanup

---- Files affected:
SPECS:
   rb_libtorrent.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/rb_libtorrent.spec
diff -u SPECS/rb_libtorrent.spec:1.3 SPECS/rb_libtorrent.spec:1.4
--- SPECS/rb_libtorrent.spec:1.3	Sun Mar 18 21:09:29 2007
+++ SPECS/rb_libtorrent.spec	Sat Mar 31 19:56:29 2007
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 Summary:	A C++ BitTorrent library
-Summary(pl.UTF-8):	Biblioteka BitTorrenata napisana w C++
+Summary(pl.UTF-8):	Biblioteka BitTorrenta napisana w C++
 Name:		rb_libtorrent
 Version:	0.11
 Release:	0.1
@@ -22,9 +22,10 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-rb_libtorrent is a C++ library that aims to be a good alternative to all the
-other BitTorrent implementations around. It is a library and not a
-full featured client, although it comes with a working example client.
+rb_libtorrent is a C++ library that aims to be a good alternative to
+all the other BitTorrent implementations around. It is a library and
+not a full featured client, although it comes with a working example
+client.
 
 Its main goals are to be very efficient (in terms of CPU and memory
 usage) as well as being very easy to use both as a user and developer.
@@ -32,40 +33,38 @@
 %description -l pl.UTF-8
 rb_libtorrent jest biblioteką napisaną w C++ która aspiruje do bycia
 dobrą alternatywą dla wszystkich innych implementacji BitTorrenta.
-Jest to biblioteka a nie pełnoprawny klient, jakkolwiek paczka
+Jest to biblioteka a nie pełnoprawny klient, jakkolwiek pakiet
 zawiera działającego przykładowego klienta.
 
-Głównymi celami biblioteki jest być bardzo efektywną (w rozumieniu
-efektywnośći CPU i wykorzystania pamięci) jak również bycie
-łatwą w użyciu zarówno dla użytkownika, jak i programisty.
+Główne cele biblioteki to bycie bardzo efektywną (w rozumieniu
+wykorzystania procesora i pamięci) jak również łatwą w użyciu
+zarówno dla użytkownika, jak i programisty.
 
-%package        devel
+%package devel
 Summary:	Header files for %{name} library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki %{name}
 License:	BSD, zlib/libpng License, Boost Software License
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	pkgconfig
-## Same pkgconfig file, and unsuffixed shared library symlink.:(
-Conflicts:	libtorrent-devel
-## Needed for various headers retrieved via #include directives...
 Requires:	boost-devel
 Requires:	openssl-devel
+## Same pkgconfig file, and unsuffixed shared library symlink.:(
+Conflicts:	libtorrent-devel
 
 %description    devel
-The rb_libtorrent-devel package contains libraries and header files for
-developing applications that use rb_libtorrent.
+The rb_libtorrent-devel package contains libraries and header files
+for developing applications that use rb_libtorrent.
 
 The various source and header files included in this package are
 licensed under the revised BSD, zlib/libpng, and Boost Public
 licenses.
 
 %description devel -l pl.UTF-8
-Paczka rb_libtorrent-devel zawiera biblioteki i nagłówki do rozwijania
+Pakiet rb_libtorrent-devel zawiera biblioteki i nagłówki do rozwijania
 aplikacji używających rb_libtorrent.
 
 Różne pliki źródłowe i nagłówki dostarcozne z tym pakietem są
-licencjonowane pod zeminioną licencją BSD, zlib/libpng i Boost
+licencjonowane pod zmienioną licencją BSD, zlib/libpng i Boost
 Public.
 
 %package static
@@ -73,8 +72,6 @@
 Summary(pl.UTF-8):	Statyczna biblioteka %{name}
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
-Requires:	boost-static
-Requires:	openssl-static
 
 %description static
 Static rb_libtorrent library.
@@ -122,20 +119,20 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog COPYING README
-%attr(755,roor,root) %{_bindir}/*torrent*
-%attr(755,root,root) %{_libdir}/libtorrent.so.*
+%attr(755,root,root) %{_bindir}/*torrent*
+%attr(755,root,root) %{_libdir}/libtorrent.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %doc docs/
-%{_libdir}/libtorrent.so
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libtorrent.so
+%{_libdir}/libtorrent.la
 %{_pkgconfigdir}/libtorrent.pc
 %{_includedir}/libtorrent
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libtorrent.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -143,6 +140,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/03/31 17:56:29  qboosh
+- pl fixes, cleanup
+
 Revision 1.3  2007/03/18 20:09:29  glen
 - use |xargs, calls chmod with multiple args
 - no macros in %description help adapter to wrap the same in resulting package
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rb_libtorrent.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list