fix unpackaged info dir (by nuking it!)
This commit is contained in:
parent
07a17f5987
commit
bedc4e78d1
@ -1,7 +1,7 @@
|
||||
Name: libconfig
|
||||
Summary: C/C++ configuration file library
|
||||
Version: 1.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source0: http://www.hyperrealm.com/libconfig/libconfig-1.2.tar.gz
|
||||
@ -41,6 +41,7 @@ make pdf
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install install-pdf
|
||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -71,6 +72,9 @@ fi
|
||||
%{_infodir}/libconfig.info*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 30 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.2-4
|
||||
- nuke %%{_infodir}/dir, we handle it in %%post
|
||||
|
||||
* Fri Nov 30 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.2-3
|
||||
- move all docs to devel
|
||||
- move scriptlets around to match
|
||||
|
||||
Loading…
Reference in New Issue
Block a user