Hello community,

here is the log from the commit of package python-polib for openSUSE:Factory 
checked in at 2013-02-13 14:39:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-polib (Old)
 and      /work/SRC/openSUSE:Factory/.python-polib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-polib", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-polib/python-polib.changes        
2013-02-11 11:12:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-polib.new/python-polib.changes   
2013-02-13 14:39:12.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Feb 11 17:31:17 UTC 2013 - [email protected]
+
+- Correct RPM group.
+- Use full URL as a source.
+- Doesn't require fdupes.
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2013-02-09 11:18:20.872010756 +0100
+++ /work/SRC/openSUSE:Factory/.python-polib.new/python3-polib.changes  
2013-02-13 14:39:12.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Mon Feb 11 17:29:25 UTC 2013 - [email protected]
+
+- Initial package created - 1.0.3.
+

Old:
----
  polib-1.0.3.tar.bz2

New:
----
  polib-1.0.3.tar.gz
  python3-polib.changes
  python3-polib.spec

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

Other differences:
------------------
++++++ python-polib.spec ++++++
--- /var/tmp/diff_new_pack.C36ouU/_old  2013-02-13 14:39:13.000000000 +0100
+++ /var/tmp/diff_new_pack.C36ouU/_new  2013-02-13 14:39:13.000000000 +0100
@@ -23,10 +23,9 @@
 Url:            http://bitbucket.org/izi/polib/
 Summary:        A library to manipulate gettext files
 License:        MIT
-Group:          Productivity/Other
-Source:         polib-%{version}.tar.bz2
+Group:          Development/Languages/Python
+Source0:        
http://bitbucket.org/izi/polib/downloads/polib-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -47,7 +46,7 @@
 
 %package doc
 Summary:        A library to manipulate gettext files
-Group:          Productivity/Other
+Group:          Documentation/Other
 Requires:       %{name} = %{version}
 
 %description doc
@@ -60,6 +59,8 @@
 functions 'pofile' and 'mofile', and the 4 core classes: POFile, MOFile,
 POEntry and MOEntry for creating new files/entries.
 
+This package contains documentation in HTML format.
+
 %prep
 %setup -q -n polib-%{version}
 
@@ -72,7 +73,6 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%fdupes -s %{buildroot}/%{_prefix}
 
 %check
 ./runtests.sh

++++++ python3-polib.spec ++++++
#
# spec file for package python3-polib
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, 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:           python3-polib
Version:        1.0.3
Release:        0
Summary:        Library to Manipulate gettext Files (PO and MO Files)
License:        MIT
Group:          Development/Languages/Python
Url:            http://bitbucket.org/izi/polib/
Source0:        http://bitbucket.org/izi/polib/downloads/polib-%{version}.tar.gz
BuildRequires:  python-Sphinx
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

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

%package doc
Summary:        Documentation for Library to Manipulate gettext Files
Group:          Documentation/Other
Requires:       %{name} = %{version}

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

This package contains documentation in HTML format.

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

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

%install
python3 setup.py install \
    --prefix=%{_prefix} \
    --root=%{buildroot}

%check
./runtests.sh

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

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

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

Reply via email to