2012-06-07 11:57:47 +02:00
|
|
|
#
|
2013-08-03 10:31:45 +02:00
|
|
|
# spec file for package ghc-temporary
|
2012-06-07 11:57:47 +02:00
|
|
|
#
|
2018-04-02 17:05:53 +02:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-06-07 11:57:47 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-03-16 15:38:31 +01:00
|
|
|
|
|
|
|
%global pkg_name temporary
|
2017-06-21 16:34:49 +02:00
|
|
|
%bcond_with tests
|
2016-07-19 18:04:37 +02:00
|
|
|
Name: ghc-%{pkg_name}
|
2017-08-17 16:11:55 +02:00
|
|
|
Version: 1.2.1.1
|
2013-08-03 10:31:45 +02:00
|
|
|
Release: 0
|
2017-06-21 16:34:49 +02:00
|
|
|
Summary: Portable temporary file and directory support
|
2012-03-16 15:38:31 +01:00
|
|
|
License: BSD-3-Clause
|
2017-08-17 16:11:55 +02:00
|
|
|
Group: Development/Libraries/Haskell
|
2017-08-15 16:06:34 +02:00
|
|
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
2016-07-19 18:04:37 +02:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
2012-03-16 15:38:31 +01:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-directory-devel
|
2015-05-04 19:54:35 +02:00
|
|
|
BuildRequires: ghc-exceptions-devel
|
2012-03-16 15:38:31 +01:00
|
|
|
BuildRequires: ghc-filepath-devel
|
2016-07-19 18:04:37 +02:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2015-05-04 19:54:35 +02:00
|
|
|
BuildRequires: ghc-transformers-devel
|
2013-08-03 10:31:45 +02:00
|
|
|
BuildRequires: ghc-unix-devel
|
2017-06-21 16:34:49 +02:00
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-base-compat-devel
|
|
|
|
BuildRequires: ghc-tasty-devel
|
|
|
|
BuildRequires: ghc-tasty-hunit-devel
|
|
|
|
%endif
|
2012-03-16 15:38:31 +01:00
|
|
|
|
|
|
|
%description
|
2017-06-21 16:34:49 +02:00
|
|
|
Functions for creating temporary files and directories.
|
2013-08-03 10:31:45 +02:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2017-08-11 11:07:13 +02:00
|
|
|
Group: Development/Libraries/Haskell
|
2013-08-03 10:31:45 +02:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2016-07-19 18:04:37 +02:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2013-08-03 10:31:45 +02:00
|
|
|
|
|
|
|
%description devel
|
2016-07-19 18:04:37 +02:00
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2012-03-16 15:38:31 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
2017-06-21 16:34:49 +02:00
|
|
|
%check
|
|
|
|
%cabal_test
|
|
|
|
|
2013-08-03 10:31:45 +02:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
2012-03-16 15:38:31 +01:00
|
|
|
|
2013-08-03 10:31:45 +02:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2012-03-16 15:38:31 +01:00
|
|
|
|
2013-08-03 10:31:45 +02:00
|
|
|
%files -f %{name}.files
|
2018-04-26 09:49:39 +02:00
|
|
|
%license LICENSE
|
2012-03-16 15:38:31 +01:00
|
|
|
|
2013-08-03 10:31:45 +02:00
|
|
|
%files devel -f %{name}-devel.files
|
2017-06-21 16:34:49 +02:00
|
|
|
%doc CHANGELOG.md
|
2012-03-16 15:38:31 +01:00
|
|
|
|
|
|
|
%changelog
|