Rebuild for ghc-cmdargs, ghc-regexpr, ghc-split
- doc -> license macro
This commit is contained in:
parent
25615ce3ec
commit
35aae7abcd
12
hledger.spec
12
hledger.spec
@ -6,7 +6,7 @@
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: 0.24
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: The main command-line interface for the hledger accounting tool
|
||||
|
||||
License: GPLv3
|
||||
@ -94,6 +94,8 @@ This package provides the Haskell %{name} library development files.
|
||||
|
||||
%ghc_fix_dynamic_rpath %{pkg_name}
|
||||
|
||||
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
@ -110,18 +112,22 @@ This package provides the Haskell %{name} library development files.
|
||||
|
||||
|
||||
%files
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
|
||||
|
||||
%files -n ghc-%{name} -f ghc-%{name}.files
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
|
||||
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 24 2016 Ben Boeckel <mathstuf@gmail.com> - 0.24-5
|
||||
- Rebuild for ghc-cmdargs, ghc-regexpr, ghc-split
|
||||
- doc -> license macro
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user