Make install with exclude docs work without an error message.
This commit is contained in:
parent
00f72b7d56
commit
5044b459fb
@ -4,7 +4,7 @@
|
|||||||
Summary: The GNU disk partition manipulation program
|
Summary: The GNU disk partition manipulation program
|
||||||
Name: parted
|
Name: parted
|
||||||
Version: 1.9.0
|
Version: 1.9.0
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.gnu.org/software/parted
|
URL: http://www.gnu.org/software/parted
|
||||||
@ -103,7 +103,9 @@ popd
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
if [ -f %{_infodir}/parted.info.gz ]; then
|
||||||
/sbin/install-info %{_infodir}/parted.info.gz %{_infodir}/dir || :
|
/sbin/install-info %{_infodir}/parted.info.gz %{_infodir}/dir || :
|
||||||
|
fi
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
@ -129,6 +131,9 @@ fi
|
|||||||
%{_exec_prefix}/%{_lib}/pkgconfig/libparted.pc
|
%{_exec_prefix}/%{_lib}/pkgconfig/libparted.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 12 2009 Joel Granados <jgranado@redhat.com> - 1.9.0-10
|
||||||
|
- Make install with exclude docs work without an error message.
|
||||||
|
|
||||||
* Wed Jul 29 2009 Joel Granados <jgranado@redhat.com> - 1.9.0-9
|
* Wed Jul 29 2009 Joel Granados <jgranado@redhat.com> - 1.9.0-9
|
||||||
- Add parenthesis where needed (#511907)
|
- Add parenthesis where needed (#511907)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user