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

%description
x

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

%clean
rm -rf $RPM_BUILD_ROOT

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