jeszcze jedno BR: python-devel
empy.spec też wymaga przeróbki aby sie budowało.
nie wiem czy tak ma być...
czym różni sie %{py_sitedir} od %{py_sitescriptdir} ?python setup.py install umieszcza pliki w %{py_sitescriptdir} ...Wszystko to po to aby zbudować wxWidgets, ale to jest jeszcze bardziej zwalone... kompiluje sie kilka razy (nie ja uruchamiam tylko .spec tak robi),
trwa to u mnie na athlonie 1GHz z 1G RAM już 3 godziny i nie ma zamiaru sie zakończyć...
Jeszcze nie czuje sie na siłach żeby to samemu poprawić - może ktoś spróbuje?
Index: empy.spec =================================================================== RCS file: /cvsroot/SPECS/empy.spec,v retrieving revision 1.15 diff -u -r1.15 empy.spec --- empy.spec 28 Jul 2004 08:03:13 -0000 1.15 +++ empy.spec 14 Nov 2004 01:56:21 -0000 @@ -12,6 +12,7 @@ # Source0-md5: e7b518a6fc4fd28fef87726cdb003118 URL: http://www.alcyone.com/software/empy/ BuildRequires: rpm-pythonprov +BuildRequires: python-devel %pyrequires_eq python-modules BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -52,7 +53,7 @@ %defattr(644,root,root,755) %doc README *.em doc %attr(755,root,root) %{_bindir}/* -%{py_sitedir}/*.py[co] +%{py_sitescriptdir}/*.py[co] %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog
Index: bakefile.spec
===================================================================
RCS file: /cvsroot/SPECS/bakefile.spec,v
retrieving revision 1.12
diff -u -r1.12 bakefile.spec
--- bakefile.spec 13 Nov 2004 19:51:44 -0000 1.12
+++ bakefile.spec 14 Nov 2004 01:55:53 -0000
@@ -13,11 +13,11 @@
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
+BuildRequires: python-devel
BuildRequires: rpm-pythonprov
%pyrequires_eq python-modules
Requires: python-libxml2
Requires: empy >= 3.1
-Requires: python-optik >= 1.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -37,10 +37,8 @@
%patch0 -p1
%build
-%{__aclocal}
-%{__autoconf}
-%{__automake}
%configure
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
_______________________________________________ pld-devel-pl mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
