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}
|
Name: %{pkg_name}
|
||||||
Version: 0.24
|
Version: 0.24
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: The main command-line interface for the hledger accounting tool
|
Summary: The main command-line interface for the hledger accounting tool
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -94,6 +94,8 @@ This package provides the Haskell %{name} library development files.
|
|||||||
|
|
||||||
%ghc_fix_dynamic_rpath %{pkg_name}
|
%ghc_fix_dynamic_rpath %{pkg_name}
|
||||||
|
|
||||||
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -110,18 +112,22 @@ This package provides the Haskell %{name} library development files.
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
%files -n ghc-%{name} -f ghc-%{name}.files
|
%files -n ghc-%{name} -f ghc-%{name}.files
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|
||||||
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
|
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user