Ship the readme file

This commit is contained in:
Ben Boeckel 2010-09-01 18:44:13 -04:00
parent e159aa07bb
commit 91fecef9f8
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Name: ghc-%{pkg_name}
Version: 0.3.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
@ -48,6 +48,8 @@ This package provides the shared library.
%install
rm -rf $RPM_BUILD_ROOT
%ghc_lib_install
mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
install -p README $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/README
%clean
@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Sep 01 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.1-4
- Ship the readme as well
* Tue Aug 31 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.1-3
- Update to new cabal2spec