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

%description
x

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/etc/*