From a243d55ca94f94fe3e258cb37ed25efd45e3f07a77901a112d1046e5fe38874e Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Fri, 1 Nov 2013 16:01:47 +0000 Subject: [PATCH] Remove redundant Requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=2 --- ghc-tls.spec | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/ghc-tls.spec b/ghc-tls.spec index b254d16..987467d 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -15,15 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name tls Name: ghc-tls Version: 1.1.5 -Release: 1 +Release: 0 Summary: TLS/SSL protocol native implementation (Server and Client) +License: BSD-3-Clause Group: System/Libraries -License: BSD-3-Clause Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -60,10 +61,8 @@ compressions and certificates functions. Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other Provides: %{name}-static = %{version}-%{release} -Requires: ghc-compiler = %{ghc_version} -Requires(post): ghc-compiler = %{ghc_version} -Requires(postun): ghc-compiler = %{ghc_version} Requires: %{name} = %{version}-%{release} +Requires: ghc-compiler = %{ghc_version} %description devel This package provides the Haskell %{pkg_name} library development files. @@ -72,30 +71,23 @@ 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 - %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,-) - %changelog