Overview
Request 1168 (accepted)
Check in python-icalendar
- Created by vanmeeuwen about 9 years ago
- In state accepted
Submit package Kolab:Development / python-icalendar to package Kolab:16 / python-icalendar
python-icalendar.spec
Added
x
1
2
+%if 0%{?fedora} < 13 && 0%{?rhel} < 6
3
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
4
+%endif
5
+
6
+Name: python-icalendar
7
+Version: 3.8.2
8
+Release: 1%{?dist}
9
+Summary: Parser/generator of iCalendar files following the RFC 2445
10
+
11
+Group: Development/Libraries
12
+# test.py is GPLv2
13
+# parser is GPL
14
+# doctest.py is Public Domain
15
+# rest is LGPLv2
16
+License: LGPLv2 and GPLv2 and GPLv2+ and Public Domain
17
+URL: http://codespeak.net/icalendar/
18
+# source releases are done on pypi (homepage states 1.2 as latest version)
19
+Source0: http://pypi.python.org/packages/source/i/icalendar/icalendar-%{version}.tar.gz
20
+
21
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
22
+
23
+BuildArch: noarch
24
+%if 0%{?suse_version}
25
+BuildRequires: python-devel
26
+Requires: python-pytz
27
+%else
28
+BuildRequires: python2-devel
29
+Requires: pytz
30
+%endif
31
+BuildRequires: python-setuptools
32
+Requires: python-dateutil
33
+
34
+%description
35
+iCalendar specification (RFC 2445) defines calendaring format used
36
+by many applications (Zimbra, Thunderbird and others). This
37
+module is a parser/generator of iCalendar files for use with
38
+Python. It follows the RFC 2445 (iCalendar) specification.
39
+The aim is to make a package that is fully compliant with RFC 2445,
40
+well designed, simple to use and well documented.
41
+
42
+%prep
43
+%setup -q -n icalendar-%{version}
44
+
45
+%build
46
+%{__python} setup.py build
47
+
48
+%install
49
+rm -rf $RPM_BUILD_ROOT
50
+%{__python} setup.py install --skip-build --prefix=%{_prefix} --root $RPM_BUILD_ROOT
51
+
52
+%check
53
+
54
+%clean
55
+rm -rf $RPM_BUILD_ROOT
56
+
57
+%files
58
+%defattr(-,root,root,-)
59
+%{python_sitelib}/icalendar
60
+%{python_sitelib}/*.egg-info
61
+
62
+%changelog
63
+* Thu Aug 21 2014 Thomas Bruederli <bruederli@kolabsys.com> - 3.8.2
64
+- New upstream version
65
+
66
+* Sun Jun 9 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.4-1
67
+- New upstream version
68
+
69
+* Sat Aug 4 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.0.1-0.3.beta2
70
+- Suppress stdout print statement
71
+
72
+* Tue Jul 17 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.0.1-0.2.beta2
73
+- Make sure parameters to properties properly propagate through the stack
74
+
75
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-5
76
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
77
+
78
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-4
79
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
80
+
81
+* Thu Aug 5 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.1-3
82
+- Install examples
83
+- Fix tests for Python 2.7 and run them
84
+- Add GPLv2 for parser.py to licenses
85
+
86
+* Wed Aug 4 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.1-2
87
+- State correct licenses
88
+
89
+* Tue Aug 3 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.1-1
90
+- Initial package version
91
+
92
debian.changelog
Added
39
1
2
+python-icalendar (3.8.2) unstable; urgency=low
3
+
4
+ * Imported Upstream version 3.8.2
5
+
6
+ -- Thomas Bruederli (Kolab Systems) <bruederli@kolabsys.com> Thu, 21 Aug 2014 17:01:00 +0200
7
+
8
+python-icalendar (3.4-1) unstable; urgency=low
9
+
10
+ * Imported Upstream version 3.4
11
+
12
+ -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Sun, 09 Jun 2013 14:43:50 +0200
13
+
14
+python-icalendar (3.3-1) unstable; urgency=low
15
+
16
+ * Imported Upstream version 3.3
17
+
18
+ -- Paul Klos <kolab@klos2day.nl> Fri, 08 Mar 2013 22:13:22 +0100
19
+
20
+python-icalendar (3.1.5-3) unstable; urgency=low
21
+
22
+ * Build-depend on python and build with python2 support to
23
+ get proper cleanup on package removal
24
+
25
+ -- Paul Klos <kolab@klos2day.nl> Fri, 08 Mar 2013 21:30:05 +0100
26
+
27
+python-icalendar (3.1.5-2) unstable; urgency=low
28
+
29
+ * Lower debhelper requirement and compat level to allow building on
30
+ Squeeze and UCS 3.0
31
+
32
+ -- Christoph Wickert <wickert@kolabsys.com> Tue, 11 Dec 2012 18:46:12 +0100
33
+
34
+python-icalendar (3.1.5-1) unstable; urgency=low
35
+
36
+ * Initial release (Closes: #1056)
37
+
38
+ -- Paul Klos <kolab@klos2day.nl> Sat, 20 Oct 2012 09:04:47 +0200
39
debian.control
Added
20
1
2
+Source: python-icalendar
3
+Section: python
4
+Priority: optional
5
+Maintainer: Paul Klos <kolab@klos2day.nl>
6
+Build-Depends: autotools-dev,
7
+ debhelper (>= 8),
8
+ python (>= 2.7~),
9
+ python-support,
10
+ python-setuptools,
11
+Standards-Version: 3.9.3
12
+Homepage: http://codespeak.net/icalendar/
13
+
14
+Package: python-icalendar
15
+Architecture: all
16
+Depends: ${python:Depends}, python-tz, ${misc:Depends}
17
+Description: Internet Calendaring and Scheduling (iCalendar) for Python
18
+ The icalendar package is a parser/generator
19
+ of iCalendar files for use with Python.
20
debian.rules
Added
15
1
2
+#!/usr/bin/make -f
3
+# -*- makefile -*-
4
+# Sample debian/rules that uses debhelper.
5
+# This file was originally written by Joey Hess and Craig Small.
6
+# As a special exception, when this file is copied by dh-make into a
7
+# dh-make output file, you may use that output file without restriction.
8
+# This special exception was added by Craig Small in version 0.37 of dh-make.
9
+
10
+# Uncomment this to turn on verbose mode.
11
+#export DH_VERBOSE=1
12
+
13
+%:
14
+ dh $@ --with python2 --parallel --with autotools-dev
15
debian.tar.gz
Added
icalendar-3.8.2.tar.gz
Added
python-icalendar.dsc
Added
16
1
2
+Format: 1.0
3
+Source: python-icalendar
4
+Binary: python-icalendar
5
+Architecture: all
6
+Version: 3.8.2
7
+Maintainer: Paul Klos <kolab@klos2day.nl>
8
+Homepage: http://codespeak.net/icalendar/
9
+Standards-Version: 3.9.3
10
+Build-Depends: autotools-dev, debhelper (>= 8), python (>= 2.7~), python-support, python-setuptools
11
+Package-List:
12
+ python-icalendar deb python optional
13
+Files:
14
+ 00000000000000000000000000000000 0 python-icalendar-3.8.2.tar.gz
15
+ 00000000000000000000000000000000 0 python-icalendar-3.8.2.debian.tar.gz
16
Refresh
Refresh
Login required, please
login
in order to comment
Request History
vanmeeuwen created request about 9 years ago
Check in python-icalendar
vanmeeuwen accepted review about 9 years ago
Accept
vanmeeuwen approved review about 9 years ago
Accept
vanmeeuwen accepted review about 9 years ago
Accept
vanmeeuwen accepted request about 9 years ago
Accept