From ac097b56a9c71d1eee580c0e75279f7b4051610d07cba7c589449b8deb51fddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 21 May 2015 06:41:49 +0000 Subject: [PATCH] - correct licence to BSD-2-Clause OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=2 --- ghc-distributive.changes | 5 +++++ ghc-distributive.spec | 13 +++---------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 924705c..ad9088d 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 21 06:41:23 UTC 2015 - mimi.vx@gmail.com + +- correct licence to BSD-2-Clause + ------------------------------------------------------------------- Sun Apr 26 16:43:29 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-distributive.spec b/ghc-distributive.spec index 9856425..a5fd026 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.spec @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name distributive %bcond_with tests -Name: ghc-%{pkg_name} +Name: ghc-distributive Version: 0.4.4 Release: 0 Summary: Distributive functors -- Dual to Traversable +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 @@ -62,37 +63,29 @@ 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.markdown - %changelog