]> git.pld-linux.org Git - packages/python-vobject.git/blame - python-vobject.spec
- release 6 (by relup.sh)
[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
174093e2 5Release: 6
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
2a434425 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
fde8830a 18Vobject is intended to be a full featured Python package for parsing
19and generating vCard and vCalendar files. It is being developed in
20concert with the Open Source Application Foundation's Chandler
21project.
22
23Currently, iCalendar files are supported and well tested. vCard 3.0
24files are supported, and all data should be imported, but only a few
25components are understood in a sophisticated way.
2a434425 26
21e92fc2 27%description -l pl.UTF-8
fde8830a 28Vobject w zamierzeniu ma być pakietem do analizy i tworzenia plików
0ac7e26c
ER
29vCard oraz vCalendar. Jest zaprojektowany zgodnie z projektem Fundacji
30Wolnego Oprogramowania o nazwie Chandler.
fde8830a 31
32Obecnie dobrze przetestowana jest obsługa plików iCalendar. Pliki
33vCard 3.0 także są obsługiwane i wszystkie dane powinny być
777027e4 34importowane, jednakże tylko kilka komponentów jest zrozumiałych w
fde8830a 35wyrafinowany sposób.
21e92fc2 36
2a434425 37%prep
38%setup -q -n vobject-%{version}
39
40%build
6727038c 41%py_build
2a434425 42
43%install
44rm -rf $RPM_BUILD_ROOT
45
6727038c 46%py_install \
2a434425 47 --install-purelib=%{py_sitedir} \
0ac7e26c 48 --optimize=2 \
2a434425 49 --root=$RPM_BUILD_ROOT \
2a434425 50
51%py_postclean
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
130c5f47 58%attr(755,root,root) %{_bindir}/change_tz
2a434425 59%attr(755,root,root) %{_bindir}/ics_diff
60%dir %{py_sitedir}/vobject
beb98657 61%{py_sitedir}/vobject/*.py[co]
0ac7e26c 62%if "%{py_ver}" > "2.4"
777027e4 63%{py_sitedir}/vobject-*.egg-info
0ac7e26c 64%endif
This page took 0.077965 seconds and 4 git commands to generate.