SPECS: SolarSockets.spec - pl, use NoSource
qboosh
qboosh at pld-linux.org
Mon Sep 19 22:03:15 CEST 2005
Author: qboosh Date: Mon Sep 19 20:03:15 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, use NoSource
---- Files affected:
SPECS:
SolarSockets.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/SolarSockets.spec
diff -u SPECS/SolarSockets.spec:1.3 SPECS/SolarSockets.spec:1.4
--- SPECS/SolarSockets.spec:1.3 Sun Sep 11 03:59:47 2005
+++ SPECS/SolarSockets.spec Mon Sep 19 22:03:09 2005
@@ -1,5 +1,4 @@
# $Revision$, $Date$
-#
%define _gccver_ix86 3.3.3
%define _gccver_x86_64 3.4.2
%ifarch %{ix86}
@@ -8,6 +7,7 @@
%define _gccver %{_gccver_x86_64}
%endif
Summary: Easy network socket library
+Summary(pl): Łatwa w użyciu biblioteka do gniazd
Name: SolarSockets
Version: 0.4.0
%define _rel 0.1
@@ -19,6 +19,8 @@
# NoSource0-md5: 45190052e0d0cafc9cf71016b4ea064d
Source1: http://dl.sourceforge.net/solarirc/%{name}-%{version}-GCC%{_gccver_x86_64}.x86_64.tgz
# NoSource1-md5: aea57a8abb555dc6ef11f843e677debb
+NoSource: 0
+NoSource: 1
URL: http://solarirc.sourceforge.net/solarsockets/
ExclusiveArch: %{ix86} %{x8664}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,24 +28,38 @@
%description
Easy network socket library.
-Warning: this library from time to time connects to Solar OpenSource server
-for track use statistics.
+Warning: this library from time to time connects to Solar OpenSource
+server for track use statistics.
+
+%description -l pl
+Łatwa w użyciu biblioteka do gniazd.
+
+Uwaga: ta biblioteka od czasu do czasu łączy się z serwerem Solar
+OpenSource w celu uzyskania statystyk użycia.
%package devel
-Summary: Developement files
-Requires: %{name} = %{version}-%{release}
+Summary: Developement files for SolarSockets library
+Summary(pl): Pliki programistyczne biblioteki SolarSockets
Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
%description devel
-Developement files.
+Developement files for SolarSockets library.
+
+%description devel -l pl
+Pliki programistyczne biblioteki SolarSockets.
%package static
-Summary: Static library
-Requires: %{name}-devel = %{version}-%{release}
+Summary: Static SolarSockets library
+Summary(pl): Statyczna biblioteka SolarSockets
Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
%description static
-Static library.
+Static SolarSockets library.
+
+%description static -l pl
+Statyczna biblioteka SolarSockets.
%prep
%setup -q -T -c -a0 -a1
@@ -54,9 +70,6 @@
%endif
mv README{,.es}
-%clean
-rm -rf $RPM_BUILD_ROOT
-
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/%{name}}
@@ -65,6 +78,9 @@
tr "\r" "\n" < include/%{name}.h \
> $RPM_BUILD_ROOT%{_includedir}/%{name}/%{name}.h
+%clean
+rm -rf $RPM_BUILD_ROOT
+
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -89,6 +105,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2005/09/19 20:03:09 qboosh
+- pl, use NoSource
+
Revision 1.3 2005/09/11 01:59:47 glen
- fix _gccver macro
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/SolarSockets.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list