summaryrefslogtreecommitdiff
path: root/setup_native/scripts
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-19 06:17:14 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-19 06:17:14 +0000
commit8e858caa91f46e27e4e00d7e4428738d84afad57 (patch)
treeec72ae77f5320d755a80c6057bb2f0a379b4cac6 /setup_native/scripts
parentd94da0bb94c6974c337592d5f7e77639cc50f69f (diff)
INTEGRATION: CWS native84 (1.1.2); FILE ADDED
2007/07/17 12:57:22 obr 1.1.2.1: #i77418# populate private rpm database with required packages to get rid of --nodeps
Diffstat (limited to 'setup_native/scripts')
-rw-r--r--setup_native/scripts/fake-db.spec19
1 files changed, 19 insertions, 0 deletions
diff --git a/setup_native/scripts/fake-db.spec b/setup_native/scripts/fake-db.spec
new file mode 100644
index 000000000000..f562d7a1b7ba
--- /dev/null
+++ b/setup_native/scripts/fake-db.spec
@@ -0,0 +1,19 @@
+Name: fake-db
+Version: 1.0
+Release: 0
+Summary: This is a dummy package
+Group: dummy
+License: LGPL
+BuildArch: noarch
+AutoReqProv: no
+#BuildRoot: %{_tmppath}/%{name}-root
+Provides: libgnomevfs-2.so.0
+Provides: libgconf-2.so.4
+%description
+a dummy package
+#%prep
+%install
+mkdir -p bin
+touch bin/sh
+%files
+%attr(0755,root,root) /bin/sh