SPECS: yum.spec - install in py_sitescriptdir, fix amd64

aredridel aredridel at pld-linux.org
Wed Jul 6 23:29:17 CEST 2005


Author: aredridel                    Date: Wed Jul  6 21:29:17 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- install in py_sitescriptdir, fix amd64

---- Files affected:
SPECS:
   yum.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/yum.spec
diff -u SPECS/yum.spec:1.7 SPECS/yum.spec:1.8
--- SPECS/yum.spec:1.7	Wed Jul  6 22:45:11 2005
+++ SPECS/yum.spec	Wed Jul  6 23:29:11 2005
@@ -42,7 +42,8 @@
 mkdir -p $RPM_BUILD_ROOT/etc/rc.d
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	PKGDIR=%{py_sitescriptdir}
 # install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/yum.conf
 # install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/yum.cron
 
@@ -72,6 +73,7 @@
 %config(noreplace) %verify(not size mtime md5) /etc/cron.daily/yum.cron
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/%{name}
+%{py_sitescriptdir}/*.py[co]
 %{_datadir}/yum-cli
 /var/cache/yum
 %{_mandir}/man*/*
@@ -82,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/07/06 21:29:11  aredridel
+- install in py_sitescriptdir, fix amd64
+
 Revision 1.7  2005/07/06 20:45:11  aredridel
 - up to 2.2.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/yum.spec?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list