summaryrefslogtreecommitdiff
path: root/tests/data/SPECS/hello-script.spec
blob: 567519e333abbd10ade84189169fcae908d1d3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Name:		hello-script
Version:	1.0
Release:	1
Summary:	Testing file conflict behavior

Group:		Testing
License:	GPL
BuildArch:	noarch

%description
%{summary}

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin
cat << EOF > $RPM_BUILD_ROOT/usr/bin/hello
echo "Hello world!"
EOF

%files
%defattr(-,root,root,-)
/usr/bin/hello