update to 0.3.5 with cabal-rpm

This commit is contained in:
Jens Petersen 2012-11-07 17:24:24 +09:00
parent 79a5354ccf
commit 5cae1d428a
3 changed files with 13 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/hinotify-0.3.1.tar.gz
/hinotify-0.3.2.tar.gz
/hinotify-0.3.5.tar.gz

View File

@ -1,4 +1,3 @@
# cabal2spec-0.25
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
@ -6,27 +5,26 @@
%global common_summary Haskell binding to INotify
%global common_description This library provides a wrapper to the Linux Kernel's inotify \
feature, allowing applications to subscribe to notifications \
%global common_description This library provides a wrapper to the Linux Kernel's inotify\
feature, allowing applications to subscribe to notifications\
when a file is accessed or modified.
Name: ghc-%{pkg_name}
Version: 0.3.2
Release: 5%{?dist}
Version: 0.3.5
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
License: BSD
# BEGIN cabal2spec
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
ExclusiveArch: %{ghc_arches}
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour}
# END cabal2spec
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-containers-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-unix-devel
# End cabal-rpm deps
%description
%{common_description}
@ -44,7 +42,6 @@ BuildRequires: ghc-unix-devel
%ghc_lib_install
# devel subpackage
%ghc_devel_package
%ghc_devel_description
@ -58,6 +55,9 @@ BuildRequires: ghc-unix-devel
%changelog
* Wed Nov 07 2012 Jens Petersen <petersen@redhat.com> - 0.3.5-1
- update to 0.3.5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
1105bc75012bd2a299181c47b21cac39 hinotify-0.3.2.tar.gz
9e37df64edf05ba330272d12ff47e12a hinotify-0.3.5.tar.gz