rpms/libtdb/devel libtdb.spec,1.1,1.2

Guenther Deschner gd at fedoraproject.org
Thu May 14 16:39:53 UTC 2009


Author: gd

Update of /cvs/pkgs/rpms/libtdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2823

Modified Files:
	libtdb.spec 
Log Message:
Fix python path.

Guenther



Index: libtdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtdb/devel/libtdb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libtdb.spec	9 May 2009 21:30:01 -0000	1.1
+++ libtdb.spec	14 May 2009 16:39:23 -0000	1.2
@@ -46,7 +46,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 ln -s libtdb.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libtdb.so
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/libtdb.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-package/tdb.so
+rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/tdb.so
 
 
 %clean




More information about the scm-commits mailing list