mark license file
This commit is contained in:
parent
39f1f00fcb
commit
a2337fafb5
10
bash.spec
10
bash.spec
@ -7,7 +7,7 @@
|
|||||||
Version: %{baseversion}%{patchleveltag}
|
Version: %{baseversion}%{patchleveltag}
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell
|
Summary: The GNU Bourne Again shell
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: http://www.gnu.org/software/bash
|
Url: http://www.gnu.org/software/bash
|
||||||
@ -258,7 +258,7 @@ done
|
|||||||
# copy doc to /usr/share/doc
|
# copy doc to /usr/share/doc
|
||||||
cat /dev/null > %{name}-doc.files
|
cat /dev/null > %{name}-doc.files
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_pkgdocdir}/doc
|
mkdir -p $RPM_BUILD_ROOT/%{_pkgdocdir}/doc
|
||||||
cp -p COPYING $RPM_BUILD_ROOT/%{_pkgdocdir}
|
# cp -p COPYING $RPM_BUILD_ROOT/%{_pkgdocdir}
|
||||||
# loadables aren't buildable
|
# loadables aren't buildable
|
||||||
rm -rf examples/loadables
|
rm -rf examples/loadables
|
||||||
for file in CHANGES COMPAT NEWS NOTES POSIX RBASH README examples
|
for file in CHANGES COMPAT NEWS NOTES POSIX RBASH README examples
|
||||||
@ -336,7 +336,8 @@ end
|
|||||||
%{_bindir}/unalias
|
%{_bindir}/unalias
|
||||||
%{_bindir}/wait
|
%{_bindir}/wait
|
||||||
%dir %{_pkgdocdir}/
|
%dir %{_pkgdocdir}/
|
||||||
%doc %{_pkgdocdir}/COPYING
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING
|
||||||
%attr(0755,root,root) %{_bindir}/bashbug[-.]*
|
%attr(0755,root,root) %{_bindir}/bashbug[-.]*
|
||||||
%{_bindir}/bashbug
|
%{_bindir}/bashbug
|
||||||
%{_infodir}/bash.info*
|
%{_infodir}/bash.info*
|
||||||
@ -350,6 +351,9 @@ end
|
|||||||
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 4.3.18-3
|
||||||
|
- fix license handling
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.18-2
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.18-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user