update to 1.6.5 and cabal2spec-0.25.2

This commit is contained in:
Jens Petersen 2012-01-05 12:57:46 +09:00
parent d6d0211776
commit d0b8b8c471
3 changed files with 28 additions and 16 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
uniplate-1.5.1.tar.gz uniplate-1.5.1.tar.gz
/uniplate-1.6.tar.gz /uniplate-1.6.tar.gz
/uniplate-1.6.3.tar.gz /uniplate-1.6.3.tar.gz
/uniplate-1.6.5.tar.gz

View File

@ -1,34 +1,33 @@
# cabal2spec-0.25.2
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name uniplate %global pkg_name uniplate
%global common_summary Haskell Uniform type generic traversals library %global common_summary Haskell Uniform type generic traversals library
%global common_description Uniplate is a boilerplate removal library, with similar goals to the\ %global common_description Uniplate is a boilerplate removal library, with similar goals to the original\
original Scrap Your Boilerplate work. It requires few extensions to\ Scrap Your Boilerplate work. It requires few extensions to Haskell.
Haskell.
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 1.6.3 Version: 1.6.5
Release: 1%{?dist}.2 Release: 1%{?dist}
Summary: %{common_summary} Summary: %{common_summary}
Group: System Environment/Libraries Group: System Environment/Libraries
License: BSD License: BSD
# BEGIN cabal2spec # BEGIN cabal2spec
URL: http://community.haskell.org/~ndm/uniplate/ 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-containers-prof, ghc-syb-prof BuildRequires: ghc-containers-prof
BuildRequires: ghc-syb-prof
%description %description
%{common_description} %{common_description}
%if %{with shared}
This package provides the shared library.
%endif
%prep %prep
@ -43,10 +42,22 @@ This package provides the shared library.
%ghc_lib_install %ghc_lib_install
%ghc_lib_package %ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun
%ghc_files
%doc uniplate.htm
%changelog %changelog
* Thu Jan 5 2012 Jens Petersen <petersen@redhat.com> - 1.6.5-1
- update to 1.6.5 and cabal2spec-0.25.2
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.6.3-1.2 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.6.3-1.2
- rebuild with new gmp without compat lib - rebuild with new gmp without compat lib

View File

@ -1 +1 @@
5fe575e92928e6ccb9d133696a4e77b1 uniplate-1.6.3.tar.gz aabed71fceb37a1419102f35ea08c310 uniplate-1.6.5.tar.gz