]> git.pld-linux.org Git - packages/python-vobject.git/blame - python-vobject.spec
- rel 7; it's noarch package
[packages/python-vobject.git] / python-vobject.spec
CommitLineData
887487da 1Summary: Python module for parsing iCal data
21e92fc2 2Summary(pl.UTF-8): Moduł języka Python analizujący dane iCal
2a434425 3Name: python-vobject
130c5f47 4Version: 0.8.1c
59321db1 5Release: 7
628acc23 6License: Apache v1.1
887487da 7Group: Libraries/Python
2a434425 8Source0: http://vobject.skyhouseconsulting.com/vobject-%{version}.tar.gz
130c5f47 9# Source0-md5: c9686dd74d39fdae140890d9c694c076
2a434425 10URL: http://vobject.skyhouseconsulting.com/
0ac7e26c
ER
11BuildRequires: python-devel >= 1:2.4
12BuildRequires: python-setuptools >= 1:0.6-1.c9
777027e4 13BuildRequires: rpm-pythonprov
4b975ee2 14BuildRequires: rpmbuild(macros) >= 1.710
59321db1 15BuildArch: noarch
2a434425 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
fde8830a 19Vobject is intended to be a full featured Python package for parsing
20and generating vCard and vCalendar files. It is being developed in
21concert with the Open Source Application Foundation's Chandler
22project.
23
24Currently, iCalendar files are supported and well tested. vCard 3.0
25files are supported, and all data should be imported, but only a few
26components are understood in a sophisticated way.
2a434425 27
21e92fc2 28%description -l pl.UTF-8
fde8830a 29Vobject w zamierzeniu ma być pakietem do analizy i tworzenia plików
0ac7e26c
ER
30vCard oraz vCalendar. Jest zaprojektowany zgodnie z projektem Fundacji
31Wolnego Oprogramowania o nazwie Chandler.
fde8830a 32
33Obecnie dobrze przetestowana jest obsługa plików iCalendar. Pliki
34vCard 3.0 także są obsługiwane i wszystkie dane powinny być
777027e4 35importowane, jednakże tylko kilka komponentów jest zrozumiałych w
fde8830a 36wyrafinowany sposób.
21e92fc2 37
2a434425 38%prep
39%setup -q -n vobject-%{version}
40
41%build
6727038c 42%py_build
2a434425 43
44%install
45rm -rf $RPM_BUILD_ROOT
46
6727038c 47%py_install \
59321db1 48 --install-purelib=%{py_sitescriptdir} \
0ac7e26c 49 --optimize=2 \
2a434425 50 --root=$RPM_BUILD_ROOT \
2a434425 51
52%py_postclean
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
130c5f47 59%attr(755,root,root) %{_bindir}/change_tz
2a434425 60%attr(755,root,root) %{_bindir}/ics_diff
59321db1
AM
61%dir %{py_sitescriptdir}/vobject
62%{py_sitescriptdir}/vobject/*.py[co]
0ac7e26c 63%if "%{py_ver}" > "2.4"
59321db1 64%{py_sitescriptdir}/vobject-*.egg-info
0ac7e26c 65%endif
This page took 0.133521 seconds and 4 git commands to generate.