rpms/pymsn/devel pymsn.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 29 12:15:20 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/pymsn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11066/devel

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


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

Name:           pymsn
Version:        0.2
Release:        1%{?dist}
Summary:        Python libraries for MSN Messenger network

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

BuildArch:      noarch
BuildRequires:  python-devel

%description
pymsn is the library behind the msn connection manager for telepathy. It is a
rewrite of the libivy msn library used in the Ivy msn client. pymsn uses the
glib mainloop to process the network events in an asynchronous manner


%prep
%setup -q


%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
%{python_sitelib}/*


%changelog
* Tue Sep 19 2006 Brian Pepple <bpepple at fedoraproject.org> - 0.2-1
- Initial FE spec.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pymsn/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Sep 2006 12:14:52 -0000	1.1
+++ .cvsignore	29 Sep 2006 12:15:20 -0000	1.2
@@ -0,0 +1 @@
+pymsn-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pymsn/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Sep 2006 12:14:52 -0000	1.1
+++ sources	29 Sep 2006 12:15:20 -0000	1.2
@@ -0,0 +1 @@
+6556f610fd0259b1bbf4ba89954bc6ec  pymsn-0.2.tar.gz




More information about the scm-commits mailing list