Accepting request 411372 from devel:languages:haskell
1 OBS-URL: https://build.opensuse.org/request/show/411372 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hinotify?expand=0&rev=3
This commit is contained in:
commit
6b8f0825b3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 10 17:18:46 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.3.8.1 revision 0 with cabal2obs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 9 15:59:00 UTC 2015 - mimi.vx@gmail.com
|
Sun Aug 9 15:59:00 UTC 2015 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-hinotify
|
# spec file for package ghc-hinotify
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%global pkg_name hinotify
|
%global pkg_name hinotify
|
||||||
Name: ghc-hinotify
|
%bcond_with tests
|
||||||
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3.8.1
|
Version: 0.3.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Haskell binding to inotify
|
Summary: Haskell binding to inotify
|
||||||
@ -37,7 +38,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
This library provides a wrapper to the Linux Kernel's inotify feature, allowing
|
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.
|
applications to subscribe to notifications when a file is accessed or modified.
|
||||||
.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Haskell %{pkg_name} library development files
|
Summary: Haskell %{pkg_name} library development files
|
||||||
@ -53,17 +53,26 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{ghc_lib_build}
|
%ghc_lib_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{ghc_lib_install}
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
%if %{with tests}
|
||||||
|
%{cabal} test
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%{ghc_pkg_recache}
|
%ghc_pkg_recache
|
||||||
|
|
||||||
%postun devel
|
%postun devel
|
||||||
%{ghc_pkg_recache}
|
%ghc_pkg_recache
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -71,6 +80,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.md
|
%doc CHANGELOG.md README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user