commit python-py2pack for openSUSE:Factory
Hello community, here is the log from the commit of package python-py2pack for openSUSE:Factory checked in at Tue Jan 25 10:22:40 CET 2011. -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-py2pack/python-py2pack.changes 2011-01-18 13:46:32.000000000 +0100 @@ -0,0 +1,88 @@ +------------------------------------------------------------------- +Tue Jan 18 12:44:40 UTC 2011 - saschpe@suse.de + +- Update to version 0.3.7 + * Remove authors from description in openSUSE spec template + +------------------------------------------------------------------- +Fri Jan 14 12:34:58 UTC 2011 - saschpe@suse.de + +- Update to version 0.3.6 + * Removed double check in openSUSE spec template + * Added some packager hints + +------------------------------------------------------------------- +Thu Jan 13 10:58:22 UTC 2011 - saschpe@suse.de + +- Update to version 0.3.5 + * Better compatibility with older Python releases + * Version requirement generation for openSUSE spec template + +------------------------------------------------------------------- +Wed Jan 12 10:46:44 UTC 2011 - saschpe@suse.de + +- Update to version 0.3.4 + * Use '-q' flag for %setup in openSUSE spec template + +------------------------------------------------------------------- +Mon Dec 20 11:48:08 UTC 2010 - saschpe@suse.de + +- Update to version 0.3.3 + * Moved 'export CFLAGS...' from %prep to %build section in + templates + +------------------------------------------------------------------- +Thu Dec 16 10:26:53 UTC 2010 - saschpe@gmx.de + +- Update to version 0.3.2 + * Templates use simple commands instead of macros + +------------------------------------------------------------------- +Sun Dec 12 12:52:58 UTC 2010 - saschpe@gmx.de + +- Update to version 0.3.1 + * openSUSE template adds definitions for %python_sitelib and + %python_sitearch for older distros + +------------------------------------------------------------------- +Sat Dec 11 22:11:39 UTC 2010 - saschpe@gmx.de + +- Update to version 0.3.0 + * Better error handling + * Templates generate correct source tarball filenames + +------------------------------------------------------------------- +Sat Dec 11 20:55:11 UTC 2010 - saschpe@gmx.de + +- Update to version 0.2.12 + * openSUSE template has SUSE Linux GmbH default copyright + +------------------------------------------------------------------- +Sat Dec 11 20:46:16 UTC 2010 - saschpe@gmx.de + +- Update to version 0.2.11 + * Fixed openSUSE spec file template check for non-suse distros + in %install section + +------------------------------------------------------------------- +Sat Dec 11 19:58:18 UTC 2010 - saschpe@gmx.de + +- Update to version 0.2.10 + * Templates packaged correctly + +------------------------------------------------------------------- +Sat Dec 11 17:49:03 UTC 2010 - saschpe@gmx.de + +- Update to version 0.2.8 + +------------------------------------------------------------------- +Sat Dec 11 17:31:29 UTC 2010 - saschpe@gmx.de + +- Update to version 0.2.7 + * spec file fixes + +------------------------------------------------------------------- +Sat Dec 11 17:12:10 UTC 2010 - saschpe@gmx.de + +- Initial version + calling whatdependson for head-i586 New: ---- py2pack-0.3.7.tar.gz python-py2pack.changes python-py2pack.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-py2pack.spec ++++++ # # spec file for package python-py2pack # # Copyright (c) 2011 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/ # # norootforbuild %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define mod_name py2pack Name: python-%{mod_name} Version: 0.3.7 Release: 1 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI License: GPLv2 Group: Development/Languages/Python Source: %{mod_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-jinja2 Requires: python-jinja2 BuildRequires: python-argparse Requires: python-argparse %if 0%{?suse_version} %py_requires %if %{?suse_version: %{suse_version} > 1110} BuildArch: noarch %endif %endif %description This script allows to generate RPM spec or DEB dsc files from Python modules. It allows to list Python modules or search for them on the Python Package Index (PyPI). Conveniently, it can fetch tarballs and changelogs making it an universal tool to package Python modules. %prep export CFLAGS="%{optflags}" %setup -q -n %{mod_name}-%{version} %build python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %{?suse_version: --record-rpm=INSTALLED_FILES} %clean rm -rf %{buildroot} %files %{?suse_version: -f INSTALLED_FILES} %defattr(-,root,root,-) %if 0%{!?suse_version:1} %{_bindir}/%{mod_name} %python_sitelib/%{mod_name}* %endif %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de