Blame tests/data/SPECS/selfconflict.spec

2ff057
Name:		selfconflict
2ff057
Version:	1.0
2ff057
Release:	1
2ff057
Summary:	Testing file conflict behavior within package itself
2ff057
2ff057
Group:		Testing
2ff057
License:	GPL
2ff057
BuildArch:	noarch
2ff057
2ff057
%description
2ff057
%{summary}
2ff057
2ff057
%install
2ff057
rm -rf $RPM_BUILD_ROOT
2ff057
mkdir -p $RPM_BUILD_ROOT/opt/mydir/{one,two}
2ff057
echo "foo" > $RPM_BUILD_ROOT/opt/mydir/one/somefile
2ff057
echo "bar" > $RPM_BUILD_ROOT/opt/mydir/two/somefile
2ff057
2ff057
%files
2ff057
%defattr(-,root,root,-)
2ff057
/opt/mydir