Mark license with %license.
This commit is contained in:
parent
1722f4f6c8
commit
e2b714a6c6
1 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: xml2
|
||||
Version: 0.5
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: XML/Unix Processing Tools
|
||||
Group: Applications/Text
|
||||
License: GPLv2+
|
||||
|
|
@ -47,10 +47,17 @@ rm -rf %{buildroot}
|
|||
%{_bindir}/csv2
|
||||
%{_bindir}/xml2
|
||||
%{_bindir}/html2
|
||||
%if 0%{?_licensedir:1}
|
||||
%license COPYING
|
||||
%else
|
||||
%doc COPYING
|
||||
%endif # licensedir
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2015 Thomas Moschny <thomas.moschny@gmx.de> - 0.5-9
|
||||
- Mark license with %%license.
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue