diff --git a/.gitignore b/.gitignore index 27111bc..86ad1e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /highlighting-kate-0.5.6.tar.gz /highlighting-kate-0.5.8.5.tar.gz /highlighting-kate-0.5.11.1.tar.gz +/highlighting-kate-0.6.tar.gz diff --git a/ghc-highlighting-kate.spec b/ghc-highlighting-kate.spec index 7135dee..62ef9e0 100644 --- a/ghc-highlighting-kate.spec +++ b/ghc-highlighting-kate.spec @@ -5,8 +5,8 @@ %bcond_without tests Name: ghc-%{pkg_name} -Version: 0.5.11.1 -Release: 2%{?dist} +Version: 0.6 +Release: 1%{?dist} Summary: Sourcecode syntax highlighting License: GPLv2+ @@ -70,12 +70,15 @@ cabal-tweak-flag pcre-light True %install %ghc_lib_install -%ghc_fix_dynamic_rpath Highlight +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + +%ghc_fix_dynamic_rpath %{pkg_name} %check -LANG=en_US.utf8 -%cabal_test +%if %{with tests} +%cabal test +%endif %post devel @@ -87,15 +90,18 @@ LANG=en_US.utf8 %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc README.md -%attr(755,root,root) %{_bindir}/Highlight +%attr(755,root,root) %{_bindir}/%{pkg_name} %changelog +* Fri Sep 18 2015 Jens Petersen - 0.6-1 +- update to 0.6 + * Wed Jun 17 2015 Fedora Release Engineering - 0.5.11.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index a76782f..18ebb71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42d5b95b46d74d94fa921ddef797b4bd highlighting-kate-0.5.11.1.tar.gz +3c83ed5e729f6fbe5cc1cd73421ee767 highlighting-kate-0.6.tar.gz