From a47105ac99da858c35b8f3061d410898654f5c6738d9c75b596c043ef95c95db Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2016 18:40:52 +0000 Subject: [PATCH] Synchronize builds with devel:languages:haskell:lts:7. OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-random?expand=0&rev=15 --- ghc-random.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ghc-random.spec b/ghc-random.spec index 1a982ea..42f7f1e 100644 --- a/ghc-random.spec +++ b/ghc-random.spec @@ -22,15 +22,13 @@ Version: 1.1 Release: 0 Summary: Random number library License: BSD-3-Clause -Group: System/Libraries +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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros -# Begin cabal-rpm deps: BuildRequires: ghc-time-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description This package provides a basic random number generation library, including the @@ -50,15 +48,12 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache