parent
794c3dd53f
commit
24876b790a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
utf8-string-0.3.6.tar.gz
|
utf8-string-0.3.6.tar.gz
|
||||||
/utf8-string-0.3.7.tar.gz
|
/utf8-string-0.3.7.tar.gz
|
||||||
/utf8-string-0.3.8.tar.gz
|
/utf8-string-0.3.8.tar.gz
|
||||||
|
/utf8-string-1.0.1.1.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global pkg_name utf8-string
|
%global pkg_name utf8-string
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3.8
|
Version: 1.0.1.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Support for reading and writing UTF8 Strings
|
Summary: Support for reading and writing UTF8 Strings
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -18,9 +18,9 @@ BuildRequires: ghc-bytestring-devel
|
|||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A UTF8 layer for IO and Strings. The utf8-string package provides operations
|
A UTF8 layer for Strings. The utf8-string package provides operations for
|
||||||
for encoding UTF8 strings to Word8 lists and back, and for reading and writing
|
encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8
|
||||||
UTF8 without truncation.
|
without truncation.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -46,6 +46,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
@ -56,13 +58,16 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 16 2016 Jens Petersen <petersen@redhat.com> - 1.0.1.1-1
|
||||||
|
- update to 1.0.1.1
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-3
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user