From 11ef9f7e36a8cb942c1fcb89c51ea90eae9dddc9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 14:36:41 +0900 Subject: [PATCH] update to 0.2.1 --- .gitignore | 1 + ghc-fsnotify.spec | 29 +++++++++++++++++------------ sources | 2 +- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index dfe9aa4..0593980 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /fsnotify-0.0.11.tar.gz +/fsnotify-0.2.1.tar.gz diff --git a/ghc-fsnotify.spec b/ghc-fsnotify.spec index e41d43c..fc31328 100644 --- a/ghc-fsnotify.spec +++ b/ghc-fsnotify.spec @@ -5,8 +5,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.0.11 -Release: 6%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Cross platform library for file change notification License: BSD @@ -16,26 +16,25 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: +BuildRequires: ghc-async-devel BuildRequires: ghc-containers-devel +BuildRequires: ghc-directory-devel +BuildRequires: ghc-filepath-devel BuildRequires: ghc-hinotify-devel -BuildRequires: ghc-system-fileio-devel -BuildRequires: ghc-system-filepath-devel BuildRequires: ghc-text-devel BuildRequires: ghc-time-devel +BuildRequires: ghc-unix-compat-devel %if %{with tests} -BuildRequires: ghc-Glob-devel -BuildRequires: ghc-QuickCheck-devel -BuildRequires: ghc-bytestring-devel -BuildRequires: ghc-hspec-devel -BuildRequires: ghc-random-devel -BuildRequires: ghc-uniqueid-devel +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-hunit-devel +BuildRequires: ghc-temporary-rc-devel %endif # End cabal-rpm deps %description Cross platform library for file creation, modification, and deletion notification. This library builds upon existing libraries for platform-specific -Window, Mac, and Linux filesystem event notification. +Windows, Mac, and Linux filesystem event notification. %package devel @@ -61,6 +60,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -77,13 +78,17 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files +%doc README.md %changelog +* Thu Jun 23 2016 Jens Petersen - 0.2.1-1 +- update to 0.2.1 + * Wed Feb 03 2016 Fedora Release Engineering - 0.0.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 8d6b391..65cbaf0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6821cd1f2aa4aa155ae10270d999cead fsnotify-0.0.11.tar.gz +bcdc5b4a85f6a8a39d724fad2b99b338 fsnotify-0.2.1.tar.gz