Accepting request 953534 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/953534 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-split?expand=0&rev=26
This commit is contained in:
commit
9772e8d617
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 11 08:44:10 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Make sure installed text files have no +x flag.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 22 08:52:45 UTC 2021 - psimons@suse.com
|
Wed Sep 22 08:52:45 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -64,10 +64,10 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||||
|
find . -type f -exec chmod -x {} +
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
chmod a-x README CHANGES
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
Loading…
Reference in New Issue
Block a user