Hello community,

here is the log from the commit of package python-icalendar for openSUSE:Factory
checked in at Mon Sep 26 10:50:31 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-icalendar/python-icalendar.changes      
2011-09-22 16:28:26.000000000 +0200
@@ -0,0 +1,67 @@
+-------------------------------------------------------------------
+Thu Sep 22 14:26:58 UTC 2011 - [email protected]
+
+- fixed license issue
+- closed bug bnx#714664 
+
+-------------------------------------------------------------------
+Sun Aug 28 15:43:30 UTC 2011 - [email protected]
+
+- fixed fdupes issue 
+
+-------------------------------------------------------------------
+Sun Aug 28 15:24:58 UTC 2011 - [email protected]
+
+- updated Ownership
+- removed rpmlintrc 
+
+-------------------------------------------------------------------
+Sun Aug 28 10:09:54 CEST 2011 - [email protected]
+
+- updated to forked version 2.2
+
+-------------------------------------------------------------------
+Fri Dec 24 12:39:25 UTC 2010 - [email protected]
+
+- removed BuildArch: noarch 
+
+-------------------------------------------------------------------
+Mon Dec 14 18:07:59 UTC 2009 - [email protected]
+
+- updated to Version 2.1 
+
+-------------------------------------------------------------------
+Sun Aug  9 19:33:03 UTC 2009 - [email protected]
+
+- fixed some little Errors with the lib path 
+
+------------------------------------------------------------------
+Sat Apr 18 19:52:33 CEST 2009 - [email protected]
+
+- removed %%buildroot duplicate
+
+------------------------------------------------------------------
+Sat Apr 18 12:11:23 CEST 2009 - [email protected]
+
+- uses %%optflags, %%py_requires and 
+  Sourcepackage (from remote to local)
+
+------------------------------------------------------------------
+Sat Mar 14 23:00:41 CET 2009 - [email protected]
+
+- added rpmlintrc
+
+------------------------------------------------------------------
+Fri Jan 08 12:00:00 CET 2009 - [email protected] -
+
+- updated Specfile & Makros
+
+------------------------------------------------------------------
+Fri Jan 02 12:00:00 CET 2009 - [email protected] 
+
+- python Version 1.2 for openSUSE_11.0
+
+------------------------------------------------------------------
+Thu Jan 01 12:00:00 CET 2009 - [email protected] 
+
+- builded initial version iCalendar from SVN Version

calling whatdependson for head-i586


New:
----
  collective-icalendar-4d52777.tar.bz2
  python-icalendar.changes
  python-icalendar.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-icalendar.spec ++++++
#
# Copyright (c) 7/2011 - now  open-slx GmbH <[email protected]>
# Copyright (c) 2009 - 7/2011 Sascha Manns <[email protected]> 
# 
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# # norootforbuild
%define module  icalendar
%define gitid   4d52777
%define tarname collective-%{module}-%{gitid}

Name:           python-%{module}
Version:        2.2
Release:        1
Summary:        Python parser/generator of iCalendar files package
Group:          Development/Languages/Python
License:        LGPL; GPL
URL:            https://github.com/collective/icalendar
AutoReqProv:    on
Source0:        %{tarname}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:  python-distribute python-Sphinx fdupes
%{py_requires}
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif

%description
The iCalendar package is a parser/generator of iCalendar files for use
with Python. It follows the RFC 2445 (iCalendar) specification.

%package doc
Summary:        Python parser/generator of iCalendar files package
Group:          Development/Languages/Python
Requires:       %{name} = %{version}

%description doc
Documentation for package {name}, a python parser/generator of iCalendar files
package.

%prep
%setup -q -n %{tarname}

%build
python setup.py build
pushd docs
make html
rm -rf _build/html/.buildinfo
mv _build/html ../
popd

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}
install -m644 *.txt README.rst %{buildroot}/%{_defaultdocdir}/%{name}/
cp -r html %{buildroot}/%{_defaultdocdir}/%{name}/
%fdupes -s %{buildroot}/%{_defaultdocdir}/%{name}
%fdupes -s %{buildroot}

%clean
rm -rf %{buildroot}
 
%files -f INSTALLED_FILES
%defattr(-,root,root)
%defattr(-, root, root)
%dir %{_defaultdocdir}/%{name}
%{_defaultdocdir}/%{name}/CREDITS.txt
%{_defaultdocdir}/%{name}/README.rst

%files doc
%defattr(-, root, root)
%{_defaultdocdir}/%{name}/CHANGES.txt
%{_defaultdocdir}/%{name}/HISTORY.txt
%{_defaultdocdir}/%{name}/INSTALL.txt
%{_defaultdocdir}/%{name}/TODO.txt
%{_defaultdocdir}/%{name}/html

%changelog 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to