Accepting request 355956 from devel:languages:haskell:lts
- update to 0.0.9.1 * embedStringFile OBS-URL: https://build.opensuse.org/request/show/355956 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-file-embed?expand=0&rev=4
This commit is contained in:
parent
f8ad065d52
commit
a5561882b9
3
file-embed-0.0.9.1.tar.gz
Normal file
3
file-embed-0.0.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdbde52cdf03067661944d072d95578ade8a27d709669f4ed40314fc729e460f
|
||||
size 5685
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58b3a6b0e0566b9f89286ecd456a669273b8333cd39356d4cc88ef897d93d005
|
||||
size 5624
|
@ -1,7 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 09:56:34 UTC 2015 - mimi.vx@gmail.com
|
||||
Fri Jan 22 08:46:18 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- correct licence to BSD-2-Clause
|
||||
- update to 0.0.9.1
|
||||
* embedStringFile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 19:28:15 UTC 2015 - mimi.vx@gmail.com
|
||||
|
@ -15,18 +15,17 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global pkg_name file-embed
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
Name: ghc-file-embed
|
||||
Version: 0.0.9
|
||||
Version: 0.0.9.1
|
||||
Release: 0
|
||||
Summary: Use Template Haskell to embed file contents directly
|
||||
License: BSD-2-Clause
|
||||
Group: System/Libraries
|
||||
|
||||
License: BSD-3-Clause
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -63,29 +62,37 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
%cabal test
|
||||
%endif
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user