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