osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-rpm-macros revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-rpm-macros?expand=0&rev=95
This commit is contained in:
parent
f04549ec8c
commit
0604d47fb8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c0dbe15b4c54c13eec30aed84b82d2e93ea312d7949e8382c8189db68e57ee19
|
|
||||||
size 25844
|
|
3
ghc-rpm-macros-1.9.90.tar.xz
Normal file
3
ghc-rpm-macros-1.9.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d11b99299138dba57016436fcfaf9ff4a109bbe410bbe90e961be92738c57f36
|
||||||
|
size 17200
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 20 07:44:37 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 1.9.90
|
||||||
|
* backport upstream changes
|
||||||
|
* workaround for packages without Setup.hs file
|
||||||
|
- drop no-selfbootstrap-check.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 18 14:26:39 UTC 2018 - psimons@suse.com
|
Wed Jul 18 14:26:39 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global macros_dir %{_sysconfdir}/rpm
|
%global macros_dir %{_sysconfdir}/rpm
|
||||||
%global without_hscolour 1
|
%global without_hscolour 1
|
||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 1.7.4
|
Version: 1.9.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RPM Macros for building packages for GHC
|
Summary: RPM Macros for building packages for GHC
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -27,10 +27,8 @@ Group: Development/Libraries/Other
|
|||||||
Url: https://fedoraproject.org/wiki/Haskell_SIG
|
Url: https://fedoraproject.org/wiki/Haskell_SIG
|
||||||
# source gets updated with osc service dr
|
# source gets updated with osc service dr
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Patch: no-selfbootstrap-check.patch
|
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires: rpm
|
Requires: rpm
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{undefined without_hscolour}
|
%if %{undefined without_hscolour}
|
||||||
Requires: hscolour
|
Requires: hscolour
|
||||||
@ -60,7 +58,6 @@ Macros used when generating source Haskell rpm packages.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo no build stage needed
|
echo no build stage needed
|
||||||
@ -76,9 +73,7 @@ install -p -D -m 0755 cabal-tweak-flag %{buildroot}/%{_bindir}/cabal-tweak-flag
|
|||||||
install -p -D -m 0755 ghc-pkg-wrapper %{buildroot}/%{_prefix}/lib/rpm/ghc-pkg-wrapper
|
install -p -D -m 0755 ghc-pkg-wrapper %{buildroot}/%{_prefix}/lib/rpm/ghc-pkg-wrapper
|
||||||
install -p -D -m 0644 ghc.attr %{buildroot}/%{_prefix}/lib/rpm/fileattrs/ghc.attr
|
install -p -D -m 0644 ghc.attr %{buildroot}/%{_prefix}/lib/rpm/fileattrs/ghc.attr
|
||||||
install -p -D -m 0755 ghc-dirs.sh %{buildroot}/%{_prefix}/lib/rpm/ghc-dirs.sh
|
install -p -D -m 0755 ghc-dirs.sh %{buildroot}/%{_prefix}/lib/rpm/ghc-dirs.sh
|
||||||
%if 0%{?suse_version} <= 1320
|
install -p -D -m 0644 Setup.hs %{buildroot}/%{_datadir}/%{name}/Setup.hs
|
||||||
install -d -D -m 0755 %{buildroot}%{_datadir}/licenses
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
@ -92,11 +87,8 @@ install -d -D -m 0755 %{buildroot}%{_datadir}/licenses
|
|||||||
%{_prefix}/lib/rpm/ghc-pkg-wrapper
|
%{_prefix}/lib/rpm/ghc-pkg-wrapper
|
||||||
%{_prefix}/lib/rpm/fileattrs/ghc.attr
|
%{_prefix}/lib/rpm/fileattrs/ghc.attr
|
||||||
%{_prefix}/lib/rpm/ghc-dirs.sh
|
%{_prefix}/lib/rpm/ghc-dirs.sh
|
||||||
# With 1.7.4 of ghc-rpm-macros license files are installed here
|
%dir %{_datadir}/%{name}
|
||||||
# but rpm does not own this directory on older openSUSE.
|
%{_datadir}/%{name}/Setup.hs
|
||||||
%if 0%{?suse_version} <= 1320
|
|
||||||
%dir %{_datadir}/licenses
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files extra
|
%files extra
|
||||||
%config %{macros_dir}/macros.ghc-extra
|
%config %{macros_dir}/macros.ghc-extra
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
Index: ghc-rpm-macros-1.7.4/macros.ghc
|
|
||||||
===================================================================
|
|
||||||
--- ghc-rpm-macros-1.7.4.orig/macros.ghc
|
|
||||||
+++ ghc-rpm-macros-1.7.4/macros.ghc
|
|
||||||
@@ -9,25 +9,11 @@ LANG=en_US.utf8\
|
|
||||||
# compiler version
|
|
||||||
%ghc_version %{!?ghc_version_override:%(ghc --numeric-version)}%{?ghc_version_override}
|
|
||||||
|
|
||||||
-# check ghc version was rebuilt against self
|
|
||||||
-%ghc_check_bootstrap\
|
|
||||||
-if [ ! "$(ghc --info | grep \\"Booter\\ version\\",\\"%{ghc_version}\\")" ]; then\
|
|
||||||
- echo "Warning: this ghc build is not self-bootstrapped."\
|
|
||||||
-%if %{undefined ghc_bootstrapping}\
|
|
||||||
- echo "The ghc package should be rebuilt against its current version before\
|
|
||||||
-proceeding, to avoid dependency ABI breakage from a future ghc rebuild."\
|
|
||||||
- echo "To override set ghc_bootstrapping."\
|
|
||||||
- echo "Aborting."\
|
|
||||||
- exit 1\
|
|
||||||
-%endif\
|
|
||||||
-fi
|
|
||||||
-
|
|
||||||
# no _pkgdocdir in openSUSE
|
|
||||||
%_pkgdocdir %{_docdir}/%{name}
|
|
||||||
|
|
||||||
# configure
|
|
||||||
%cabal_configure\
|
|
||||||
-%ghc_check_bootstrap\
|
|
||||||
%global _hardened_ldflags %{nil}\
|
|
||||||
%cabal --version\
|
|
||||||
%cabal configure --prefix=%{_prefix} --libdir=%{_libdir} --docdir=%{_ghcdocdir} --libsubdir='$compiler/$pkgkey' --datasubdir='$pkgid' --ghc %{!?ghc_without_dynamic:--enable-executable-dynamic} %{?with_tests:--enable-tests} --ghc-options="${CFLAGS:+$(echo ' '$CFLAGS | sed -e 's/ / -optc/g')} ${LDFLAGS:+$(echo ' '$LDFLAGS | sed -e 's/ / -optl/g')}" %{?cabal_configure_options} $cabal_configure_extra_options
|
|
Loading…
x
Reference in New Issue
Block a user