rpms/libconfig/F-8 libconfig.spec,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Nov 30 16:49:29 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/libconfig/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13076/F-8

Modified Files:
	libconfig.spec 
Log Message:

fix unpackaged info dir (by nuking it!)



Index: libconfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libconfig/F-8/libconfig.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libconfig.spec	30 Nov 2007 15:53:16 -0000	1.1
+++ libconfig.spec	30 Nov 2007 16:48:55 -0000	1.2
@@ -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 @@
 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 @@
 %{_infodir}/libconfig.info*
 
 %changelog
+* Fri Nov 30 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.2-4
+- nuke %%{_infodir}/dir, we handle it in %%post
+
 * Fri Nov 30 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.2-3
 - move all docs to devel
 - move scriptlets around to match




More information about the fedora-extras-commits mailing list