summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/obsolete-and-conflict/c.spec
blob: 26050403adc53d8f884b894e28c3f85c39b9971a (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
install -d $RPM_BUILD_ROOT/etc
echo bar > $RPM_BUILD_ROOT/etc/bar

%clean
rm -rf $RPM_BUILD_ROOT

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