]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.spec
- ignore objcopy errors in remove-unneeded-elf-sections
[packages/rpm.git] / rpm.spec
index c350c025075806aa1ee7a826ade5913312586093..692a1f78e0b514c713a1216b65d9026f08de3128 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -2,7 +2,7 @@ Summary:        Red Hat & PLD Package Manager
 Summary(pl):   Aplikacja do zarzĀ±dzania pakietami
 Name:          rpm
 Version:       3.0.5
-Release:       1
+Release:       11
 Group:         Base
 Group(pl):     Podstawowe
 License:       GPL
@@ -33,6 +33,7 @@ BuildRequires:        libtool
 BuildRequires: automake
 BuildRequires: autoconf >= 2.13-8
 BuildRequires: gettext-devel
+BuildRequires: db3-static >= 3.1.14
 Requires:      glibc >= 2.1
 BuildRequires: zlib-static >= 1.1.4
 Obsoletes:     rpm-libs
@@ -129,8 +130,6 @@ Group:              Applications/File
 Requires:      sh-utils
 Requires:      binutils
 Requires:      patch
-Requires:      autoconf
-Requires:      automake
 Requires:      texinfo
 Requires:      file >= 3.31
 Requires:      binutils
@@ -245,6 +244,9 @@ if [ ! -f /var/lib/rpm/packages.rpm ]; then
        /bin/rpm --initdb
 fi
 
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+%clean
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.050287 seconds and 4 git commands to generate.