diff --git a/file-embed-0.0.9.1.tar.gz b/file-embed-0.0.9.1.tar.gz new file mode 100644 index 0000000..488dfdb --- /dev/null +++ b/file-embed-0.0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbde52cdf03067661944d072d95578ade8a27d709669f4ed40314fc729e460f +size 5685 diff --git a/file-embed-0.0.9.tar.gz b/file-embed-0.0.9.tar.gz deleted file mode 100644 index ec54876..0000000 --- a/file-embed-0.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58b3a6b0e0566b9f89286ecd456a669273b8333cd39356d4cc88ef897d93d005 -size 5624 diff --git a/ghc-file-embed.changes b/ghc-file-embed.changes index 7845e79..a5574a6 100644 --- a/ghc-file-embed.changes +++ b/ghc-file-embed.changes @@ -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 diff --git a/ghc-file-embed.spec b/ghc-file-embed.spec index a223df2..3b966f1 100644 --- a/ghc-file-embed.spec +++ b/ghc-file-embed.spec @@ -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