update to 0.2.1

This commit is contained in:
Jens Petersen 2016-06-23 14:36:41 +09:00
parent 43f382b3b3
commit 11ef9f7e36
3 changed files with 19 additions and 13 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/fsnotify-0.0.11.tar.gz
/fsnotify-0.2.1.tar.gz

View File

@ -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 <petersen@redhat.com> - 0.2.1-1
- update to 0.2.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.11-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
6821cd1f2aa4aa155ae10270d999cead fsnotify-0.0.11.tar.gz
bcdc5b4a85f6a8a39d724fad2b99b338 fsnotify-0.2.1.tar.gz