From fc28837a250df17d7922f0c99afe4921e0c95ade3b27a7ae217250b282a677c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mat=C4=9Bjka?= Date: Fri, 14 Aug 2015 12:32:50 +0000 Subject: [PATCH] Accepting request 322626 from devel:languages:haskell:lts - moved aeson-pretty binary from devel package to normal OBS-URL: https://build.opensuse.org/request/show/322626 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=2 --- ghc-aeson-pretty.changes | 5 +++++ ghc-aeson-pretty.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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