summaryrefslogtreecommitdiff
path: root/rpmlint-checks-master/tests/CheckFilelists/usr-bad.spec
blob: 590e818d6d4802afb74dbc6588fd7080289a4e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Name:		usr-bad
Version:	0
Release:	0
Group:         Development/Tools/Building
Summary:	Bar
License:	GPL
BuildRoot:	%_tmppath/%name-%version-build

%description
%_target
%_target_cpu

%install
install -D -m 644 /etc/motd %buildroot/usr/qvm/test

%clean
rm -rf %buildroot

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