SPECS: net6.spec - updated deps, added docs - License is LGPL (v2.1+)

qboosh qboosh at pld-linux.org
Sat Mar 8 15:23:29 CET 2008


Author: qboosh                       Date: Sat Mar  8 14:23:29 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated deps, added docs
- License is LGPL (v2.1+)

---- Files affected:
SPECS:
   net6.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/net6.spec
diff -u SPECS/net6.spec:1.13 SPECS/net6.spec:1.14
--- SPECS/net6.spec:1.13	Thu Jan 17 01:06:00 2008
+++ SPECS/net6.spec	Sat Mar  8 15:23:23 2008
@@ -4,23 +4,29 @@
 Name:		net6
 Version:	1.3.4
 Release:	2
-License:	BSD
+License:	LGPL v2.1+
 Group:		Libraries
 Source0:	http://releases.0x539.de/net6/%{name}-%{version}.tar.gz
 # Source0-md5:	3e6a5bbe1d6fc8d0a3c295323114cbb0
 URL:		http://gobby.0x539.de/
-BuildRequires:	autoconf
-BuildRequires:	automake
-BuildRequires:	gettext-devel
-BuildRequires:	libsigc++-devel
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.9
+BuildRequires:	gettext-devel >= 0.15
+BuildRequires:	gnutls-devel >= 1.0.0
+BuildRequires:	libsigc++-devel >= 2.0
+BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Net6 network library.
+net6 is a library which eases the development of network-based
+applications as it provides a TCP protocol abstraction for C++. It is
+portable to both the Windows and Unix-like platforms.
 
 %description -l pl.UTF-8
-Biblioteka sieciowa net6.
+net6 to biblioteka ułatwiająca tworzenie aplikacji sieciowych,
+udostępniająca abstrakcję protokołu TCP dla C++. Jest przenośna na
+platformy uniksowe oraz Windows.
 
 %package devel
 Summary:	Header files for net6
@@ -28,7 +34,8 @@
 Summary(pt_BR.UTF-8):	Arquivos do pacote net6 para desenvolvimento
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libsigc++-devel
+Requires:	gnutls-devel >= 1.0.0
+Requires:	libsigc++-devel >= 2.0
 
 %description devel
 Header files for net6.
@@ -61,7 +68,6 @@
 %setup -q
 
 %build
-rm -f *.m4
 %{__gettextize}
 %{__libtoolize}
 %{__aclocal}
@@ -72,7 +78,6 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_mandir}/man3}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -87,18 +92,20 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libnet6-1.3.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libnet6-1.3.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libnet6.so
+%{_libdir}/libnet6.la
 %{_includedir}/%{name}
-%{_pkgconfigdir}/%{name}*
+%{_pkgconfigdir}/net6-1.3.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libnet6.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -106,6 +113,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008-03-08 14:23:23  qboosh
+- updated deps, added docs
+- License is LGPL (v2.1+)
+
 Revision 1.13  2008-01-17 00:06:00  glen
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/net6.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list