]> git.pld-linux.org Git - packages/db4.5.git/commitdiff
- rel 6; bcond it, too problematic
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 28 Jun 2007 19:07:09 +0000 (19:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    db4.5.spec -> 1.16

db4.5.spec

index 8d8317f74a1dad1b51414337a1c142b1409e391c..c4f9f7dc0568cd524f98a5aa93b305380b566455 100644 (file)
@@ -5,6 +5,7 @@
 %bcond_with    pmutex          # use POSIX mutexes (only process-private with linuxthreads)
 %bcond_without nptl            # don't use process-shared POSIX mutexes (NPTL provides full interface)
 %bcond_without static_libs     # don't build static libraries
+%bcond_with    rpm_robustness
 #
 %{?with_nptl:%define   with_pmutex     1}
 %ifnarch i586 i686 athlon pentium3 pentium4 %{x8664}
@@ -35,7 +36,7 @@ BuildRequires:        libtool
 BuildRequires: sed >= 4.0
 %{?with_tcl:BuildRequires:     tcl-devel >= 8.4.0}
 Provides:      db = %{version}-%{release}
-Requires:      uname(release) >= 2.6.17
+%{?with_rpm_robustness:Requires:       uname(release) >= 2.6.17}
 Obsoletes:     db4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -247,7 +248,7 @@ poleceń.
 %patch0 -p0
 %patch1 -p0
 
-%patch10 -p1
+%{?with_rpm_robustness:%patch10 -p1}
 
 %if !%{with nptl}
 sed -i -e 's,AM_PTHREADS_SHARED("POSIX/.*,:,' dist/aclocal/mutex.ac
This page took 0.072926 seconds and 4 git commands to generate.