]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added temporary replacement for rpm-find-requires
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Tue, 23 May 2000 18:00:02 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.92

rpm.spec

index a2dd4915696679a9f8ad52f064a2ee35ac4c9d8f..0dead9a1ce51cd2900168828c9dba4977a860883 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -9,8 +9,7 @@ License:        GPL
 Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/%{name}-%{version}.tar.gz
 Source1:       rpm.groups
 Source2:       rpm.macros
-Source3:       rpm-find-requires-pre
-Source4:       rpm-find-requires-post
+Source3:       rpm-find-requires
 Source5:       rpm-install-tree
 Patch0:                rpm-rpmrc.patch
 Patch1:                rpm-find-requires.patch
@@ -180,8 +179,7 @@ install %{SOURCE5} $RPM_BUILD_ROOT%{_libdir}/rpm/install-build-tree
        pkgbindir="%{_bindir}"
 
 install %{SOURCE8} $RPM_BUILD_ROOT%{_libdir}/rpm/find-spec-bcond
-install %{SOURCE3} $RPM_BUILD_ROOT%{_libdir}/rpm/find-requires-pre
-install %{SOURCE4} $RPM_BUILD_ROOT%{_libdir}/rpm/find-requires-post
+install %{SOURCE3} $RPM_BUILD_ROOT%{_libdir}/rpm/find-requires
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
This page took 0.048688 seconds and 4 git commands to generate.