Don't ship ChangeLog, core details already covered in NEWS, drops nearly 400k from installed size
This commit is contained in:
parent
24709b5070
commit
d20995f195
@ -1,7 +1,7 @@
|
|||||||
Summary: Utility for secure communication and data storage
|
Summary: Utility for secure communication and data storage
|
||||||
Name: gnupg2
|
Name: gnupg2
|
||||||
Version: 2.1.11
|
Version: 2.1.11
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -131,7 +131,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/gnupg
|
|||||||
touch %{buildroot}%{_sysconfdir}/gnupg/gpgconf.conf
|
touch %{buildroot}%{_sysconfdir}/gnupg/gpgconf.conf
|
||||||
|
|
||||||
# more docs
|
# more docs
|
||||||
install -m644 -p AUTHORS ChangeLog NEWS THANKS TODO \
|
install -m644 -p AUTHORS NEWS THANKS TODO \
|
||||||
%{buildroot}%{_pkgdocdir}
|
%{buildroot}%{_pkgdocdir}
|
||||||
|
|
||||||
%if 0%{?rhel} > 5
|
%if 0%{?rhel} > 5
|
||||||
@ -166,7 +166,7 @@ fi
|
|||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
#doc AUTHORS ChangeLog NEWS README THANKS TODO
|
#doc AUTHORS NEWS README THANKS TODO
|
||||||
%{_pkgdocdir}
|
%{_pkgdocdir}
|
||||||
%dir %{_sysconfdir}/gnupg
|
%dir %{_sysconfdir}/gnupg
|
||||||
%ghost %config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
|
%ghost %config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
|
||||||
@ -207,6 +207,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.1.11-2
|
||||||
|
- Don't ship ChangeLog, core details already covered in NEWS
|
||||||
|
|
||||||
* Tue Feb 16 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.11-1
|
* Tue Feb 16 2016 Tomáš Mráz <tmraz@redhat.com> - 2.1.11-1
|
||||||
- upgrade to 2.1.11
|
- upgrade to 2.1.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user