diff --git a/ghc-aeson-pretty.changes b/ghc-aeson-pretty.changes index 7040339..9673383 100644 --- a/ghc-aeson-pretty.changes +++ b/ghc-aeson-pretty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 6 18:45:59 UTC 2015 - mimi.vx@gmail.com + +- moved aeson-pretty binary from devel package to normal + ------------------------------------------------------------------- Tue Jun 9 12:56:38 UTC 2015 - jmatejka@suse.cz diff --git a/ghc-aeson-pretty.spec b/ghc-aeson-pretty.spec index d378091..9acd0b8 100644 --- a/ghc-aeson-pretty.spec +++ b/ghc-aeson-pretty.spec @@ -17,9 +17,9 @@ %global pkg_name aeson-pretty -Name: ghc-%{pkg_name} +Name: ghc-aeson-pretty Version: 0.7.2 -Release: 1 +Release: 0 Summary: JSON pretty-printing library and command-line tool Group: System/Libraries @@ -94,12 +94,11 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE - +%{_bindir}/%{pkg_name} %files devel -f %{name}-devel.files %defattr(-,root,root,-) %doc README.markdown -%{_bindir}/%{pkg_name} %changelog