1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Summary: Test package
Name: test
Version: 0.1
Release: 1%{?dist}
URL: http://people.freedesktop.org/~hughsient/
Source0: README
License: GPLv2+
BuildArch: noarch
Requires: foo
Requires: bar
Requires: baz
%description
This is a test package.
%install
install -Dp %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/%{name}-%{version}/README
%files
%defattr(-,root,root)
%doc %{_datadir}/%{name}-%{version}/README
%changelog
* Mon May 17 2010 Richard Hughes <richard@hughsie.com> - 0.1-1
- Initial version
|