The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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/*