2012-06-07 11:52:34 +02:00
|
|
|
#
|
2013-08-03 10:33:06 +02:00
|
|
|
# spec file for package ghc-xml
|
2012-06-07 11:52:34 +02:00
|
|
|
#
|
2017-02-22 20:26:32 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-01-20 15:48:06 +01: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-06-07 11:52:34 +02:00
|
|
|
|
2012-01-20 15:48:06 +01:00
|
|
|
%global pkg_name xml
|
2016-07-18 23:33:14 +02:00
|
|
|
Name: ghc-%{pkg_name}
|
2015-05-04 20:12:27 +02:00
|
|
|
Version: 1.3.14
|
2013-08-03 10:33:06 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: A simple XML library
|
2012-02-29 13:54:18 +01:00
|
|
|
License: BSD-3-Clause
|
2017-08-11 11:10:03 +02:00
|
|
|
Group: Development/Languages/Haskell
|
2016-07-18 23:33:14 +02:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
2012-01-20 15:48:06 +01:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2012-11-28 09:25:46 +01:00
|
|
|
BuildRequires: ghc-bytestring-devel
|
2016-07-18 23:33:14 +02:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2012-01-20 15:48:06 +01:00
|
|
|
BuildRequires: ghc-text-devel
|
2012-02-29 13:54:18 +01:00
|
|
|
|
2012-01-20 15:48:06 +01:00
|
|
|
%description
|
2016-07-18 23:33:14 +02:00
|
|
|
A simple XML library.
|
2013-08-03 10:33:06 +02:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2017-08-11 11:10:03 +02:00
|
|
|
Group: Development/Libraries/Haskell
|
2013-08-03 10:33:06 +02:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2016-07-18 23:33:14 +02:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2013-08-03 10:33:06 +02:00
|
|
|
|
|
|
|
%description devel
|
2016-07-18 23:33:14 +02:00
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2012-01-20 15:48:06 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
2013-08-03 10:33:06 +02:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
2012-01-20 15:48:06 +01:00
|
|
|
|
2013-08-03 10:33:06 +02:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2012-01-20 15:48:06 +01:00
|
|
|
|
2013-08-03 10:33:06 +02:00
|
|
|
%files -f %{name}.files
|
|
|
|
%doc LICENSE
|
2012-01-20 15:48:06 +01:00
|
|
|
|
2013-08-03 10:33:06 +02:00
|
|
|
%files devel -f %{name}-devel.files
|
2012-01-20 15:48:06 +01:00
|
|
|
|
|
|
|
%changelog
|