1# ************************************************************* 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20# ************************************************************* 21Name: fake-db 22Version: 1.0 23Release: 0 24Summary: This is a dummy package 25Group: dummy 26License: ALv2 27BuildArch: noarch 28AutoReqProv: no 29%define _tmppath /tmp 30#BuildRoot: %{_tmppath}/%{name}-root 31Provides: libgnomevfs-2.so.0 32Provides: libgconf-2.so.4 33Provides: libfreetype.so.6 34Provides: /bin/sh 35Provides: /bin/basename 36Provides: /bin/cat 37Provides: /bin/cp 38Provides: /bin/gawk 39Provides: /bin/grep 40Provides: /bin/ln 41Provides: /bin/ls 42Provides: /bin/mkdir 43Provides: /bin/mv 44Provides: /bin/pwd 45Provides: /bin/rm 46Provides: /bin/sed 47Provides: /bin/sort 48Provides: /bin/touch 49Provides: /usr/bin/cut 50Provides: /usr/bin/dirname 51Provides: /usr/bin/expr 52Provides: /usr/bin/find 53Provides: /usr/bin/tail 54Provides: /usr/bin/tr 55Provides: /usr/bin/wc 56%description 57a dummy package 58%files 59