Hello community,

here is the log from the commit of package python-polib for openSUSE:Factory
checked in at Thu Aug 18 00:06:58 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ python-polib/python-polib.changes   2011-08-15 09:57:07.000000000 +0200
@@ -0,0 +1,32 @@
+-------------------------------------------------------------------
+Mon Aug 15 07:55:03 UTC 2011 - [email protected]
+
+- Spec file cleanup:
+  * Remove authors from description
+  * Much simpler docs generation and installation (don't install
+    Makefile and reStructuredText sources)
+
+-------------------------------------------------------------------
+Sun Aug 14 23:29:00 CEST 2011 - [email protected]
+
+- install docs in the package doc dir
+
+-------------------------------------------------------------------
+Sat Aug 13 11:58:29 CEST 2011 - [email protected]
+
+- Release 0.7.0
+- create and package docs
+
+-------------------------------------------------------------------
+Mon Sep 20 15:15:09 UTC 2010 - [email protected]
+
+- Release 0.5.3
+
+* Mon Feb 04 2008 - [email protected]
+- polib 0.3.1
+* Thu Nov 08 2007 - [email protected]
+- Updated URL
+* Wed Nov 07 2007 - [email protected]
+- polib 0.3.0
+* Mon Jul 02 2007 - [email protected]
+- polib 0.1.0

calling whatdependson for head-i586


New:
----
  polib-0.7.0.tar.bz2
  python-polib.changes
  python-polib.spec

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

Other differences:
------------------
++++++ python-polib.spec ++++++
#
# spec file for package python-polib
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 LISA GmbH, Bingen, Germany.
#
# 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/
#



Name:           python-polib
Version:        0.7.0
Release:        1
Url:            http://bitbucket.org/izi/polib/
Summary:        A library to manipulate gettext files
License:        X11/MIT
Group:          Productivity/Other
Source:         polib-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-Sphinx
%if 0%{?suse_version}
BuildRequires:  fdupes
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
polib allows you to manipulate, create, modify gettext catalogs (.pot, .po and
binary .mo files). You can load existing files, iterate through it's entries,
add, modify entries, comments or metadata, etc... or create new po/pot files
from scratch.

polib provides a simple and pythonic API, exporting only two convenience
functions 'pofile' and 'mofile', and the 4 core classes: POFile, MOFile,
POEntry and MOEntry for creating new files/entries.

%package doc

Summary:        A library to manipulate gettext files
Group:          Productivity/Other
Requires:       %{name} = %{version}

%description doc
polib allows you to manipulate, create, modify gettext catalogs (.pot, .po and
binary .mo files). You can load existing files, iterate through it's entries,
add, modify entries, comments or metadata, etc... or create new po/pot files
from scratch.

polib provides a simple and pythonic API, exporting only two convenience
functions 'pofile' and 'mofile', and the 4 core classes: POFile, MOFile,
POEntry and MOEntry for creating new files/entries.

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

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

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version}
%fdupes -s %{buildroot}/%{_prefix}
%endif

%check
sh ./runtests.sh

%files
%defattr(-,root,root)
%doc LICENSE CHANGELOG README.rst
%{python_sitelib}/*

%files doc
%defattr(-,root,root)
%doc docs/_build/html

%changelog

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



Remember to have fun...

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

Reply via email to