2019-02-17 14:45:03 +00:00
|
|
|
# generated by cabal-rpm-0.13
|
2012-03-22 14:23:44 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
2011-05-12 02:11:38 +00:00
|
|
|
|
2010-09-01 21:24:49 +00:00
|
|
|
%global pkg_name hinotify
|
2017-02-23 00:26:48 +00:00
|
|
|
%global pkgver %{pkg_name}-%{version}
|
2010-09-01 21:24:49 +00:00
|
|
|
|
2016-04-23 18:13:58 +00:00
|
|
|
%bcond_without tests
|
|
|
|
|
2010-09-01 21:24:49 +00:00
|
|
|
Name: ghc-%{pkg_name}
|
2019-02-21 02:26:30 +00:00
|
|
|
Version: 0.3.10
|
|
|
|
Release: 1%{?dist}
|
2015-01-19 13:28:05 +00:00
|
|
|
Summary: Haskell binding to inotify
|
2010-09-01 21:24:49 +00:00
|
|
|
|
|
|
|
License: BSD
|
2015-01-19 13:28:05 +00:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
2019-02-17 14:45:03 +00:00
|
|
|
# Begin cabal-rpm sources:
|
2017-02-23 00:26:48 +00:00
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
2018-07-28 15:53:27 +00:00
|
|
|
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
2019-02-17 14:45:03 +00:00
|
|
|
# End cabal-rpm sources
|
2012-11-07 08:24:24 +00:00
|
|
|
|
2019-02-17 14:45:03 +00:00
|
|
|
# Begin cabal-rpm deps:
|
2011-06-23 03:04:45 +00:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
2012-11-07 08:24:24 +00:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2017-02-23 00:26:48 +00:00
|
|
|
BuildRequires: ghc-async-devel
|
2019-02-21 02:26:30 +00:00
|
|
|
BuildRequires: ghc-bytestring-devel
|
2012-07-16 02:11:41 +00:00
|
|
|
BuildRequires: ghc-containers-devel
|
|
|
|
BuildRequires: ghc-unix-devel
|
2019-02-21 02:26:30 +00:00
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-directory-devel
|
|
|
|
%endif
|
2012-11-07 08:24:24 +00:00
|
|
|
# End cabal-rpm deps
|
2010-09-01 21:24:49 +00:00
|
|
|
|
|
|
|
%description
|
2015-01-19 13:28:05 +00:00
|
|
|
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.
|
2013-06-05 10:22:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2015-01-19 13:28:05 +00:00
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2018-01-24 13:11:17 +00:00
|
|
|
Provides: %{name}-doc = %{version}-%{release}
|
|
|
|
%if %{defined ghc_version}
|
2013-06-05 10:22:34 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:17 +00:00
|
|
|
%endif
|
2015-01-19 13:28:05 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-05 10:22:34 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
2010-09-01 21:24:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2019-02-17 14:45:03 +00:00
|
|
|
# Begin cabal-rpm setup:
|
2017-02-23 00:26:48 +00:00
|
|
|
%setup -q -n %{pkgver}
|
2019-02-17 14:45:03 +00:00
|
|
|
cp -bp %{SOURCE1} %{pkg_name}.cabal
|
|
|
|
# End cabal-rpm setup
|
2010-09-01 21:24:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-17 14:45:03 +00:00
|
|
|
# Begin cabal-rpm build:
|
2010-09-01 21:24:49 +00:00
|
|
|
%ghc_lib_build
|
2019-02-17 14:45:03 +00:00
|
|
|
# End cabal-rpm build
|
2010-09-01 21:24:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-17 14:45:03 +00:00
|
|
|
# Begin cabal-rpm install
|
2010-09-01 21:24:49 +00:00
|
|
|
%ghc_lib_install
|
2019-02-17 14:45:03 +00:00
|
|
|
# End cabal-rpm install
|
2010-09-01 21:24:49 +00:00
|
|
|
|
2016-04-23 18:13:58 +00:00
|
|
|
|
|
|
|
%check
|
2016-09-27 10:15:40 +00:00
|
|
|
%cabal_test
|
2016-04-23 18:13:58 +00:00
|
|
|
|
2010-09-01 21:24:49 +00:00
|
|
|
|
2013-06-05 10:22:34 +00:00
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
2011-07-26 01:46:03 +00:00
|
|
|
|
|
|
|
|
2013-06-05 10:22:34 +00:00
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
2011-07-26 01:46:03 +00:00
|
|
|
|
|
|
|
|
2013-06-05 10:22:34 +00:00
|
|
|
%files -f %{name}.files
|
2019-02-17 14:45:03 +00:00
|
|
|
# Begin cabal-rpm files:
|
2016-04-23 18:13:58 +00:00
|
|
|
%license LICENSE
|
2019-02-17 14:45:03 +00:00
|
|
|
# End cabal-rpm files
|
2012-03-22 14:23:44 +00:00
|
|
|
|
2013-06-05 10:22:34 +00:00
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2017-02-23 00:26:48 +00:00
|
|
|
%doc CHANGELOG.md README.md
|
2010-09-01 21:24:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2019-02-21 02:26:30 +00:00
|
|
|
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 0.3.10-1
|
|
|
|
- update to 0.3.10
|
|
|
|
|
2019-02-17 14:45:03 +00:00
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.3.9-9
|
|
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
|
2019-01-31 21:36:45 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-28 15:53:27 +00:00
|
|
|
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.3.9-7
|
|
|
|
- revise .cabal
|
|
|
|
|
2018-07-13 01:51:21 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 11:43:37 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-26 10:37:34 +00:00
|
|
|
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.3.9-4
|
|
|
|
- rebuild
|
|
|
|
|
2017-08-02 21:22:15 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 09:45:07 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-23 00:26:48 +00:00
|
|
|
* Thu Feb 23 2017 Jens Petersen <petersen@redhat.com> - 0.3.9-1
|
|
|
|
- update to 0.3.9
|
|
|
|
|
2017-02-10 10:41:08 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-04-23 18:13:58 +00:00
|
|
|
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.3.8.1-1
|
|
|
|
- update to 0.3.8.1
|
|
|
|
|
2016-02-03 21:34:41 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 07:45:49 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-19 13:28:05 +00:00
|
|
|
* Mon Jan 19 2015 Jens Petersen <petersen@redhat.com> - 0.3.7-1
|
|
|
|
- update to 0.3.7
|
|
|
|
|
2014-08-16 15:14:37 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 14:53:01 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 13:44:18 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-05 10:22:34 +00:00
|
|
|
* Wed Jun 05 2013 Jens Petersen <petersen@redhat.com> - 0.3.5-3
|
|
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
|
2013-02-13 23:10:59 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-07 08:24:24 +00:00
|
|
|
* Wed Nov 07 2012 Jens Petersen <petersen@redhat.com> - 0.3.5-1
|
|
|
|
- update to 0.3.5
|
|
|
|
|
2012-07-19 05:43:56 +00:00
|
|
|
* 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
|
|
|
|
|
2012-07-16 02:11:41 +00:00
|
|
|
* Mon Jul 16 2012 Jens Petersen <petersen@redhat.com> - 0.3.2-4
|
|
|
|
- change prof BRs to devel
|
|
|
|
|
2012-03-22 14:23:44 +00:00
|
|
|
* Sun Mar 18 2012 Jens Petersen <petersen@redhat.com> - 0.3.2-3
|
|
|
|
- update to cabal2spec-0.25
|
|
|
|
|
2012-01-13 03:23:33 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-2.3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-24 07:52:03 +00:00
|
|
|
* Mon Oct 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3.2-1.3
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-20 23:03:55 +00:00
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.3.2-1.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-11 13:49:02 +00:00
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.3.2-1.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-07-26 01:45:55 +00:00
|
|
|
* Mon Jul 25 2011 Ben Boeckel <mathstuf@gmail.com> - 0.3.2-1
|
|
|
|
- Update to 0.3.2
|
2011-07-26 01:46:03 +00:00
|
|
|
- Update to cabal2spec-0.24
|
2011-07-26 01:45:55 +00:00
|
|
|
|
2011-06-23 03:04:45 +00:00
|
|
|
* Thu Jun 23 2011 Jens Petersen <petersen@redhat.com> - 0.3.1-11
|
|
|
|
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
|
2011-07-22 04:11:10 +00:00
|
|
|
- don't build via-C since it breaks assembler on x86_64 (#715799)
|
2011-06-23 03:04:45 +00:00
|
|
|
|
2011-05-12 02:11:38 +00:00
|
|
|
* Wed May 11 2011 Ben Boeckel <mathstuf@gmail.com> - 0.3.1-10
|
|
|
|
- Update to cabal2spec-0.22.7
|
|
|
|
|
2011-03-10 08:15:38 +00:00
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.3.1-9
|
|
|
|
- Enable build on sparcv9
|
|
|
|
|
2011-02-09 01:19:36 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-15 18:03:11 +00:00
|
|
|
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 0.3.1-7
|
|
|
|
- Update to cabal2spec-0.22.4
|
|
|
|
- Rebuild
|
|
|
|
|
2010-11-28 16:50:30 +00:00
|
|
|
* Sun Nov 28 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.1-6
|
|
|
|
- Rebuild for GHC7
|
|
|
|
|
2010-11-07 17:39:34 +00:00
|
|
|
* Sun Nov 07 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.1-5
|
|
|
|
- Rebuild
|
|
|
|
|
2010-09-01 22:44:13 +00:00
|
|
|
* Wed Sep 01 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.1-4
|
|
|
|
- Ship the readme as well
|
|
|
|
|
2010-09-01 21:24:49 +00:00
|
|
|
* Tue Aug 31 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.1-3
|
|
|
|
- Update to new cabal2spec
|
|
|
|
|
|
|
|
* Wed Jun 30 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.1-2
|
|
|
|
- Merge with cabal2spec-0.22.1 spec
|
|
|
|
|
|
|
|
* Thu May 20 2010 Ben Boeckel <mathstuf@gmail.com> - 0.3.1-1
|
|
|
|
- Initial version
|
|
|
|
|
|
|
|
* Thu May 20 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.3.1-0
|
|
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.21.3
|