Accepting request 123903 from home:ptrommler:haskell-platform
Haskell Platform 2012.2.0.0 update OBS-URL: https://build.opensuse.org/request/show/123903 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HUnit?expand=0&rev=3
This commit is contained in:
parent
56bd61efbb
commit
94a9fc7e51
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 5 13:58:45 UTC 2012 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
- cabal2spec 0.25.5 template for spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 23 14:18:40 UTC 2012 - peter.trommler@ohm-hochschule.de
|
Thu Feb 23 14:18:40 UTC 2012 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# For Haskell Packaging Guidelines see:
|
#
|
||||||
# - https://fedoraproject.org/wiki/Packaging:Haskell
|
# spec file for ghc-HUnit
|
||||||
# - https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
#
|
||||||
|
|
||||||
# Copyright (c) 2012 Peter Trommler peter.trommler@ohm-hochschule.de
|
# Copyright (c) 2012 Peter Trommler peter.trommler@ohm-hochschule.de
|
||||||
#
|
#
|
||||||
@ -16,66 +16,41 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# cabal2spec-0.25
|
||||||
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||||
|
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
|
||||||
|
|
||||||
%global pkg_name HUnit
|
%global pkg_name HUnit
|
||||||
|
|
||||||
# common part of summary for all the subpackages
|
%global common_summary A unit testing framework for Haskell
|
||||||
%global common_summary Haskell %{pkg_name} library
|
|
||||||
|
|
||||||
# main description used for all the subpackages
|
%global common_description HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java, see: http://www.junit.org.
|
||||||
%global common_description A %{pkg_name} library for Haskell.
|
|
||||||
|
|
||||||
Name: ghc-HUnit
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.2.4.2
|
Version: 1.2.4.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: %{common_summary}
|
Summary: %{common_summary}
|
||||||
|
|
||||||
Group: Development/Libraries/Other
|
Group: System/Libraries
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# BEGIN cabal2spec
|
# BEGIN cabal2spec
|
||||||
URL: http://hackage.haskell.org/package/%{pkg_name}
|
URL: http://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
ExclusiveArch: %{ix86} x86_64 %{ghc_arches}
|
ExclusiveArch: %{ix86} x86_64 %{ghc_arches}
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
|
||||||
%if %{undefined without_hscolour}
|
|
||||||
BuildRequires: hscolour
|
|
||||||
%endif
|
|
||||||
# END cabal2spec
|
# END cabal2spec
|
||||||
# BR any C devel dependency here
|
|
||||||
# list ghc-*-prof dependencies:
|
|
||||||
BuildRequires: ghc-base-devel
|
|
||||||
|
|
||||||
%if %{defined sles_version}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
|
|
||||||
|
|
||||||
%package -n ghc-%{pkg_name}-devel
|
|
||||||
Summary: Development files for %{common_summary}
|
|
||||||
Group: Development/Libraries/Other
|
|
||||||
# BEGIN cabal2spec
|
|
||||||
%{?ghc_devel_requires}
|
|
||||||
Obsoletes: ghc-%{pkg_name}-prof < %{version}-%{release}
|
|
||||||
Provides: ghc-%{pkg_name}-prof = %{version}-%{release}
|
|
||||||
# END cabal2spec
|
|
||||||
# remember to require any C devel dependency here
|
|
||||||
# Haskell devel dependencies are autogenerated by ghc-deps.sh
|
|
||||||
|
|
||||||
%description -n ghc-%{pkg_name}-devel
|
|
||||||
%{common_description}
|
|
||||||
|
|
||||||
This package contains the development files.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#%%define cabal_configure_options -f "opt1 -opt2 ..."
|
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
|
|
||||||
@ -83,28 +58,21 @@ This package contains the development files.
|
|||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%post -n ghc-%{pkg_name}-devel
|
# devel subpackage
|
||||||
%ghc_pkg_recache
|
%ghc_devel_package
|
||||||
|
|
||||||
|
%ghc_devel_description
|
||||||
|
|
||||||
|
|
||||||
%postun -n ghc-%{pkg_name}-devel
|
%ghc_devel_post_postun
|
||||||
%ghc_pkg_recache
|
|
||||||
|
|
||||||
|
|
||||||
%if %{undefined ghc_without_shared}
|
%ghc_files LICENSE
|
||||||
%files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/basic-tests
|
%{_bindir}/basic-tests
|
||||||
%{_bindir}/extended-tests
|
%{_bindir}/extended-tests
|
||||||
%{_bindir}/optimize-1-tests
|
%{_bindir}/optimize-1-tests
|
||||||
%{_bindir}/terminal-tests
|
%{_bindir}/terminal-tests
|
||||||
%doc %{_datadir}/%{pkg_name}-%{version}
|
%doc %{_datadir}/%{pkg_name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 2 2012 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.2.4.2-0
|
|
||||||
- initial packaging for Fedora automatically generated by cabal2spec-0.24.1
|
|
||||||
|
Loading…
Reference in New Issue
Block a user