]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- R: %{beecrypt_ver}
authortwittner <twittner@pld-linux.org>
Sun, 22 Aug 2004 13:44:38 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated -pld-autodep.patch - added:
  --enable-adding-packages-names-in-autogenerating-dependancies configure
  switch - adds packages names for autogenerated dependancies to requires.
  and related bcond_without pkgnameinautoreq

Changed files:
    rpm.spec -> 1.578

rpm.spec

index ce4ef8ccd2af9a0ca32ed9b34983050078fdc359..128bd307e11d0f663309239f8906e78bc60a3cf8 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -3,9 +3,11 @@
 # - consider using system libmagic not internal libfmagic
 #   (but internal has different method of passing output)
 # - after ac drop amd64 patch and make x86_64 generic arch + subarchs amd64 and ia32e
-#
+# - ? make putting packages names in autogenerating dependacies as runtime option
+# 
 # Conditional build:
 %bcond_with    static  # build static rpmi (not supported at the moment)
+%bcond_without pkgnameinautoreq        # don't put package name in autogenerated dependancy
 %bcond_without doc     # don't generate documentation with doxygen
 %bcond_without python  # don't build python bindings
 %bcond_without selinux # dont enable selinux support
@@ -133,6 +135,7 @@ BuildRequires:      elfutils-static
 BuildRequires: popt-static >= %{reqpopt_ver}
 BuildRequires: zlib-static
 %endif
+Requires:      beecrypt >= %{{beecrypt_ver}
 Requires:      popt >= %{reqpopt_ver}
 Requires:      %{name}-lib = %{version}-%{release}
 %{!?with_static:Obsoletes:     rpm-utils-static}
@@ -665,6 +668,7 @@ mv -f macros.tmp macros.in
        --enable-shared \
        --enable-static \
        %{?with_doc:--with-apidocs} \
+       %{?with_pkgnameinautoreq:--enable-adding-packages-names-in-autogenerated-dependancies} \
        %{?with_python:--with-python=auto} \
        %{!?with_python:--without-python} \
        %{!?with_selinux:--without-selinux} \
This page took 0.148063 seconds and 4 git commands to generate.