]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- update bconds for ac auto/ac/e2fsprogs-1_41_14-1
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 30 Sep 2011 16:40:51 +0000 (16:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs.spec -> 1.237

e2fsprogs.spec

index 4938a87e2c43be91aa1ebbea057ad720342ff296..8c3fd3e488ff60b4bef9d69605db0f876044fa4c 100644 (file)
@@ -3,14 +3,20 @@
 %bcond_with    allstatic       # link everything statically
 %bcond_without static          # link e2fsck dynamically with libc
 %bcond_without nls             # build without NLS
+%if "%{pld_release}" == "ac"
+%bcond_with    initrd          # don't build initrd version
+%bcond_without uClibc          # link initrd version with static glibc instead of uClibc
+%bcond_with    dietlibc        # link initrd version with dietlibc instead of uClibc
+%else
 %bcond_without initrd          # don't build initrd version
 %bcond_with    uClibc          # link initrd version with static glibc instead of uClibc
 %bcond_without dietlibc        # link initrd version with dietlibc instead of uClibc
-#
-%ifarch sparc64 sparc
+%endif
+
+%ifarch sparc64 sparc alpha ppc ppc64
 %undefine       with_uClibc
 %endif
-#
+
 Summary:       Utilities for managing the second extended (ext2) filesystem
 Summary(cs.UTF-8):     Nástroje pro správu souborových systémů typu ext2
 Summary(da.UTF-8):     Værktøjer til håndtering af ext2 filsystemer
This page took 0.076609 seconds and 4 git commands to generate.