diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 7007826..a5cad0f 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 15 16:53:31 UTC 2013 - dap.darkness@gmail.com + +- Heads up: Python2 / Python3 parallel installation. + %fdupes will not work if files are installed via %doc. + +------------------------------------------------------------------- Sat Apr 20 14:59:16 UTC 2013 - dap.darkness@gmail.com - Fixed up to submit. diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index e567bae..bfe9824 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -47,8 +47,7 @@ library is initialy a fork of xmpppy one, but using non-blocking sockets. %package doc Summary: Nbxmpp Documentation Group: Development/Libraries/Python - -# To buid at SLE <= 11 SP2. +# ^ To buid at SLE <= 11 SP2. %description doc This packages provides documentation of Nbxmpp API. @@ -63,18 +62,14 @@ python setup.py build python setup.py install -O1 --skip-build --root %{buildroot} --prefix=%{_prefix} %fdupes %{buildroot}%{python_sitelib} -mkdir -p %{buildroot}%{_docdir}/%{name}-doc -cp -r doc/* %{buildroot}%{_docdir}/%{name}-doc -%fdupes %{buildroot}%{_docdir} - %files %defattr(-,root,root) -%doc ChangeLog COPYING README +%doc COPYING %{python_sitelib}/nbxmpp-*.egg-info %{python_sitelib}/nbxmpp/ %files doc %defattr(-,root,root) -%{_docdir}/%{name}-doc +%doc ChangeLog README doc/* %changelog