SPECS: yum.spec - actually make that work
aredridel
aredridel at pld-linux.org
Wed Jul 6 23:36:36 CEST 2005
Author: aredridel Date: Wed Jul 6 21:36:36 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- actually make that work
---- Files affected:
SPECS:
yum.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/yum.spec
diff -u SPECS/yum.spec:1.8 SPECS/yum.spec:1.9
--- SPECS/yum.spec:1.8 Wed Jul 6 23:29:11 2005
+++ SPECS/yum.spec Wed Jul 6 23:36:31 2005
@@ -43,7 +43,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
- PKGDIR=%{py_sitescriptdir}
+ PYLIBDIR=%{py_sitescriptdir}/..
# install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/yum.conf
# install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/yum.cron
@@ -73,7 +73,11 @@
%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]
+%dir %{py_sitescriptdir}/yum
+%dir %{py_sitescriptdir}/repomd
+%dir %{py_sitescriptdir}/rpmUtils
+%dir %{py_sitescriptdir}/urlgrabber
+%{py_sitescriptdir}/*/*.py[co]
%{_datadir}/yum-cli
/var/cache/yum
%{_mandir}/man*/*
@@ -84,6 +88,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2005/07/06 21:36:31 aredridel
+- actually make that work
+
Revision 1.8 2005/07/06 21:29:11 aredridel
- install in py_sitescriptdir, fix amd64
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/yum.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list