Mailinglist Archive: opensuse-commit (1215 mails)

< Previous Next >
commit python-telepathy for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 17 Aug 2009 15:29:35 +0200
  • Message-id: <20090817132935.A86EB637D@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package python-telepathy for openSUSE:Factory
checked in at Mon Aug 17 15:29:35 CEST 2009.


--------
--- python-telepathy/python-telepathy.changes 2009-07-30 14:56:57.000000000
+0200
+++ /mounts/work_src_done/STABLE/python-telepathy/python-telepathy.changes
2009-08-12 22:39:32.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Aug 12 22:38:17 CEST 2009 - dominique-obs@xxxxxxxxxxxxxxx
+
+- Define new python macros on openSUSE <= 11.1.
+
+-------------------------------------------------------------------
+Sun Aug 9 12:43:26 CEST 2009 - coolo@xxxxxxxxxx
+
+- use new python macros
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-telepathy.spec ++++++
--- /var/tmp/diff_new_pack.VTzPH5/_old 2009-08-17 15:29:05.000000000 +0200
+++ /var/tmp/diff_new_pack.VTzPH5/_new 2009-08-17 15:29:05.000000000 +0200
@@ -20,7 +20,7 @@
Name: python-telepathy
%define _name telepathy-python
Version: 0.15.10
-Release: 1
+Release: 2
License: LGPL v2.1 or later
Summary: Python library for Telepathy
Url: http://telepathy.freedesktop.org/wiki/Telepathy%20Python
@@ -32,6 +32,9 @@
Requires: dbus-1-python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%py_requires
+%if %suse_version <= 1110
+%define python_sitelib %{py_sitedir}
+%endif

%description
The Telepathy project aims to provide a unified framework for all forms
@@ -48,7 +51,7 @@

%install
%{__python} setup.py install --skip-build --root="%{buildroot}"
--prefix="%{_prefix}"
-%fdupes %{buildroot}/%{py_sitedir}
+%fdupes %{buildroot}/%{python_sitelib}

%clean
%{__rm} -rf %{buildroot}
@@ -56,7 +59,7 @@
%files
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README examples/
-%{py_sitedir}/telepathy
-%{py_sitedir}/*.egg-info
+%{python_sitelib}/telepathy
+%{python_sitelib}/*.egg-info

%changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread