revise .cabal

This commit is contained in:
Jens Petersen 2018-07-29 00:53:28 +09:00
parent ce7e391c4e
commit 420574e771
2 changed files with 81 additions and 2 deletions

74
fsnotify-0.2.1.1.cabal Normal file
View File

@ -0,0 +1,74 @@
Name: fsnotify
Version: 0.2.1.1
x-revision: 1
Author: Mark Dittmer <mark.s.dittmer@gmail.com>
Maintainer: Greg Weber <greg@gregweber.info>, Roman Cheplyaka <roma@ro-che.info>
License: BSD3
License-File: LICENSE
Synopsis: Cross platform library for file change notification.
Description: Cross platform library for file creation, modification,
and deletion notification. This library builds upon
existing libraries for platform-specific Windows, Mac,
and Linux filesystem event notification.
Category: Filesystem
Cabal-Version: >= 1.8
Build-Type: Simple
Homepage: https://github.com/haskell-fswatch/hfsnotify
Extra-Source-Files:
README.md
CHANGELOG.md
test/test.hs
test/EventUtils.hs
Library
Build-Depends: base >= 4.3.1 && < 5
, containers >= 0.4
, directory >= 1.1.0.0
, filepath >= 1.3.0.0
, text >= 0.11.0
, time >= 1.1
, async >= 2.0.1
, unix-compat >= 0.2
Exposed-Modules: System.FSNotify
, System.FSNotify.Devel
Other-Modules: System.FSNotify.Listener
, System.FSNotify.Path
, System.FSNotify.Polling
, System.FSNotify.Types
Hs-Source-Dirs: src
GHC-Options: -Wall
if os(linux)
CPP-Options: -DOS_Linux
Other-Modules: System.FSNotify.Linux
Build-Depends: hinotify >= 0.3.7 && < 0.3.10
else
if os(windows)
CPP-Options: -DOS_Win32
Other-Modules: System.FSNotify.Win32
Build-Depends: Win32-notify >= 0.3
else
if os(darwin)
CPP-Options: -DOS_Mac
Other-Modules: System.FSNotify.OSX
Build-Depends: hfsevents >= 0.1.3
Test-Suite test
Type: exitcode-stdio-1.0
Main-Is: test.hs
Other-modules: EventUtils
Hs-Source-Dirs: test
GHC-Options: -Wall -threaded
Build-depends: base >= 4.3.1.0
, tasty >= 0.5
, tasty-hunit
, directory
, filepath
, unix-compat
, fsnotify
, async >= 2
, temporary
Source-Repository head
Type: git
Location: git://github.com/haskell-fswatch/hfsnotify

View File

@ -1,4 +1,4 @@
# generated by cabal-rpm-0.12.1
# generated by cabal-rpm-0.12.5
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name fsnotify
@ -8,12 +8,13 @@
Name: ghc-%{pkg_name}
Version: 0.2.1.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Cross platform library for file change notification
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -56,6 +57,7 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkgver}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build
@ -87,6 +89,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.2.1.1-4
- revise .cabal
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild