1
0
forked from pool/ghc-easy-file

- update to 0.2.1

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-easy-file?expand=0&rev=2
This commit is contained in:
Ondřej Súkup 2015-05-17 15:47:41 +00:00 committed by Git OBS Bridge
parent 85952cd6dd
commit a60e98c2cd
4 changed files with 13 additions and 13 deletions

View File

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

3
easy-file-0.2.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 17 15:45:26 UTC 2015 - mimi.vx@gmail.com
- update to 0.2.1
* no upstream changelog
-------------------------------------------------------------------
Fri Apr 24 17:41:23 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 easy-file
Name: ghc-%{pkg_name}
Version: 0.2.0
Name: ghc-easy-file
Version: 0.2.1
Release: 0
Summary: Cross-platform File handling
License: BSD-3-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
@ -56,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