summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/obsolete-and-conflict/c.spec
blob: 31cc7f5090a35aedbfe2253173063837120a5b4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Summary: c
Name: c
Version: 1
Release: 1
License: x
Group: x
Conflicts: a <= 1

%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
%defattr(-,root,root)
/etc/*