Resolves: rhbz#884000 remove empty man pages
This commit is contained in:
parent
089716e608
commit
9265be8d3f
10
fribidi.spec
10
fribidi.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Library implementing the Unicode Bidirectional Algorithm
|
Summary: Library implementing the Unicode Bidirectional Algorithm
|
||||||
Name: fribidi
|
Name: fribidi
|
||||||
Version: 0.19.4
|
Version: 0.19.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
URL: http://fribidi.org
|
URL: http://fribidi.org
|
||||||
Source: http://fribidi.org/download/%{name}-%{version}.tar.bz2
|
Source: http://fribidi.org/download/%{name}-%{version}.tar.bz2
|
||||||
License: LGPLv2+ and UCD
|
License: LGPLv2+ and UCD
|
||||||
@ -44,8 +44,9 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p"
|
make DESTDIR=$RPM_BUILD_ROOT install INSTALL="install -p"
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
# remove empty (compressed) man pages
|
||||||
|
find $RPM_BUILD_ROOT%{_mandir}/man3 -type f -empty -exec rm {} \;
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -63,6 +64,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|||||||
%{_mandir}/man3/%{name}_*.gz
|
%{_mandir}/man3/%{name}_*.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 18 2013 Caolán McNamara <caolanm@redhat.com> - 0.19.4-3
|
||||||
|
- Resolves: rhbz#884000 remove empty man pages
|
||||||
|
|
||||||
* Mon Dec 10 2012 Caolán McNamara <caolanm@redhat.com> - 0.19.4-2
|
* Mon Dec 10 2012 Caolán McNamara <caolanm@redhat.com> - 0.19.4-2
|
||||||
- Resolves: rhbz#884000 signed warning (thanks mfabian)
|
- Resolves: rhbz#884000 signed warning (thanks mfabian)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user