Accepting request 394897 from devel:languages:haskell

- update to 0.5.5 
- remove uselees _service (forwarded request 394896 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/394897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-socks?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2016-05-17 15:14:43 +00:00 committed by Git OBS Bridge
commit 1ed341374a
5 changed files with 37 additions and 23 deletions

View File

@ -1,3 +0,0 @@
<services>
<service name="download_files" mode="localonly" />
</services>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 7 06:33:56 UTC 2016 - mimi.vx@gmail.com
- update to 0.5.5
- remove uselees _service
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 14 16:19:39 UTC 2015 - mimi.vx@gmail.com Sat Feb 14 16:19:39 UTC 2015 - mimi.vx@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-socks # spec file for package ghc-socks
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,60 +15,71 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%global pkg_name socks %global pkg_name socks
Name: ghc-socks
Version: 0.5.4 Name: ghc-%{pkg_name}
Version: 0.5.5
Release: 0 Release: 0
Summary: Socks proxy (version 5) implementation Summary: Socks proxy (version 5) implementation
License: BSD-3-Clause
Group: System/Libraries Group: System/Libraries
Url: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz 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
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-cereal-devel BuildRequires: ghc-cereal-devel
BuildRequires: ghc-network-devel BuildRequires: ghc-network-devel
BuildRequires: ghc-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps # End cabal-rpm deps
%description %description
Socks proxy (version 5) implementation for Haskell. Socks proxy (version 5) implementation.
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Other Group: Development/Libraries/Other
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Provides: %{name}-static = %{version}-%{release} Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
%description devel %description devel
This package provides the Haskell %{pkg_name} library development files. This package provides the Haskell %{pkg_name} library development files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}
%build %build
%{ghc_lib_build} %ghc_lib_build
%install %install
%{ghc_lib_install} %ghc_lib_install
%post devel %post devel
%{ghc_pkg_recache} %ghc_pkg_recache
%postun devel %postun devel
%{ghc_pkg_recache} %ghc_pkg_recache
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE %doc LICENSE
%{_datadir}/%{pkg_name}-%{version}
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Example.hs README.md %doc Example.hs README.md
%changelog %changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9b5e1ea78592632bb086e5f4d6da523be01921a4a8998ca78552bdc396db4da
size 8021

3
socks-0.5.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2647ea93e21ad1dfd77e942c022c8707e468d25e1ff672a88be82508034fc868
size 10159