From 2075d041b283d2fedf660af80af887a3bc4516b60a9bb93ba0340acc9cb000ae Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 25 Jan 2017 11:54:00 +0000 Subject: [PATCH] sync with lts-7 generated from configuration d0feb2eca98f11164fa1c0192f51620217b43dc2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zip-archive?expand=0&rev=17 --- ghc-zip-archive.changes | 5 +++++ ghc-zip-archive.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ghc-zip-archive.changes b/ghc-zip-archive.changes index 806be98..d252a69 100644 --- a/ghc-zip-archive.changes +++ b/ghc-zip-archive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 23 20:28:10 UTC 2017 - psimons@suse.com + +- Update to version 0.3.0.5 revision 1 with cabal2obs. + ------------------------------------------------------------------- Thu Sep 15 06:55:45 UTC 2016 - psimons@suse.com diff --git a/ghc-zip-archive.spec b/ghc-zip-archive.spec index 93eabbf..efa6b43 100644 --- a/ghc-zip-archive.spec +++ b/ghc-zip-archive.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-zip-archive # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ License: BSD-3-Clause Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-binary-devel @@ -66,6 +67,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build @@ -88,6 +90,5 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc README.markdown changelog %changelog