update to 0.4.0.1 and cabal2spec-0.25.2

epel9
Jens Petersen 13 years ago
parent bb4c89f3d5
commit 04bad5eb5c

1
.gitignore vendored

@ -1,2 +1,3 @@
/case-insensitive-0.2.0.2.tar.gz /case-insensitive-0.2.0.2.tar.gz
/case-insensitive-0.3.0.1.tar.gz /case-insensitive-0.3.0.1.tar.gz
/case-insensitive-0.4.0.1.tar.gz

@ -1,21 +1,19 @@
# For Haskell Packaging Guidelines see: # cabal2spec-0.25.2
# - https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/Packaging:Haskell
# - https://fedoraproject.org/wiki/PackagingDrafts/Haskell # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name case-insensitive %global pkg_name case-insensitive
# common part of summary for all the subpackages
%global common_summary Haskell case insensitive string comparison %global common_summary Haskell case insensitive string comparison
# main description used for all the subpackages
%global common_description The module Data.CaseInsensitive provides the CI type constructor which\ %global common_description The module Data.CaseInsensitive provides the CI type constructor which\
can be parameterised by a string-like type (String, ByteString,\ can be parameterised by a string-like type (String, ByteString,\
Text, etc.). Comparisons of values of the resulting type will be\ Text, etc.). Comparisons of values of the resulting type will be\
insensitive to cases. insensitive to cases.
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.3.0.1 Version: 0.4.0.1
Release: 1%{?dist}.3 Release: 1%{?dist}
Summary: %{common_summary} Summary: %{common_summary}
Group: System Environment/Libraries Group: System Environment/Libraries
@ -25,10 +23,7 @@ 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: %{ghc_arches} ExclusiveArch: %{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
BuildRequires: ghc-hashable-prof BuildRequires: ghc-hashable-prof
@ -36,21 +31,6 @@ BuildRequires: ghc-hashable-prof
%{common_description} %{common_description}
%package -n ghc-%{pkg_name}-devel
Summary: Development files for %{common_summary}
Group: Development/Libraries
# BEGIN cabal2spec
%{?ghc_devel_requires}
Obsoletes: ghc-%{pkg_name}-prof < %{version}-%{release}
Provides: ghc-%{pkg_name}-prof = %{version}-%{release}
# END cabal2spec
%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}
@ -63,23 +43,22 @@ This package contains the development files.
%ghc_lib_install %ghc_lib_install
%post -n ghc-%{pkg_name}-devel %ghc_devel_package
%ghc_pkg_recache
%ghc_devel_description
%postun -n ghc-%{pkg_name}-devel
%ghc_pkg_recache
%ghc_devel_post_postun
%if %{undefined ghc_without_shared}
%files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
%endif
%ghc_files
%files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files %doc README.markdown
%changelog %changelog
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 0.4.0.1-1
- update to 0.4.0.1 and cabal2spec-0.25.2
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3.0.1-1.3 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3.0.1-1.3
- rebuild with new gmp without compat lib - rebuild with new gmp without compat lib

@ -1 +1 @@
0356f76b3b498a5b4a882b19520615a7 case-insensitive-0.3.0.1.tar.gz 1c57ec86d8479d0059f2559edeeb383a case-insensitive-0.4.0.1.tar.gz

Loading…
Cancel
Save