Install license files in licensedir instead of docdir
Resolves: RHEL-68757
This commit is contained in:
parent
45990d9eec
commit
c4a6c62c87
@ -1,6 +1,6 @@
|
||||
Name: xml-commons-resolver
|
||||
Version: 1.2
|
||||
Release: 41%{?dist}
|
||||
Release: 42%{?dist}
|
||||
Summary: Resolver subproject of xml-commons
|
||||
License: ASL 2.0
|
||||
URL: http://xerces.apache.org/xml-commons/components/resolver/
|
||||
@ -64,14 +64,18 @@ install -p -m 644 %{SOURCE7} ${RPM_BUILD_ROOT}%{_mandir}/man1/xml-xparse.1
|
||||
install -p -m 644 %{SOURCE8} ${RPM_BUILD_ROOT}%{_mandir}/man1/xml-xread.1
|
||||
|
||||
%files -f .mfiles
|
||||
%doc KEYS LICENSE.resolver.txt NOTICE-resolver.txt
|
||||
%doc KEYS
|
||||
%license LICENSE.resolver.txt NOTICE-resolver.txt
|
||||
%{_mandir}/man1/*
|
||||
%{_bindir}/xml-*
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.resolver.txt NOTICE-resolver.txt
|
||||
%license LICENSE.resolver.txt NOTICE-resolver.txt
|
||||
|
||||
%changelog
|
||||
* Wed Dec 04 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-42
|
||||
- Install license files in licensedir instead of docdir
|
||||
|
||||
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.2-41
|
||||
- Add noarch to ExclusiveArch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user