parent
3fb3de16a8
commit
7ac3477cca
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/syb-0.3.6.tar.gz
|
/syb-0.3.6.tar.gz
|
||||||
/syb-0.4.0.tar.gz
|
/syb-0.4.0.tar.gz
|
||||||
/syb-0.4.1.tar.gz
|
/syb-0.4.1.tar.gz
|
||||||
|
/syb-0.5.1.tar.gz
|
||||||
|
18
ghc-syb.spec
18
ghc-syb.spec
@ -2,15 +2,14 @@
|
|||||||
|
|
||||||
%global pkg_name syb
|
%global pkg_name syb
|
||||||
|
|
||||||
# https://ghc.haskell.org/trac/ghc/ticket/10029
|
# 0.5.1 ghc-7.10: https://code.google.com/p/scrapyourboilerplate/issues/detail?id=26
|
||||||
%ifnarch armv7hl
|
# 0.4.1 armv7: https://ghc.haskell.org/trac/ghc/ticket/10029
|
||||||
%bcond_without tests
|
%bcond_with tests
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
# part of haskell-platform
|
# part of haskell-platform
|
||||||
Version: 0.4.1
|
Version: 0.5.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Scrap Your Boilerplate
|
Summary: Scrap Your Boilerplate
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -60,6 +59,8 @@ dos2unix LICENSE README
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -76,7 +77,7 @@ dos2unix LICENSE README
|
|||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
@ -84,6 +85,9 @@ dos2unix LICENSE README
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 0.5.1-1
|
||||||
|
- update to 0.5.1
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-3
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-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