diff --git a/.gitignore b/.gitignore index 8cedcc7..b8c3b7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /hinotify-0.3.1.tar.gz /hinotify-0.3.2.tar.gz /hinotify-0.3.5.tar.gz +/hinotify-0.3.7.tar.gz diff --git a/ghc-hinotify.spec b/ghc-hinotify.spec index d2fc7ef..1f871fb 100644 --- a/ghc-hinotify.spec +++ b/ghc-hinotify.spec @@ -3,13 +3,13 @@ %global pkg_name hinotify Name: ghc-%{pkg_name} -Version: 0.3.5 -Release: 6%{?dist} -Summary: Haskell binding to INotify +Version: 0.3.7 +Release: 1%{?dist} +Summary: Haskell binding to inotify License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -20,17 +20,17 @@ BuildRequires: ghc-unix-devel # End cabal-rpm deps %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. +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. %package devel Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package provides the Haskell %{pkg_name} library development files. @@ -61,10 +61,13 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files -%doc ANNOUNCE README* examples +%doc README.md %changelog +* Mon Jan 19 2015 Jens Petersen - 0.3.7-1 +- update to 0.3.7 + * Sat Aug 16 2014 Fedora Release Engineering - 0.3.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index c2b944e..f44d874 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e37df64edf05ba330272d12ff47e12a hinotify-0.3.5.tar.gz +40beb45d4b377637e932b9f68c1e551c hinotify-0.3.7.tar.gz