osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-byteable revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-byteable?expand=0&rev=36
This commit is contained in:
parent
78a8902ff8
commit
4bb9a5c3f0
@ -1,10 +1,40 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 18 10:44:12 UTC 2020 - Peter Simons <psimons@suse.com>
|
Fri Nov 8 16:13:22 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
- Replace %setup -q with the more modern %autosetup macro.
|
- Drop obsolete group attributes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 9 09:26:21 UTC 2020 - psimons@suse.com
|
Sat Oct 20 11:31:16 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
- Add byteable at version 0.1.1.
|
- Use https URL to refer to bugs.opensuse.org.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 18 14:26:17 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
||||||
|
and update copyright headers with spec-cleaner.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 16 13:06:53 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Prefer the new %license attribute over %doc.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 10 17:01:55 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.1.1 revision 0 with cabal2obs.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 8 08:29:15 UTC 2016 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
- fix typo in group tag (Thanks @killit!)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 6 21:01:21 UTC 2013 - sbahling@suse.com
|
||||||
|
|
||||||
|
- Initial package - version 0.1.1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-byteable
|
# spec file for package ghc-byteable
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2019 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
|
||||||
@ -48,7 +48,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
|||||||
This package provides the Haskell %{pkg_name} library development files.
|
This package provides the Haskell %{pkg_name} library development files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
Loading…
Reference in New Issue
Block a user