diff --git a/.gitignore b/.gitignore index 86ad1e7..27111bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /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 62ef9e0..7135dee 100644 --- a/ghc-highlighting-kate.spec +++ b/ghc-highlighting-kate.spec @@ -5,8 +5,8 @@ %bcond_without tests Name: ghc-%{pkg_name} -Version: 0.6 -Release: 1%{?dist} +Version: 0.5.11.1 +Release: 2%{?dist} Summary: Sourcecode syntax highlighting License: GPLv2+ @@ -70,15 +70,12 @@ cabal-tweak-flag pcre-light True %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - -%ghc_fix_dynamic_rpath %{pkg_name} +%ghc_fix_dynamic_rpath Highlight %check -%if %{with tests} -%cabal test -%endif +LANG=en_US.utf8 +%cabal_test %post devel @@ -90,18 +87,15 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files -f %{name}.files -%license LICENSE +%doc LICENSE %files devel -f %{name}-devel.files %doc README.md -%attr(755,root,root) %{_bindir}/%{pkg_name} +%attr(755,root,root) %{_bindir}/Highlight %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 18ebb71..a76782f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c83ed5e729f6fbe5cc1cd73421ee767 highlighting-kate-0.6.tar.gz +42d5b95b46d74d94fa921ddef797b4bd highlighting-kate-0.5.11.1.tar.gz