Author: glen Date: Wed Jan 9 19:57:09 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix amd64 build; rel 2
---- Files affected: SPECS: createrepo.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/createrepo.spec diff -u SPECS/createrepo.spec:1.33 SPECS/createrepo.spec:1.34 --- SPECS/createrepo.spec:1.33 Wed Jan 9 20:24:51 2008 +++ SPECS/createrepo.spec Wed Jan 9 20:57:04 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Tworzenie wspólnego repozytorium metadanych Name: createrepo Version: 0.9.1 -Release: 1 +Release: 2 License: GPL Group: Applications/System Source0: http://linux.duke.edu/createrepo/download/%{name}-%{version}.tar.gz @@ -37,6 +37,7 @@ %install rm -rf $RPM_BUILD_ROOT %{__make} install \ + PKGDIR=%{py_sitescriptdir}/%{name} \ DESTDIR=$RPM_BUILD_ROOT %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name} @@ -55,8 +56,8 @@ # note that these DO NEED executable bit set! %attr(755,root,root) %{_datadir}/%{name}/genpkgmetadata.py* %attr(755,root,root) %{_datadir}/%{name}/modifyrepo.py* -%dir %{py_sitedir}/createrepo -%{py_sitedir}/createrepo/*.py[co] +%dir %{py_sitescriptdir}/createrepo +%{py_sitescriptdir}/createrepo/*.py[co] %{_mandir}/man1/modifyrepo.1* %{_mandir}/man8/createrepo.8* @@ -66,6 +67,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2008-01-09 19:57:04 glen +- fix amd64 build; rel 2 + Revision 1.33 2008-01-09 19:24:51 glen - use yum with updated missingok patch; rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/createrepo.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
