SPECS: python-PyQt4.spec - pl for qscintilla2-PyQt4-api - *.so must go to p...
qboosh
qboosh at pld-linux.org
Sun Aug 17 20:19:34 CEST 2008
Author: qboosh Date: Sun Aug 17 18:19:34 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl for qscintilla2-PyQt4-api
- *.so must go to py_sitedir, not py_sitescriptdir; fix build process if it's still wrong
---- Files affected:
SPECS:
python-PyQt4.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/python-PyQt4.spec
diff -u SPECS/python-PyQt4.spec:1.27 SPECS/python-PyQt4.spec:1.28
--- SPECS/python-PyQt4.spec:1.27 Mon Aug 11 20:01:41 2008
+++ SPECS/python-PyQt4.spec Sun Aug 17 20:19:29 2008
@@ -88,6 +88,7 @@
%package -n qscintilla2-%{module}-api
Summary: PyQt4 API file for QScintilla
+Summary(pl.UTF-8): Plik API PyQt4 dla QScintilli
Group: Libraries/Python
Requires: python-qscintilla2 >= 2.2-2
@@ -96,6 +97,11 @@
enable the use of auto-completion and call tips when editing PyQt4
code.
+%description -n qscintilla2-%{module}-api -l pl.UTF-8
+Plik API PyQt4 może być używany przez komponent edytora QScintilla aby
+umożliwić automatyczne dopełnianie i podpowiedzi przy modyfikowaniu
+kodu wykorzystującego PyQt4.
+
%prep
%setup -q -n PyQt-x11-gpl-%{version}
%{__sed} -i 's,pyuic.py,pyuic.pyc,' configure.py
@@ -119,7 +125,8 @@
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT INSTALL_ROOT=$RPM_BUILD_ROOT
+ DESTDIR=$RPM_BUILD_ROOT \
+ INSTALL_ROOT=$RPM_BUILD_ROOT
%py_comp $RPM_BUILD_ROOT%{py_sitedir}
%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
@@ -134,10 +141,10 @@
%defattr(644,root,root,755)
%doc ChangeLog NEWS README THANKS
%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/qt4/plugins/designer/libpythonplugin.so
%dir %{py_sitedir}/PyQt4
%attr(755,root,root) %{py_sitedir}/PyQt4/*.so*
-%attr(755,root,root) %{py_sitescriptdir}/dbus/mainloop/qt.so
-%attr(755,root,root) %{_libdir}/qt4/plugins/designer/libpythonplugin.so
+%attr(755,root,root) %{py_sitedir}/dbus/mainloop/qt.so
%{py_sitedir}/PyQt4/*.py[co]
%{py_sitedir}/PyQt4/uic
@@ -159,6 +166,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2008/08/17 18:19:29 qboosh
+- pl for qscintilla2-PyQt4-api
+- *.so must go to py_sitedir, not py_sitescriptdir; fix build process if it's still wrong
+
Revision 1.27 2008/08/11 18:01:41 charles
- R: python-dbus (%{py_sitescriptdir}/dbus/mainloop)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-PyQt4.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list