20 lines
363 B
Text
20 lines
363 B
Text
Name: test-files
|
|
Version: 1
|
|
Release: 1%{?dist}
|
|
Summary: Testing files header fields
|
|
|
|
License: none
|
|
|
|
%description
|
|
Testing files header fields
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
install -d $RPM_BUILD_ROOT/foo/bar
|
|
install -pm 0755 fileA $RPM_BUILD_ROOT
|
|
install -pm 0600 foo/bar/fileB $RPM_BUILD_ROOT/foo/bar
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
/fileA
|
|
/foo/bar/fileB
|