SPECS: lsb-release.spec - pl, unified, some macros fixes

qboosh qboosh at pld-linux.org
Wed Jan 30 20:26:36 CET 2008


Author: qboosh                       Date: Wed Jan 30 19:26:36 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, unified, some macros fixes

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

---- Diffs:

================================================================
Index: SPECS/lsb-release.spec
diff -u SPECS/lsb-release.spec:1.3 SPECS/lsb-release.spec:1.4
--- SPECS/lsb-release.spec:1.3	Mon Dec 31 02:20:57 2007
+++ SPECS/lsb-release.spec	Wed Jan 30 20:26:31 2008
@@ -1,6 +1,19 @@
 # $Revision$, $Date$
+Summary:	Linux Standard Base tools
+Summary(pl.UTF-8):	Narzędzia LSB (Linux Standard Base)
+Name:		lsb-release
+Version:	3.1
+Release:	0.3
+License:	GPL v2+
+Group:		Base
+#Source0:	http://dl.sourceforge.net/lsb/%{name}-2.0.tar.gz
+Source0:	%{name}-%{version}.tar.bz2
+Patch0:		%{name}-make.patch
+URL:		http://www.linuxbase.org/
+BuildRequires:	help2man
+ExclusiveArch:	%{ix86} ia64 %{x8664} ppc ppc64 s390 s390x
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define lsbver 3.1
 %ifarch %{ix86}
 %define archname ia32
 %endif
@@ -23,25 +36,9 @@
 %define archname amd64
 %endif
 
-Summary:	Linux Standard Base tools
-Name:		lsb-release
-Version:	3.1
-Release:	0.3
-License:	GPL v2+
-#Source0:	http://dl.sourceforge.net/lsb/%{name}-2.0.tar.gz
-Source0:	%{name}-%{version}.tar.bz2
-Patch0:		%{name}-make.patch
-Group:		Base
-URL:		http://www.linuxbase.org/
-BuildRequires:	help2man
-ExclusiveArch:	%{ix86} ia64 %{x8664} ppc ppc64 s390 s390x
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
 %description
-LSB version query program
-
-This program forms part of the required functionality of the LSB
-(Linux Standard Base) specification.
+LSB version query program. This program forms part of the required
+functionality of the LSB (Linux Standard Base) specification.
 
 The program queries the installed state of the distribution to display
 certain properties such as the version of the LSB against which the
@@ -49,6 +46,15 @@
 the name and release of the distribution along with an identifier of
 who produces the distribution.
 
+%description -l pl.UTF-8
+Program do sprawdzania wersji LSB. Stanowi część wymaganej
+funkcjonalności specyfikacji LSB (Linux Standard Base).
+
+Program sprawdza stan instalacji dystrybucji, wyświetlając określone
+właściwości, takie jak wersja LSB z którą zgodna ma być dystrybucja.
+Może także próbować wyświetlić nazwę i wersję dystrybucji wraz z
+identyfikatorem producenta.
+
 %prep
 %setup -q -n %{name}-2.0
 %patch0 -p1
@@ -63,7 +69,7 @@
 
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.d
 cat > $RPM_BUILD_ROOT%{_sysconfdir}/lsb-release << 'EOF'
-LSB_VERSION=lsb-%{lsbver}-%{arch_name}:lsb-%{lsbver}-noarch
+LSB_VERSION=lsb-%{version}-%{archname}:lsb-%{version}-noarch
 DISTRIB_ID=PLD
 DISTRIB_RELEASE=3.0
 DISTRIB_CODENAME=Th
@@ -86,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-01-30 19:26:31  qboosh
+- pl, unified, some macros fixes
+
 Revision 1.3  2007-12-31 01:20:57  glen
 - bits from mandriva/fedora
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lsb-release.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list