remove the copy library in %prep

This commit is contained in:
Jens Petersen 2015-02-17 11:05:25 +09:00
parent a65c971e89
commit 7ec975013d

View File

@ -51,6 +51,9 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
#remove the copy library
rm -r cbits
%build
%ghc_lib_build
@ -77,6 +80,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Feb 17 2015 Jens Petersen <petersen@redhat.com>
- remove the copy library in prep
* Mon Oct 27 2014 Jens Petersen <petersen@redhat.com> - 0.5.4.1-30
- disable debuginfo (cblrpm-0.8.11)