parent
47cd44a4a5
commit
83c8eb2d30
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
/ansi-wl-pprint-0.6.7.1.tar.gz
|
/ansi-wl-pprint-0.6.7.1.tar.gz
|
||||||
/ansi-wl-pprint-0.6.7.3.tar.gz
|
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global pkg_name ansi-wl-pprint
|
%global pkg_name ansi-wl-pprint
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.6.7.3
|
Version: 0.6.7.1
|
||||||
Release: 1%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
|
Summary: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -48,8 +48,6 @@ sed -i 's/\r$//' README.textile
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
@ -60,7 +58,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
|
||||||
@ -68,9 +66,6 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 30 2015 Jens Petersen <petersen@redhat.com> - 0.6.7.3-1
|
|
||||||
- update to 0.6.7.3
|
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7.1-6
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7.1-6
|
||||||
- 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