summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/file-conflicts/c.spec
blob: 8b1b31ef0e31f72b0c4f2a5b64bcdfb513a6e64d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Summary: x
Name: c
Version: 1
Release: 1
License: x
BuildArch: noarch

%description
x

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/etc
echo bar > $RPM_BUILD_ROOT/etc/bar

%clean
rm -rf $RPM_BUILD_ROOT

%files
/etc/*