parent
cde7262074
commit
d3ce1e3dee
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,3 @@
|
|||||||
/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
|
|
||||||
|
19
ghc-syb.spec
19
ghc-syb.spec
@ -2,14 +2,15 @@
|
|||||||
|
|
||||||
%global pkg_name syb
|
%global pkg_name syb
|
||||||
|
|
||||||
# 0.5.1 ghc-7.10: https://code.google.com/p/scrapyourboilerplate/issues/detail?id=26
|
# https://ghc.haskell.org/trac/ghc/ticket/10029
|
||||||
# 0.4.1 armv7: https://ghc.haskell.org/trac/ghc/ticket/10029
|
%ifnarch armv7hl
|
||||||
%bcond_with tests
|
%bcond_without tests
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
# part of haskell-platform
|
# part of haskell-platform
|
||||||
Version: 0.5.1
|
Version: 0.4.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Scrap Your Boilerplate
|
Summary: Scrap Your Boilerplate
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -59,8 +60,6 @@ dos2unix LICENSE README
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -77,7 +76,7 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%license LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
@ -85,10 +84,6 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 17 2015 Jens Petersen <petersen@redhat.com> - 0.5.1-1
|
|
||||||
- update to 0.5.1
|
|
||||||
- test fail with ghc-7.10
|
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user