osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-path-pieces revision:4, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-path-pieces?expand=0&rev=41
This commit is contained in:
Peter Simons 2020-09-04 15:11:15 +00:00 committed by Git OBS Bridge
parent 65b6598810
commit 5b39e94c5d
2 changed files with 9 additions and 33 deletions

View File

@ -1,40 +1,16 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 8 16:14:25 UTC 2019 - Peter Simons <psimons@suse.com> Mon Aug 31 09:34:30 UTC 2020 - psimons@suse.com
- Drop obsolete group attributes. - Update path-pieces to version 0.2.1 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 20 11:31:51 UTC 2018 - Peter Simons <psimons@suse.com> Tue Aug 18 10:45:41 UTC 2020 - Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org. - Replace %setup -q with the more modern %autosetup macro.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 18 14:26:35 UTC 2018 - psimons@suse.com Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space, - Add path-pieces at version 0.2.1.
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Wed May 16 13:06:58 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:30:57 UTC 2016 - psimons@suse.com
- Update to version 0.2.1 revision 1 with cabal2obs.
-------------------------------------------------------------------
Wed Nov 4 08:21:30 UTC 2015 - mimi.vx@gmail.com
- update to 0.2.1
-------------------------------------------------------------------
Fri Oct 23 07:29:41 UTC 2015 - mimi.vx@gmail.com
- initial commit

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-path-pieces # spec file for package ghc-path-pieces
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# 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
@ -51,7 +51,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
%setup -q -n %{pkg_name}-%{version} %autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal cp -p %{SOURCE1} %{pkg_name}.cabal
%build %build