Ship the readme file
This commit is contained in:
parent
e159aa07bb
commit
91fecef9f8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user