SPECS: silc-toolkit.spec - pl - strict internal deps - changed mai...
qboosh
qboosh at pld-linux.org
Thu May 10 19:10:09 CEST 2007
Author: qboosh Date: Thu May 10 17:10:08 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
- strict internal deps
- changed main Group to Libraries (no apps included)
---- Files affected:
SPECS:
silc-toolkit.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/silc-toolkit.spec
diff -u SPECS/silc-toolkit.spec:1.2 SPECS/silc-toolkit.spec:1.3
--- SPECS/silc-toolkit.spec:1.2 Fri May 4 18:32:17 2007
+++ SPECS/silc-toolkit.spec Thu May 10 19:10:03 2007
@@ -1,14 +1,15 @@
# $Revision$, $Date$
%define snap beta1
Summary: SILC toolkit
+Summary(pl.UTF-8): Zestaw narzędzi do SILC
Name: silc-toolkit
Version: 1.1
Release: 0.%{snap}.1
License: LGPL
-Group: Networking
-URL: http://silcnet.org/
+Group: Libraries
Source0: http://silcnet.org/download/toolkit/sources/%{name}-%{version}-%{snap}.tar.bz2
# Source0-md5: aebfb27becdb48f70b2c69ed05629163
+URL: http://silcnet.org/
Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -21,44 +22,46 @@
that SILC is secure what IRC is not in any way. The network model is
also entirely different compared to IRC.
-This package provides development related files for any application
-that has SILC support.
+This package provides files for any application that has SILC support.
-%package devel
-Summary: SILC toolkit
+%description -l pl.UTF-8
+SILC (Secure Internet Live Conferencing) to protokół udostępniający
+usługi bezpiecznej konferencji poprzez Internet z niezabezpieczonym
+kanałem. SILC to oprogramowanie podobne do IRC, ale wewnętrznie bardzo
+się różniące. Największe podobieństwo między SILC a IRC jest takie, że
+oba udostępniają usługi konferencyjne oraz że SILC ma prawie takie
+same polecenia. Wszystko inne nie ma nic wspólnego. Największe różnice
+to to, że SILC jest bezpieczny, a IRC w żaden sposób. Model sieciowy
+też jest całkowicie inny.
+
+Ten pakiet udostępnia pliki dla wszystkich aplikacji z obsługą SILC.
+
+%package devel
+Summary: SILC toolkit - development files
+Summary(pl.UTF-8): Zestaw narzędzi SILC - pliki programistyczne
Group: Development/Libraries
-Requires: %{name} = %{version}
-
-%description devel
-SILC (Secure Internet Live Conferencing) is a protocol which provides
-secure conferencing services on the Internet over insecure channel.
-SILC is IRC-like software although internally they are very different.
-The biggest similarity between SILC and IRC is that they both provide
-conferencing services and that SILC has almost the same commands as
-IRC. Other than that they are nothing alike. Major differences are
-that SILC is secure what IRC is not in any way. The network model is
-also entirely different compared to IRC.
+Requires: %{name} = %{version}-%{release}
+%description devel
This package contains all development related files for developing or
compiling applications using SILC protocol.
-%package static
-Summary: SILC toolkit
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki programistyczne do rozwijania lub
+kompilowania aplikacji przy użyciu protokołu SILC.
+
+%package static
+Summary: SILC toolkit - static libraries
+Summary(pl.UTF-8): Zestaw narzędzi SILC - biblioteki statyczne
Group: Development/Libraries
-Requires: %{name}-devel = %{version}
-
-%description static
-SILC (Secure Internet Live Conferencing) is a protocol which provides
-secure conferencing services on the Internet over insecure channel.
-SILC is IRC-like software although internally they are very different.
-The biggest similarity between SILC and IRC is that they both provide
-conferencing services and that SILC has almost the same commands as
-IRC. Other than that they are nothing alike. Major differences are
-that SILC is secure what IRC is not in any way. The network model is
-also entirely different compared to IRC.
+Requires: %{name}-devel = %{version}-%{release}
+%description static
This package contains static SILC libraries.
+%description static -l pl.UTF-8
+Ten pakiet zawiera biblioteki statyczne SILC.
+
%prep
%setup -q -n %{name}-%{version}-%{snap}
@@ -80,7 +83,6 @@
%install
rm -rf $RPM_BUILD_ROOT
-
install -d $RPM_BUILD_ROOT%{_docdir}
%{__make} -j1 install \
@@ -91,22 +93,22 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
%files
%defattr(644,root,root,755)
%doc CHANGES README TODO doc/*.txt doc/*.conf doc/toolkit
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
%dir %{_libdir}/silc
%dir %{_libdir}/silc/modules
%attr(755,root,root) %{_libdir}/silc/modules/*.so
-%attr(755,root,root) %{_libdir}/lib*.so.*
%files devel
%defattr(644,root,root,755)
-%{_includedir}/silc
-%{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.so
%{_libdir}/lib*.la
+%{_includedir}/silc
%{_pkgconfigdir}/*.pc
%files static
@@ -119,9 +121,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/05/10 17:10:03 qboosh
+- pl
+- strict internal deps
+- changed main Group to Libraries (no apps included)
+
Revision 1.2 2007/05/04 16:32:17 arekm
- no -libs
Revision 1.1 2007/05/04 16:31:41 arekm
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/silc-toolkit.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list