rpms/python-telepathy/devel python-telepathy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Fri Sep 8 13:08:24 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/python-telepathy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12619/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-telepathy.spec 
Log Message:
auto-import python-telepathy-0.13.2-1 on branch devel from python-telepathy-0.13.2-1.src.rpm


--- NEW FILE python-telepathy.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-telepathy
Version:        0.13.2
Release:        1%{?dist}
Summary:        Python libraries for Telepathy

Group:          Development/Languages
License:        LGPL
URL:            http://telepathy.freedesktop.org/wiki/
Source0:        http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel


%description
Python libraries for use in Telepathy clients and connection managers.


%prep
%setup -q -n telepathy-python-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README
%{python_sitelib}/telepathy/


%changelog
* Sat Sep  2 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.13.2-1
- Initial FE spec.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-telepathy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Sep 2006 13:07:55 -0000	1.1
+++ .cvsignore	8 Sep 2006 13:08:24 -0000	1.2
@@ -0,0 +1 @@
+telepathy-python-0.13.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-telepathy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Sep 2006 13:07:55 -0000	1.1
+++ sources	8 Sep 2006 13:08:24 -0000	1.2
@@ -0,0 +1 @@
+4edb4167934be3fec5c27240aa8da28b  telepathy-python-0.13.2.tar.gz




More information about the scm-commits mailing list