SPECS: e2fsprogs.spec - pl for uuidd - simplified BRs: just requir...

qboosh qboosh at pld-linux.org
Mon Feb 4 21:51:06 CET 2008


Author: qboosh                       Date: Mon Feb  4 20:51:05 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl for uuidd
- simplified BRs: just require uClibc 0.9.29 everywhere, not only on ppc

---- Files affected:
SPECS:
   e2fsprogs.spec (1.179 -> 1.180) 

---- Diffs:

================================================================
Index: SPECS/e2fsprogs.spec
diff -u SPECS/e2fsprogs.spec:1.179 SPECS/e2fsprogs.spec:1.180
--- SPECS/e2fsprogs.spec:1.179	Mon Feb  4 18:54:08 2008
+++ SPECS/e2fsprogs.spec	Mon Feb  4 21:51:00 2008
@@ -64,14 +64,8 @@
 BuildRequires:	libselinux-static
 BuildRequires:	libsepol-static
 %endif
-%if %{with initrd}
-	%if %{with uClibc}
-		%ifarch ppc
+%if %{with initrd} && %{with uClibc}
 BuildRequires:	uClibc-static >= 2:0.9.29
-		%else
-BuildRequires:	uClibc-static >= 2:0.9.26
-		%endif
-	%endif
 %endif
 Requires(post,postun):	/sbin/ldconfig
 Requires:	fsck = %{version}-%{release}
@@ -537,7 +531,8 @@
 Biblioteka umożliwiająca dostęp i zmiany UUID - wersja statyczna.
 
 %package -n uuidd
-Summary:	helper daemon to guarantee uniqueness of time-based UUIDs
+Summary:	Helper daemon to guarantee uniqueness of time-based UUIDs
+Summary(pl.UTF-8):	Pomocniczy demon gwarantujący unikalność UUID-ów opartych na czasie
 License:	GPL v2
 Group:		Daemons
 Requires(postun):	/usr/sbin/groupdel
@@ -558,6 +553,11 @@
 uniqueness of time-based UUID generation even at very high rates on
 SMP systems.
 
+%description -n uuidd -l pl.UTF-8
+Ten pakiet zawiera działającego w przestrzeni użytkownika demona
+(uuidd) gwarantującego unikalność generowania UUID-ów opartych na
+czasie nawet przy bardzo dużej częstotliwości na systemach SMP.
+
 %package -n fsck
 Summary:	Check and repair a Linux file system
 Summary(pl.UTF-8):	Sprawdzenie i naprawa linuksowego systemu plików
@@ -698,10 +698,10 @@
 /sbin/ldconfig
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%post devel	-p	/sbin/postshell
+%post	devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun devel	-p	/sbin/postshell
+%postun	devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %post	-n libcom_err -p /sbin/ldconfig
@@ -968,6 +968,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.180  2008-02-04 20:51:00  qboosh
+- pl for uuidd
+- simplified BRs: just require uClibc 0.9.29 everywhere, not only on ppc
+
 Revision 1.179  2008-02-04 17:54:08  glen
 - rel 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/e2fsprogs.spec?r1=1.179&r2=1.180&f=u



More information about the pld-cvs-commit mailing list