SPECS: python-PyQt4.spec - typo, missing dirs
qboosh
qboosh at pld-linux.org
Sat Feb 18 11:23:20 CET 2006
Author: qboosh Date: Sat Feb 18 10:23:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- typo, missing dirs
---- Files affected:
SPECS:
python-PyQt4.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/python-PyQt4.spec
diff -u SPECS/python-PyQt4.spec:1.1 SPECS/python-PyQt4.spec:1.2
--- SPECS/python-PyQt4.spec:1.1 Sat Feb 18 03:42:32 2006
+++ SPECS/python-PyQt4.spec Sat Feb 18 11:23:15 2006
@@ -57,7 +57,7 @@
%package examples
Summary: Examples for PyQt4
-Summary(pl): Przyklady do PyQt4
+Summary(pl): Przykłady do PyQt4
Group: Libraries/Python
Requires: %{name} = %{version}-%{release}
@@ -83,7 +83,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_examplesdir}/python/%{module}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -92,7 +92,7 @@
%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
%py_postclean
-cp -R examples/* $RPM_BUILD_ROOT%{_examplesdir}/python/%{module}
+cp -R examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -101,6 +101,7 @@
%defattr(644,root,root,755)
%doc ChangeLog NEWS README THANKS
%attr(755,root,root) %{_bindir}/*
+%dir %{py_sitedir}/PyQt4
%attr(755,root,root) %{py_sitedir}/PyQt4/*.so*
%{py_sitedir}/PyQt4/*.py[co]
%{py_sitedir}/PyQt4/elementtree
@@ -112,7 +113,7 @@
%files examples
%defattr(644,root,root,755)
-%{_examplesdir}/python/PyQt4
+%{_examplesdir}/%{name}-%{version}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -120,6 +121,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/02/18 10:23:15 qboosh
+- typo, missing dirs
+
Revision 1.1 2006/02/18 02:42:32 charles
- initial release
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-PyQt4.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list