- update to 0.2.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-path-pieces?expand=0&rev=2
This commit is contained in:
parent
8e9e02d049
commit
5edc3481d1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 4 08:21:30 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 07:29:41 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -15,17 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global pkg_name path-pieces
|
||||
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-path-pieces
|
||||
Version: 0.2.0
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
Summary: Components of paths
|
||||
License: BSD-2-Clause
|
||||
Group: System/Libraries
|
||||
|
||||
License: BSD-2-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.md
|
||||
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c097672ab0dd1835b8cadbbd9db412893f02e02eca044c5a1690fbefb3e8df84
|
||||
size 3267
|
3
path-pieces-0.2.1.tar.gz
Normal file
3
path-pieces-0.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:080bd49f53e20597ca3e5962e0c279a3422345f5b088840a30a751cd76d4a36f
|
||||
size 3529
|
Loading…
Reference in New Issue
Block a user