diff options
author | Casey Schaufler <casey.schaufler@intel.com> | 2014-08-27 09:17:27 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2014-08-27 09:17:27 -0700 |
commit | bd6ce50013f51f6142437a4baee767e8fc5ada24 (patch) | |
tree | 3bbe79d4b17164473449745c1b0adcad322471d4 | |
parent | 5bc7b1f9411733bb987763682ae92f50cdd9d754 (diff) | |
parent | 0cd19b09d7ff61131504c644b9f2d0ae7d65792b (diff) | |
download | rpm-bd6ce50013f51f6142437a4baee767e8fc5ada24.tar.gz rpm-bd6ce50013f51f6142437a4baee767e8fc5ada24.tar.bz2 rpm-bd6ce50013f51f6142437a4baee767e8fc5ada24.zip |
Merge "Allow re-execution of the %prep section" into tizen
-rw-r--r-- | packaging/rpm.spec | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/packaging/rpm.spec b/packaging/rpm.spec index 844f55776..9fb9c36b4 100644 --- a/packaging/rpm.spec +++ b/packaging/rpm.spec @@ -38,16 +38,16 @@ BuildRequires: fdupes Provides: rpminst Provides: rpm-libs -Source1: db-4.8.30.tar.bz2 -Source2: db-4.8.30-integration.dif -Source4: rpm-tizen_macros -Source8: rpmconfigcheck -Source13: find-docs.sh -Source22: device-sec-policy -Source23: find-provides.ksyms -Source1001: rpm.manifest +Source1: db-4.8.30.tar.bz2 +Source2: db-4.8.30-integration.dif +Source4: rpm-tizen_macros +Source8: rpmconfigcheck +Source13: find-docs.sh +Source22: device-sec-policy +Source23: find-provides.ksyms +Source1001: rpm.manifest Source0: rpm-%{version}.tar.bz2 -# + # avoid bootstrapping problem %define _binary_payload w9.bzdio @@ -118,7 +118,7 @@ that will manipulate RPM packages and databases. cp %{SOURCE1001} . rm -rf sqlite tar xjf %{S:1} -ln -s db-4.8.30 db +ln -sfn db-4.8.30 db chmod -R u+w db/* # will get linked from db3 rm -f rpmdb/db.h |