forked from pool/ghc-reflection
Accepting request 953516 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/953516 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-reflection?expand=0&rev=11
This commit is contained in:
commit
8ef0dd216c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 11 08:57:49 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Make sure installed text files have no +x flag.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 16 19:51:23 UTC 2021 - psimons@suse.com
|
Tue Nov 16 19:51:23 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -65,10 +65,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 *.markdown ./examples/*
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
Loading…
Reference in New Issue
Block a user