remove the copy library in %prep
This commit is contained in:
parent
a65c971e89
commit
7ec975013d
@ -51,6 +51,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
#remove the copy library
|
||||||
|
rm -r cbits
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
@ -77,6 +80,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 27 2014 Jens Petersen <petersen@redhat.com> - 0.5.4.1-30
|
||||||
- disable debuginfo (cblrpm-0.8.11)
|
- disable debuginfo (cblrpm-0.8.11)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user