rpms/papyon/devel import.log, NONE, 1.1 papyon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple bpepple at fedoraproject.org
Sat Aug 15 02:02:12 UTC 2009


Author: bpepple

Update of /cvs/pkgs/rpms/papyon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22587/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log papyon.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
papyon-0_4_1-3_fc11:HEAD:papyon-0.4.1-3.fc11.src.rpm:1250301940


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

Name:           papyon
Version:        0.4.1
Release:        3%{?dist}
Summary:        Python libraries for MSN Messenger network

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

BuildArch:      noarch

BuildRequires:	pyOpenSSL
BuildRequires:	python-crypto
BuildRequires:  python-devel
BuildRequires:	pygobject2

Requires:	pyOpenSSL
Requires:	python-crypto
Requires:	pygobject2

Provides:	pymsn = 0.3.4-1
Obsoletes:	pymsn < 0.3.4


%description
%{name} is the library behind the msn connection manager for telepathy.
%{name} uses the glib mainloop to process the network events in an
asynchronous manner


%prep
%setup -q
%{__sed} -i 's|\#!/usr/bin/env python||' papyon/msnp2p/test.py


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


%changelog
* Fri Aug 14 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.4.1-3
- Clean up some rpmlint error.

* Tue Aug  4 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.4.1-2
- Update URL.

* Tue Jul 28 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.4.1-1
- Update to 0.4.1.

* Sun Jul  5 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.4.0-1
- Initial spec.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/papyon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Aug 2009 17:55:07 -0000	1.1
+++ .cvsignore	15 Aug 2009 02:02:11 -0000	1.2
@@ -0,0 +1 @@
+papyon-0.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/papyon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Aug 2009 17:55:07 -0000	1.1
+++ sources	15 Aug 2009 02:02:11 -0000	1.2
@@ -0,0 +1 @@
+b78af3d244bf9bb6460dfec7e0f831bc  papyon-0.4.1.tar.gz




More information about the fedora-extras-commits mailing list