update to 1.18.2

This commit is contained in:
Jens Petersen 2014-08-29 12:50:28 +09:00
parent 6e1a3770c1
commit 884b374b01
3 changed files with 15 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ cpphs-1.11.tar.gz
/cpphs-1.13.3.tar.gz
/cpphs-1.14.tar.gz
/cpphs-1.16.tar.gz
/cpphs-1.18.2.tar.gz

View File

@ -2,14 +2,17 @@
%global pkg_name cpphs
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: %{pkg_name}
Version: 1.16
Release: 7%{?dist}
Version: 1.18.2
Release: 1%{?dist}
Summary: A liberalised C pre-processor for Haskell
License: GPL+ and LGPLv2+
URL: http://hackage.haskell.org/package/%{name}
Source0: http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
Source0: http://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -42,10 +45,11 @@ This package provides the Haskell %{name} shared library.
%package -n ghc-%{name}-devel
Summary: Haskell %{name} library development files
License: LGPLv2+
Provides: ghc-%{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: ghc-%{name} = %{version}-%{release}
Requires: ghc-%{name}%{?_isa} = %{version}-%{release}
%description -n ghc-%{name}-devel
This package provides the Haskell %{name} library development files.
@ -85,9 +89,14 @@ install -D -p -m 0644 docs/cpphs.1 %{buildroot}%{_mandir}/man1/%{name}.1
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
%doc README docs/design
%changelog
* Fri Aug 29 2014 Jens Petersen <petersen@redhat.com> - 1.18.2-1
- update to 1.18.2
- refresh to cblrpm-0.8.11
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
2224334a779369978d1259996c6539d1 cpphs-1.16.tar.gz
e8335478cfb48927c52e2356b8892973 cpphs-1.18.2.tar.gz