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

James Bowes (jbowes) fedora-extras-commits at redhat.com
Tue Jun 27 18:42:44 UTC 2006


Author: jbowes

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

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


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

Name:           python-vobject 
Version:        0.3.0 
Release:        1%{?dist}
Summary:        A python library for manipulating vCard and vCalendar files

Group:          Development/Languages
License:        Apache Software License
URL:            http://vobject.skyhouseconsulting.com/ 
Source0:        http://vobject.skyhouseconsulting.com/vobject-0.3.0.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
Requires:       python-dateutil

%description
VObject is intended to be a full featured python library for parsing and
generating vCard and vCalendar files.


%prep
%setup -q -n vobject-%{version}


%build
CFLAGS="$RPM_OPT_FLAGS" %{__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 README.txt
%dir %{python_sitelib}/vobject

%{python_sitelib}/vobject/__init__.py
%{python_sitelib}/vobject/__init__.pyc
%{python_sitelib}/vobject/base.py
%{python_sitelib}/vobject/base.pyc
%{python_sitelib}/vobject/behavior.py
%{python_sitelib}/vobject/behavior.pyc
%{python_sitelib}/vobject/icalendar.py
%{python_sitelib}/vobject/icalendar.pyc
%{python_sitelib}/vobject/tests.py
%{python_sitelib}/vobject/tests.pyc
%{python_sitelib}/vobject/vcard.py
%{python_sitelib}/vobject/vcard.pyc
%{python_sitelib}/vobject/win32tz.py
%{python_sitelib}/vobject/win32tz.pyc
                                                               
%ghost %{python_sitelib}/vobject/__init__.pyo
%ghost %{python_sitelib}/vobject/base.pyo
%ghost %{python_sitelib}/vobject/behavior.pyo
%ghost %{python_sitelib}/vobject/icalendar.pyo
%ghost %{python_sitelib}/vobject/tests.pyo
%ghost %{python_sitelib}/vobject/vcard.pyo
%ghost %{python_sitelib}/vobject/win32tz.pyo


%changelog
* Thu Jun 29 2006 James Bowes <jbowes at redhat.com> 0.3.0-1
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-vobject/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jun 2006 18:42:30 -0000	1.1
+++ .cvsignore	27 Jun 2006 18:42:44 -0000	1.2
@@ -0,0 +1 @@
+vobject-0.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-vobject/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jun 2006 18:42:30 -0000	1.1
+++ sources	27 Jun 2006 18:42:44 -0000	1.2
@@ -0,0 +1 @@
+a94948d03c570ee8648adedf0281b957  vobject-0.3.0.tar.gz




More information about the fedora-extras-commits mailing list