Ondřej Súkup 2015-09-27 09:57:19 +00:00 committed by Git OBS Bridge
parent a51f5aacf3
commit 3f9f098466
4 changed files with 12 additions and 12 deletions

View File

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

3
asn1-types-0.3.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 27 09:53:36 UTC 2015 - mimi.vx@gmail.com
- update to 0.3.1
-------------------------------------------------------------------
Wed Apr 22 19:44:16 UTC 2015 - mimi.vx@gmail.com

View File

@ -15,15 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%global pkg_name asn1-types
Name: ghc-asn1-types
Version: 0.3.0
Version: 0.3.1
Release: 0
Summary: ASN.1 types
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
@ -33,6 +34,7 @@ BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-hourglass-devel
BuildRequires: ghc-memory-devel
# End cabal-rpm deps
%description
@ -55,30 +57,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