1
0

Accepting request 293378 from devel:languages:haskell

1

OBS-URL: https://build.opensuse.org/request/show/293378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-rpm-macros?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2015-03-28 17:38:46 +00:00 committed by Git OBS Bridge
commit ead0a6ad7e
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 27 08:17:55 UTC 2015 - peter.trommler@ohm-hochschule.de
- add rpm library directory to files on older openSUSE
* fix build on openSUSE 11.4
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 23 16:38:21 UTC 2015 - peter.trommler@ohm-hochschule.de Mon Feb 23 16:38:21 UTC 2015 - peter.trommler@ohm-hochschule.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-rpm-macros # spec file for package ghc-rpm-macros
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -109,6 +109,10 @@ install -p -D -m 0755 cabal-tweak-flag %{buildroot}/%{_bindir}/cabal-tweak-flag
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING AUTHORS %doc COPYING AUTHORS
%config %{macros_dir}/macros.ghc %config %{macros_dir}/macros.ghc
%if 0%{suse_version} < 1200
%dir %{_prefix}/lib/rpm
%dir %{_prefix}/lib/rpm/fileattrs
%endif
%{_prefix}/lib/rpm/fileattrs/ghc_bin.attr %{_prefix}/lib/rpm/fileattrs/ghc_bin.attr
%{_prefix}/lib/rpm/fileattrs/ghc_lib.attr %{_prefix}/lib/rpm/fileattrs/ghc_lib.attr
%{_prefix}/lib/rpm/ghc-deps.sh %{_prefix}/lib/rpm/ghc-deps.sh