synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unicode-transforms?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 14:15:51 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 0.2.1 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 07:01:17 UTC 2016 - psimons@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-unicode-transforms
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,33 +19,28 @@
|
||||
%global pkg_name unicode-transforms
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.1.0.1
|
||||
Version: 0.2.1
|
||||
Release: 0
|
||||
Summary: Unicode transforms (normalization NFC/NFD/NFKC/NFKD)
|
||||
Summary: Unicode normalization
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Other
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-bitarray-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-getopt-generics-devel
|
||||
BuildRequires: ghc-split-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
This is a lightweight library supporting a limited set of unicode
|
||||
transformations (only normalizations as of now) on ByteStrings (UTF-8) and Text
|
||||
without requiring any other system libraries. It is based on the utf8proc C
|
||||
utility supporting unicode versions upto 5.1.0.
|
||||
|
||||
text-icu is a full featured alternative for all unicode operations but with a
|
||||
dependency on the system installed icu libraries. This package aims to provide
|
||||
an API similar to text-icu.
|
||||
|
||||
For more details see the README.md file.
|
||||
Fast Unicode 8.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
@@ -83,6 +78,6 @@ files.
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md
|
||||
%doc Changelog.md README.md
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fe607ec91e1cf25db1842e7409d4ed0e1bb6829409e846e010db25b2c75cb0b
|
||||
size 693576
|
3
unicode-transforms-0.2.1.tar.gz
Normal file
3
unicode-transforms-0.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d8baa0de3c58685aa1e476961f7f3765395ba257d79258c66e86b06a87f3abc
|
||||
size 714210
|
Reference in New Issue
Block a user